]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
*** empty log message ***
[lilypond.git] / input / regression / span-bar.ly
index 85f23d4bafe9a1895a5ab65d73d3fffda9457d5b..3e8f3f462bfd0828619517a32392a3a1a6a2ca08 100644 (file)
@@ -1,38 +1,24 @@
-\version "1.5.68"
+\version "2.1.22"
 \header {
 texidoc = "Span bars draw only in between staff bar lines, so setting those to transparent shows bar lines between systems only.
 "
 }
 
 \score {
- \notes \relative c' \context StaffGroup = groupie <
-  \context Staff = SA { c1 c1 c1}
-  \context Lyrics = LA \lyrics <
-   { bla1 die bla }
-  >
-  \context Staff = SB { a1 a1 a1}
-  \context Lyrics = LB \lyrics <
-   { bla1 die bla }
-   { foo bar foo }
-  >
-  \context Staff = SC { f1 f1 f1}
-  \context Lyrics = LC \lyrics <
+ \notes \relative c' \new StaffGroup <<
+ \new Staff { a1 a1 a1}
+  \new Lyrics \lyrics <<
    { bla1 die bla }
    { foo bar foo }
-   { foo bar foo }
-  >
-  \context Staff = SD { d1 d1 d1}
-  \context Lyrics = LD \lyrics <
-   { bla1 die bla }
-   { foo bar foo }
-   { foo bar foo }
-   { foo bar foo }
-  >
- >
+  >>
+  \new Staff { f1 f1 f1}
+ >>
  \paper {
   \translator {
    \StaffContext
    BarLine \override #'transparent = ##t
   }
+  raggedright =##t 
  }
 }
+