Sophie

Sophie

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

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/08e-LinebrokenInstrumentNames-Finale.xml

\header {
    copyright = "Public Domain"
    encodingdate = "2007-09-23"
    tagline = "Finale 2007 for Windows"
    title = "Score with multi-line instrument names"
    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
    b1 | % 3
    b1 | % 4
    b1 | % 5
    b1 | % 6
    b1 | % 7
    b1 | % 8
    b1 | % 9
    b1 | \barNumberCheck #10
    b1 | % 11
    b1 | % 12
    b1 | % 13
    b1 | % 14
    b1 | % 15
    b1 | % 16
    b1 | % 17
    b1 | % 18
    b1 | % 19
    b1 | \barNumberCheck #20
    b1 | % 21
    b1 | % 22
    b1 R1 \bar "|." % 0
    }


% The score definition
\new Staff <<
    \set Staff.instrumentName = \markup { \column { \line {"Long"} \line {"Staff"} \line {"Name"} } }
    \set Staff.shortInstrumentName = \markup { \column { \line {"St."} \line {"Nm."} } }
    \context Staff << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >>
    >>