]> 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 d75dee2f1c51b19b2e1e5b4f3752da1f56182265..d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\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,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
-    }
-    \lyrics <<
-      \new Lyrics { bla1 die bla }
-      \new Lyrics { foo bar foo }
-    >>
-    \new Staff {
-      f1 f1 f1 f1
-    }
-  >>
-  \paper {
-    \context {
-      \Staff
-    }
-    raggedright =##t 
+\layout {
+  \context {
+    \Staff
   }
+  ragged-right =##t 
 }
 
+\relative \new StaffGroup <<
+  \new Staff {
+    a1
+    \once \hide Score.BarLine
+    a1
+    \once \hide Score.SpanBar
+    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