]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-empty-barline.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-to-empty-barline.ly
index 2a98453f555e354fea11fa1c6ee723d4e2a40831..740abedfeab4a4f1d26c7361c73f4a57c01415fd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.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
   }
 }