Sophie

Sophie

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

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/08a-Partorder-Rosegarden.xml

\header {
    encodingsoftware = "Rosegarden-4"
    tagline = "Rosegarden-4"
    copyright = Unknown
    title = "Part order test"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPZeroVoiceOne =  \relative c' {
    \clef "treble" \key g \major \time 4/4 | % 1
    c4 r4 r2 }

PartPOneVoiceOne =  \relative e' {
    \clef "treble" \key g \major \time 4/4 | % 1
    e4 r4 r2 }

PartPTwoVoiceOne =  \relative g' {
    \clef "treble" \key g \major \time 4/4 | % 1
    g4 r4 r2 }

PartPThreeVoiceOne =  \relative b' {
    \clef "treble" \key g \major \time 4/4 | % 1
    b4 r4 r2 }


% The score definition
<<
    \new Staff <<
        \set Staff.instrumentName = "Part 1"
        \context Staff << 
            \context Voice = "PartPZeroVoiceOne" { \PartPZeroVoiceOne }
            >>
        >>
    \new Staff <<
        \set Staff.instrumentName = "Part 2"
        \context Staff << 
            \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
            >>
        >>
    \new Staff <<
        \set Staff.instrumentName = "Part 3"
        \context Staff << 
            \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne }
            >>
        >>
    \new Staff <<
        \set Staff.instrumentName = "Part 4"
        \context Staff << 
            \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne }
            >>
        >>
    
    >>