Georges,
Is this what you are looking for? Perhaps you can write each voice
individually and then combine them together on one staff.
Rob
\version "2.6.0"
upperOne =
\relative a'{
\voiceOne
\time 3/4
cis16 a,16_"forte" a'16 a,16 gis'16 a,16 a'16 a,16 b'16 a,16 gis'16
a,16
}
upperTwo =
\relative a'{
\voiceTwo
\time 3/4
cis16 a,16 a'16 a,16 gis'16 a,16 a'16 a,16 b'16 a,16 gis'16 a,16
}
\score{
\context Staff = "notes"
<<
\context Voice = "one" \upperOne
\context Voice = "two" \upperTwo
>>
}
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user