]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
clarify slightly.
[lilypond.git] / input / regression / span-bar.ly
index d75dee2f1c51b19b2e1e5b4f3752da1f56182265..0a3a8453c8981b7ff9ce58f7c7a475a73a32170e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\version "2.6.0"
 \header {
   texidoc = "Span bars are drawn only between staff bar lines. By setting 
 bar lines to transparent, they are shown only between systems.
@@ -18,7 +18,7 @@ between systems.
       \override Score.SpanBar #'transparent = ##t
       a1 a1
     }
-    \lyrics <<
+    \lyricmode <<
       \new Lyrics { bla1 die bla }
       \new Lyrics { foo bar foo }
     >>
@@ -26,7 +26,7 @@ between systems.
       f1 f1 f1 f1
     }
   >>
-  \paper {
+  \layout {
     \context {
       \Staff
     }