Sophie

Sophie

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

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/01d-Chords-SchubertStabatMater.xml

\header {
    encodingsoftware = "Rosegarden-4"
    tagline = "Rosegarden-4"
    copyright = Unknown
    title = "/home/reinhold/lilypond-dev-files/MusicXML/01c_Chords_Rosegarden.xml"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPZeroVoiceOne =  \relative f' {
    \clef "treble" \key as \major \time 4/4 | % 1
    f1 ^\markup{ \bold {Largo} } \fp ^\fermata _> | % 2
    <f as>4. \p <f as>8 <g bes>4 <g bes>4 }


% The score definition
\new Staff <<
    \set Staff.instrumentName = "Chord test"
    \context Staff << 
        \context Voice = "PartPZeroVoiceOne" { \PartPZeroVoiceOne }
        >>
    >>