2008/9/17 musicologist1964 <[EMAIL PROTECTED]>:

> Any ideas how to fix this?  Any advice would be much appreciated.

Unfortunately, there still are a number of bugs with grace notes, and
I have given up using any \grace or \acciaccatura command (but someone
else may have another idea).

Here's how I would print your file, without any grace note but by
manually modifying the actual durations:

%%%%

\include "english.ly"

theMusic =
<<
 \new Staff \relative c  {
   r4*3/4 \tiny bf'16*1/4[ c d ef] \normalsize f4~ f2
 }

 \new Staff \relative c  {
   f32 a c ef f g a bf c8 r r2
 }
>>

\score {
 \theMusic
}

%%%%

Cheers,
Valentin


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to