]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
Issue 4931 make deadNote work with other font-settings
[lilypond.git] / input / regression / span-bar.ly
index e22c018bfc550bdc8feeb950046f3880cdc188d7..d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4 100644 (file)
@@ -1,25 +1,42 @@
-\version "2.1.23"
+\version "2.19.21"
 \header {
 \header {
-texidoc = "Span bars are drawn only between staff bar lines. By setting 
+  texidoc = "Span bars are drawn only between staff bar lines. By setting 
 bar lines to transparent, they are shown only between systems.
 bar lines to transparent, they are shown only between systems.
+
+Setting @code{SpanBar} transparent  removes the barlines
+between systems.
 "
 }
 
 "
 }
 
-\score {
- \notes \relative c' \new StaffGroup <<
- \new Staff { a1 a1 a1}
-  \new Lyrics \lyrics <<
-   { bla1 die bla }
-   { foo bar foo }
-  >>
-  \new Staff { f1 f1 f1}
- >>
- \paper {
-  \translator {
-   \StaffContext
-   \override BarLine #'transparent = ##t
+\layout {
+  \context {
+    \Staff
   }
   }
-  raggedright =##t 
- }
+  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
+%% End:
+