Hi Paul,

Harm had the same thought few years ago:
https://lists.gnu.org/archive/html/lilypond-user/2013-09/msg00577.html

No clue if that helps,
Cheers,
Pierre


2016-01-29 5:11 GMT+01:00 Paul Morris <[email protected]>:

> Any ideas why this doesn’t work?  Thanks, -Paul
>
> \version “2.19.35"
>
> % works:
> {
>   \override NoteHead.no-ledgers = ##t
>   c c c c
> }
>
> % nope:
> {
>   \override NoteHead.before-line-breaking =
>   #(lambda (grob) (ly:grob-set-property! grob 'no-ledgers #t))
>   c c c c
> }
>
>
>
> _______________________________________________
> 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