From 1fe9ecabebaf686ebff62cc9b8e47bab43ff7b9e Mon Sep 17 00:00:00 2001 From: Paul Morris Date: Sat, 2 Apr 2016 13:10:35 -0400 Subject: [PATCH 1/1] engraver-init.ly: guarantee no ledger lines in NullVoice for staves with custom line positions and ledger lines that appear inside the staff. --- ly/engraver-init.ly | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.2