Hi,
I think there might be two bugs in the output with the code below. I'm using version 2.2.2 (the newest version I can get).
If the guitar part start with the grace note, the instrument name for the piano will not print. Also, the bass clef is printed immediately after the treble clef and the time signature without any notes. The second bug seems to be reported by a person named Erik Sandberg in version 1.6.6.
The output is normal when the grace note is removed.
Is there a workaround so that the instrument name will show?
Thanks for the help,
Michael
%========================================= gtr = \notes { \set Staff.instrument = "Guitar" \grace g16 a1 }
pno = \new PianoStaff << \set PianoStaff.instrument = "Piano" \new Staff { \notes {b1}} \new Staff { \notes {\clef bass c1}}
\score { << \gtr \pno >> } %=========================================
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar � get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond
