Hi,
I don't understand why the following snippet does not give the desired
result.
I get two clefs one after the other...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.2.1"
\score {
\notes <<
\new Staff {
\clef bass
\time 2/4
r2
}
\new PianoStaff <<
\new Staff {
\clef violin
\time 2/4
r2
}
\new Staff {
\clef bass
\time 2/4
<< { <e a c'>4 <e a c'>8 <e a c'>8 } \\
{ \appoggiatura gis,16 a,2 } >>
}
>>
>>
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on a mailing list?
_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user