]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / span-bar.ly
index dbd9b2da0f26f5591dec05afca00db792ee323d8..d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.19.21"
 \header {
   texidoc = "Span bars are drawn only between staff bar lines. By setting 
 bar lines to transparent, they are shown only between systems.
@@ -9,14 +9,21 @@ between systems.
 "
 }
 
+\layout {
+  \context {
+    \Staff
+  }
+  ragged-right =##t 
+}
 
-\relative c' \new StaffGroup <<
+\relative \new StaffGroup <<
   \new Staff {
-    \override Score.BarLine #'transparent = ##t
-    a1 a1
-    \revert Score.BarLine #'transparent
-    \override Score.SpanBar #'transparent = ##t
+    a1
+    \once \hide Score.BarLine
+    a1
+    \once \hide Score.SpanBar
     a1 a1
+    \bar "|."
   }
   \lyricmode <<
     \new Lyrics { bla1 die bla }
@@ -26,12 +33,6 @@ between systems.
     f1 f1 f1 f1
   }
 >>
-\layout {
-  \context {
-    \Staff
-  }
-  raggedright =##t 
-}