Sophie

Sophie

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

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/06c-Lyrics-Pianostaff-Finale.xml

\header {
    encodingsoftware = "Finale 2007 for Windows"
    tagline = "Finale 2007 for Windows"
    encodingdate = "2007-08-29"
    composer = "Reinhold Kainhofer"
    title = "Lyrics test with Piano Staff"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative a' {
    \clef "treble" \key c \major \time 4/4 | % 1
    a4 a4 a4 a4 | % 2
    a4 a4 a4 a4 \bar "|." % 0
    }

PartPOneVoiceOneLyricsOne =  \lyricmode { tra -- la -- li "ja!" \skip4
    tra -- \skip4 "ra!" }
PartPOneVoiceTwo =  \relative f {
    \clef "bass" \key c \major \time 4/4 | % 1
    f4 f4 f4 f4 | % 2
    f4 f4 f4 f4 \bar "|." % 0
    }

PartPOneVoiceTwoLyricsOne =  \lyricmode { TRA -- LA -- LI "JA!" \skip4
    TRA -- \skip4 "RA!" }

% The score definition
\new PianoStaff <<
    \set PianoStaff.instrumentName = "Piano"
    \context Staff = "1" << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
        >> \context Staff = "2" <<
        \context Voice = "PartPOneVoiceTwo" { \PartPOneVoiceTwo }
        \new Lyrics \lyricsto "PartPOneVoiceTwo" \PartPOneVoiceTwoLyricsOne
        >>
    >>