]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-empty-barline.ly
Doc-es: various updates.
[lilypond.git] / input / regression / spacing-to-empty-barline.ly
index af26d8e5ca450f656b5ee70b3abbd1eacaafe732..b35fb67f80e68ab058e1fd4e507e6899c1c06d97 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.46"
 
 \header {
   texidoc = "An empty barline does not confuse the spacing engine too much.
@@ -15,14 +15,10 @@ The two scores should look approximately the same."
     \name "Top"
     \alias "Staff"
     \type "Engraver_group"
-    \consists "Output_property_engraver"
     \consists "Bar_engraver"
-    \consists "Skip_event_swallow_translator"
     \consists "Axis_group_engraver"
 
-    \override VerticalAxisGroup #'Y-extent = ##f
-    \override VerticalAxisGroup #'minimum-Y-extent = ##f
-    \override BarLine #'transparent = ##t
+    \hide BarLine
   }
 }