Am 12.11.2012 19:16, schrieb Rutger Hofman:
Hello list,

I am typesetting a piece by Alban Berg. Its accidental style is like Lilypond's 
dodecaphonic (explicit accidental for each note), but it differs in that 
immediately repeated notes within a bar don't get an accidental. How can I make 
an accidental style that does exactly this?

And related: is there a way to remove one note's explicit accidental even when 
a style prescribes it?
I have a helper function in my 'toolbox' that will help you:

suppressAccidental = {
 \once \override Accidental #'stencil = ##f
}

Of course you can simply use the second line, without the surrounding variable definition.

HTH
Urs



Thanks,

Rutger Hofman
Amsterdam
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to