[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: small accidental sign after grace
From: |
Rune Zedeler |
Subject: |
Re: small accidental sign after grace |
Date: |
Fri, 28 Sep 2001 23:54:57 +0200 |
Han-Wen Nienhuys wrote:
> > In a file the accidental have the normal size but, if there's a part
> >with grace notes including accidentals, after all the accident are too
> >smal on normal notes (just the size of the grace part).
>
> .ly please.
grace missing accidental. Last accidental too small.
\version "1.5.12"
\score { \notes \transpose c''' {
cis1 \grace {cis8} cis1
}
\paper { linewidth=-1 }
}