From: Paul Morris Date: Sat, 2 Apr 2016 17:10:35 +0000 (-0400) Subject: engraver-init.ly: guarantee no ledger lines in NullVoice X-Git-Tag: release/2.19.40-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fe9ecabebaf686ebff62cc9b8e47bab43ff7b9e;hp=9d1f4d4d16abf95cccf6bea9cf98c312e55a3ebf;p=lilypond.git engraver-init.ly: guarantee no ledger lines in NullVoice for staves with custom line positions and ledger lines that appear inside the staff. --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 4d35598887..6421d9efa1 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -828,6 +828,10 @@ context." \consists "Pitch_squash_engraver" squashedPosition = 0 + %% generate no ledger lines, needed for staves with custom + %% line positions and ledger lines that appear inside the staff + \override NoteHead.no-ledgers = ##t + %% the engravers that control the 'busy' flags for note-onsets and melismata \consists "Grob_pq_engraver" \consists "Tie_engraver"