From 172bf982f622911271271d6f07908e95e65f3d10 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 7 Mar 2017 18:47:30 +0100 Subject: [PATCH] Issue 5087: Let extendersOverRests default to ##t This was effectively unchangingly the case before issue 5053 fixed the respective code. However, the relation to actual behavior seems so tenuous that it appears more prudent to reenable this by default and only disable it again (if at all) once the behavior corresponds better with name and documentation. --- ly/engraver-init.ly | 1 + 1 file changed, 1 insertion(+) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 693f9eb07f..325622a15c 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -689,6 +689,7 @@ automatically when an output definition (a @code{\\score} or stringNumberOrientations = #'(up down) strokeFingerOrientations = #'(right) + extendersOverRests = ##t lyricMelismaAlignment = #LEFT markFormatter = #format-mark-letters rehearsalMark = #1 -- 2.39.2