Sophie

Sophie

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

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/33f-Trill-EndingOnGraceNote.xml

\header {
    texidoc = "A trill spanner that spans a 
          grace note and ends on an after-grace note at the end of the 
          measure."
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative e'' {
    \clef "treble" \key c \major \time 6/8 e4 ( fis16 [ g16 ) \trill
    \startTrillSpan ] \afterGrace { \grace { b16 } a4. } { g16 [ a16
        \stopTrillSpan ] } }


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