Sophie

Sophie

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

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/12a-TripletsDuration-NoBracket-PJB.xml

\header {
    encodingsoftware = "/usr/bin/vi"
    tagline = "/usr/bin/vi"
    encodingdate = "2007-02-02"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative f' {
    \clef "treble" \key c \major \time 4/4 | % 1
    f4 g4 a4*2/3 b4*2/3 c4*2/3 }

PartPOneVoiceTwo =  \relative a, {
    \clef "bass" \key c \major \time 4/4 | % 1
    a8 [ b8 ] c8*2/3 [ d8*2/3 e8*2/3 ] a,16 b16 c16 d16 e16*2/3 f16*2/3
    g16*2/3 a16*2/3 b16*2/3 c16*2/3 }


% The score definition
\new PianoStaff <<
    \set PianoStaff.instrumentName = "MIDI Track 1"
    \context Staff = "1" << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >> \context Staff = "2" <<
        \context Voice = "PartPOneVoiceTwo" { \PartPOneVoiceTwo }
        >>
    >>