]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
* GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
[lilypond.git] / input / regression / span-bar.ly
index caecac6a91715ccf83e5f23047a55128bcd21ac3..58056fff03c9f7f8f14ce8215b2eee8c0d9a192b 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.6"
+\version "1.7.18"
 \header {
 texidoc = "Span bars draw only in between staff bar lines, so setting those to transparent shows bar lines between systems only.
 "
@@ -6,34 +6,19 @@ texidoc = "Span bars draw only in between staff bar lines, so setting those to t
 
 \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 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 <
-   { 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 }
-  >
  >
  \paper {
   \translator {
    \StaffContext
    BarLine \override #'transparent = ##t
   }
+  raggedright =##t 
  }
 }
-%% new-chords-done %%
+