Sophie

Sophie

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

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/04a-Spanners-Finale.xml

\header {
    copyright = "Public Domain "
    encodingdate = "2007-08-31"
    tagline = "Finale 2007 for Windows"
    title = "Spanners 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
    \times 2/3  {
        b4 b4 b4 }
    b4 ( b4 | % 2
    b4 ) \slurDashed b4 ( \slurSolid b4 b4 ) | % 3
    b4 \< b4 \! b4 \> b4 \! | % 4
    b4 \trill \startTrillSpan b4 \startTrillSpan b4 \stopTrillSpan b4
    \startTrillSpan \stopTrillSpan | % 5
    b4 \ottava #1 b'4 \ottava #0 b,4 \ottava #2 b''4 \ottava #0 | % 6
    \[ b,,4 b4 \] \[ b4 b4 \] | % 7
    \[ b4 b4 \] \[ b4 b4 \] | % 8
    \[ b4 b4 b4 \startTextSpan \] b4 \stopTextSpan | % 9
    \once \override Glissando #'style = #'zigzag b4 \glissando f'4 b,4
    -\bendAfter #6 s4 | \barNumberCheck #10
    b4 -\bendAfter #0 b4 b4 \glissando b4 \bar "|." % 0
    }


% The score definition
\new Staff <<
    \context Staff << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >>
    >>