]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / span-bar.ly
index 0a3a8453c8981b7ff9ce58f7c7a475a73a32170e..feb952071626752c61c6c26963b613e13f239ef2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.12.0"
 \header {
   texidoc = "Span bars are drawn only between staff bar lines. By setting 
 bar lines to transparent, they are shown only between systems.
@@ -9,31 +9,32 @@ between systems.
 "
 }
 
-\score {
-   \relative c' \new StaffGroup <<
-    \new Staff {
-      \override Score.BarLine #'transparent = ##t
-      a1 a1
-      \revert Score.BarLine #'transparent
-      \override Score.SpanBar #'transparent = ##t
-      a1 a1
-    }
-    \lyricmode <<
-      \new Lyrics { bla1 die bla }
-      \new Lyrics { foo bar foo }
-    >>
-    \new Staff {
-      f1 f1 f1 f1
-    }
-  >>
-  \layout {
-    \context {
-      \Staff
-    }
-    raggedright =##t 
+\layout {
+  \context {
+    \Staff
   }
+  ragged-right =##t 
 }
 
+\relative c' \new StaffGroup <<
+  \new Staff {
+    a1
+    \once \override Score.BarLine #'transparent = ##t
+    a1
+    \once \override Score.SpanBar #'transparent = ##t
+    a1 a1
+    \bar "|."
+  }
+  \lyricmode <<
+    \new Lyrics { bla1 die bla }
+    \new Lyrics { foo bar foo }
+  >>
+  \new Staff {
+    f1 f1 f1 f1
+  }
+>>
+
+
 
 %% Local variables:
 %% LilyPond-indent-level:2