Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3a7b4dfc766af1222d90c7f03a0844e6 > files > 11861

lilypond-doc-2.11.57-1mdv2009.0.i586.rpm


\version "2.11.57"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/06h-Lyrics-BeamsMelismata.xml

\header {
    title = "Lyrics and melismata"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c'' {
    | % 1
    c8 [ a8 c8 ] a8 c8 [ g8 b8 ] r8 | % 2
    c8 a8 c8 a8 c8 g8 b8 r8 | % 3
    c8 ( a8 c8 ) a8 c8 ( g8 b8 ) r8 | % 4
    c8 ( a8 c8 a8 c8 g8 b8 ) r8 \bar "|." % 0
    }

PartPOneVoiceOneLyricsOne =  \lyricmode { Me -- lis -- ma Me -- \skip4
    \skip4 lis -- ma \skip4 \skip4 Me -- lis -- ma Me -- }

% The score definition
\new Staff <<
    \context Staff << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
        >>
    >>