From e8a9ef10aa3bfc2db7689aa58631aabb4095cd16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Fri, 29 Nov 2013 16:47:43 +0100 Subject: [PATCH] let RhythmicStaff use default barline extent There is no reason to make barlines in RhythmicStaff special. The purpose of the deleted code was probably to ensure that the barlines were visible at all (despite the fact that there is just one staffline in a RhythmicStaff). However, currently barline code takes care of this by default. This makes barlines in DrumStaff and RhythmicStaff similar. A comment by Keith: The book by Kurt Stone happens to have some bar-lines in single-line percussion staves that are as tall as a 4/4 time-signature. Other examples in the same book have short bar-lines like these here, and looking at some scores the short bar-lines are more common. --- ly/engraver-init.ly | 1 - 1 file changed, 1 deletion(-) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 9ff53bed6c..ff777875c6 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -169,7 +169,6 @@ contained staves are not connected vertically." \name RhythmicStaff \alias "Staff" - \override BarLine.bar-extent = #'(-2 . 2) \override VoltaBracket.staff-padding = #3 \override StaffSymbol.line-count = #1 -- 2.39.5