lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Pierre Perol-Schneider
Subject: Re: no-ledgers not working with NoteHead.before-line-breaking
Date: Fri, 29 Jan 2016 09:47:04 +0100

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]