Sophie

Sophie

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

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/08f-PianoStaff-PJB.xml

\header {
    encodingsoftware = "/usr/bin/vi"
    tagline = "/usr/bin/vi"
    encodingdate = "2007-01-22"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative f' {
    \clef "treble" \key c \major \time 4/4 | % 1
    f1 }

PartPOneVoiceTwo =  \relative b, {
    \clef "bass" \key c \major \time 4/4 | % 1
    b1 }


% The score definition
\new PianoStaff <<
    \set PianoStaff.instrumentName = "MIDI Track 1"
    \context Staff = "1" << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >> \context Staff = "2" <<
        \context Voice = "PartPOneVoiceTwo" { \PartPOneVoiceTwo }
        >>
    >>