Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ffe16b32b9f5eec0add70c0a6bc8cec8 > files > 12120

lilypond-doc-2.12.2-3mdv2009.1.i586.rpm


\version "2.12.2"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/61c-Lyrics-Pianostaff.xml

\header {
    texidoc = "Lyrics assigned to the voices of 
          a piano staff containing two simple staves. Each staff is assigned 
          exactly one lyrics line."
    }

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

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

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

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