Sophie

Sophie

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

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/99a-Sibelius5-IgnoreBeaming.xml

\header {
    encodingsoftware = "Sibelius 5.1"
    tagline = "Sibelius 5.1"
    title = "Ignore beaming in files from Dolet 3 for Sibelius"
    }

PartPOneVoiceOne =  \relative e''' {
    \clef "treble" \key c \major \time 3/4 | % 1
    e32 ( fis32 gis32 b32 ) }


% The score definition
\new Staff <<
    \set Staff.instrumentName = "Part 1"
    \context Staff << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >>
    >>