What is the right way to write a grace note at the beginning of the score (or
after a clef/time/key signature change)? Here is my attempt:


\version "2.14.2"

{
\new PianoStaff <<
\new Staff <<
\key bes \major
\time 4/4
\clef violin
\new Voice {
\grace a'8 (
a''1 )
}
>>
\new Staff <<
\clef bass
\new Voice {
\key bes \major
c1
}
>>
>>
}


This however duplicates clefs/time/key signatures. I have found the
following issue in Google code, so it seems to be an open problem:
http://code.google.com/p/lilypond/issues/detail?id=34

But this issue does not mention a workaround? Does anybody know a trick?
-- 
View this message in context: 
http://old.nabble.com/Grace-at-beginning-of-score-tp33471730p33471730.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to