lilypond-user
[Top][All Lists]
Advanced

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

Re: strict-grace-spacing Obscures Accidentals


From: Valentin Villenave
Subject: Re: strict-grace-spacing Obscures Accidentals
Date: Wed, 17 Sep 2008 20:45:00 +0200

2008/9/17 musicologist1964 <address@hidden>:

> 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




reply via email to

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