Re: no-ledgers not working with NoteHead.before-line-breaking

2016-01-29 Thread Pierre Perol-Schneider
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 : > Any ideas why this doesn’t work? Thanks, -Paul > > \version “2.19.35" > > % works: > { > \

no-ledgers not working with NoteHead.before-line-breaking

2016-01-28 Thread Paul Morris
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 } ___