]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-empty-barline.ly
Build: Clean up lilypond-book includes (issue 3559).
[lilypond.git] / input / regression / spacing-to-empty-barline.ly
index 17091dd5109446c4575dc9fd29361d498b89ac3c..740abedfeab4a4f1d26c7361c73f4a57c01415fd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
   texidoc = "An empty barline does not confuse the spacing engine too much.
@@ -19,7 +19,7 @@ The two scores should look approximately the same."
     \consists "Bar_engraver"
     \consists "Axis_group_engraver"
 
-    \override BarLine #'transparent = ##t
+    \override BarLine.transparent = ##t
   }
 }