Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ffe16b32b9f5eec0add70c0a6bc8cec8 > files > 12007

lilypond-doc-2.12.2-3mdv2009.1.i586.rpm


\version "2.12.2"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/32d-Arpeggio.xml

\header {
    texidoc = "Different Arpeggio directions 
          (normal, up, down, non-arpeggiate)"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c' {
    \clef "treble" \key c \major <c e' g>4 \arpeggio \arpeggio \arpeggio
    \arpeggioArrowUp \arpeggioArrowUp \arpeggioArrowUp <c e' g>4
    \arpeggio \arpeggio \arpeggio \arpeggioNormal \arpeggioNormal
    \arpeggioNormal <c e' g>4 \arpeggio \arpeggio \arpeggio
    \arpeggioArrowDown \arpeggioArrowDown \arpeggioArrowDown <c e' g>4
    \arpeggio \arpeggio \arpeggio \arpeggioNormal \arpeggioNormal
    \arpeggioNormal <c e' g>4 \arpeggio \arpeggio \arpeggio
    \arpeggioBracket \arpeggioBracket <c e' g>4 \arpeggio \arpeggio
    \arpeggioNormal \arpeggioNormal <c e' g>4 \arpeggio \arpeggio
    \arpeggio \bar "|."
    }

PartPOneVoiceOneLyricsOne =  \lyricmode { normal up normal down normal
    "non-arp." normal }

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