bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugs When First Note is Grace Note


From: Michael Lakes
Subject: Bugs When First Note is Grace Note
Date: Tue, 17 Aug 2004 11:27:57 -0700

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]