Sophie

Sophie

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

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/08d-NestedPartsBrackets-Finale.xml

\header {
    copyright = "Public Domain"
    encodingdate = "2007-09-18"
    tagline = "Finale 2007 for Windows"
    title = "Part test"
    composer = "Reinhold Kainhofer"
    encodingsoftware = "Finale 2007 for Windows"
    }

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

PartPTwoVoiceOne =  \relative a' {
    \clef "treble" \key c \major \time 4/4 | % 1
    a1 | % 2
    a1 R1 \bar "|." % 0
    }

PartPThreeVoiceOne =  \relative a' {
    \clef "treble" \key c \major \time 4/4 | % 1
    a1 | % 2
    a1 R1 \bar "|." % 0
    }

PartPFourVoiceOne =  \relative f' {
    \clef "treble" \key c \major \time 4/4 | % 1
    f1 | % 2
    b1 R1 \bar "|." % 0
    }

PartPFiveVoiceOne =  \relative d'' {
    \clef "treble" \key c \major \time 4/4 | % 1
    d1 | % 2
    f,1 R1 \bar "|." % 0
    }


% The score definition
<<
    \new Staff <<
        \context Staff << 
            \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
            >>
        >>
    \new StaffGroup \with { systemStartDelimiter = #'SystemStartSquare }
    <<
        \new Staff <<
            \context Staff << 
                \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne }
                >>
            >>
        \new InnerStaffGroup <<
            \new Staff <<
                \context Staff << 
                    \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne }
                    >>
                >>
            \new Staff <<
                \context Staff << 
                    \context Voice = "PartPFourVoiceOne" { \PartPFourVoiceOne }
                    >>
                >>
            
            >>
        
        >>
    \new Staff <<
        \context Staff << 
            \context Voice = "PartPFiveVoiceOne" { \PartPFiveVoiceOne }
            >>
        >>
    
    >>