]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / regression / span-bar.ly
index 856ce1c23437587b3b6b00e561fdf10671ce14b0..b1eb44fbe541a39799154eda599a36e7f3aa3467 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.10.0"
 \header {
   texidoc = "Span bars are drawn only between staff bar lines. By setting 
 bar lines to transparent, they are shown only between systems.
@@ -13,16 +13,17 @@ between systems.
   \context {
     \Staff
   }
-  raggedright =##t 
+  ragged-right =##t 
 }
 
 \relative c' \new StaffGroup <<
   \new Staff {
-    \override Score.BarLine #'transparent = ##t
-    a1 a1
-    \revert Score.BarLine #'transparent
-    \override Score.SpanBar #'transparent = ##t
+    a1
+    \once \override Score.BarLine #'transparent = ##t
+    a1
+    \once \override Score.SpanBar #'transparent = ##t
     a1 a1
+    \bar "|."
   }
   \lyricmode <<
     \new Lyrics { bla1 die bla }