lilypond-user
[Top][All Lists]
Advanced

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

Re: dodecaphonic-no-repeat and grace notes


From: Nathan Ho
Subject: Re: dodecaphonic-no-repeat and grace notes
Date: Sat, 6 Jun 2015 18:49:53 -0700

On Sat, Jun 6, 2015 at 5:52 PM, Gilberto Agostinho <address@hidden> wrote:
Hi all,

I found a little problem with the \accidentalStyle dodecaphonic-no-repeat.
When there is a grace note between two identical pitches, the second one
does not receive an accidental as it's suppose to:

\version "2.19.15"
\relative c' {
  \accidentalStyle dodecaphonic-no-repeat
  \textLengthOn
  cis4 b cis2^"all fine here"
  cis2 \grace{b8} cis2^"no accidental"
}

producing:

<http://lilypond.1069038.n5.nabble.com/file/n177554/lily.png>

Does anyone know any workaround for this?

A manual workaround is to force the accidental using an exclamation point:

\relative c' {
  \accidentalStyle dodecaphonic-no-repeat
  \textLengthOn
  cis4 b cis2^"all fine here"
  cis2 \grace{b8} cis2^"no accidental"
  cis2 \grace{b8} cis!2^"manually added"
}

Regards,
Nathan 

reply via email to

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