EdBeesley <edplaysdrums <at> gmail.com> writes: > > Is there any way to make lilypond automatically slur over accents as in the > example below?
See 'avoid-slur at http://www.lilypond.org/doc/v2.16/Documentation/learning/outside_002dstaff- objects You apply this to the Script in your case. Probably you want to use a \once\override Script #'avoid-slur = #'inside before the notes where you want the accent inside, so you don't change the behavior of other scripts. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
