On Sat, Jun 6, 2015 at 5:52 PM, Gilberto Agostinho <
[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user