lilypond-user
[Top][All Lists]
Advanced

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

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


From: Paul Morris
Subject: no-ledgers not working with NoteHead.before-line-breaking
Date: Thu, 28 Jan 2016 23:11:03 -0500

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
}





reply via email to

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