]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
release commit
[lilypond.git] / input / regression / span-bar.ly
index 6460a9c98123f9f6b5e53e8a77be7d022ba1a93a..7e2072aeb8afb3145c3e649de9ceefed4f8e1730 100644 (file)
@@ -18,9 +18,9 @@ between systems.
       \override Score.SpanBar #'transparent = ##t
       a1 a1
     }
-    \new Lyrics \lyrics <<
-      { bla1 die bla }
-      { foo bar foo }
+    \lyrics <<
+      \new Lyrics { bla1 die bla }
+      \new Lyrics { foo bar foo }
     >>
     \new Staff {
       f1 f1 f1 f1
@@ -34,6 +34,7 @@ between systems.
   }
 }
 
+
 %% Local variables:
 %% LilyPond-indent-level:2
 %% End: