]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / span-bar.ly
index bb6357b62da7c577eebd05da7e98488833a03c4b..89afab6d8fe22dd42b1995da631b72558f4cadc4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.17.6"
 \header {
   texidoc = "Span bars are drawn only between staff bar lines. By setting 
 bar lines to transparent, they are shown only between systems.
@@ -13,15 +13,15 @@ between systems.
   \context {
     \Staff
   }
-  raggedright =##t 
+  ragged-right =##t 
 }
 
 \relative c' \new StaffGroup <<
   \new Staff {
     a1
-    \once \override Score.BarLine #'transparent = ##t
+    \once \override Score.BarLine.transparent = ##t
     a1
-    \once \override Score.SpanBar #'transparent = ##t
+    \once \override Score.SpanBar.transparent = ##t
     a1 a1
     \bar "|."
   }