]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-allow-span-bar.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / span-bar-allow-span-bar.ly
index 5bb765d4d3d7ffce1059395d1448a19fbdebcca7..7a93ffd8e2706405129400d12b4204f4d87ef884 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.15.10"
+\version "2.19.21"
 
 \header {
   texidoc = "The @code{SpanBarStub} grob takes care of horizontal spacing
@@ -16,42 +16,42 @@ span bar were not there.
   \new GrandStaff <<
     \new Staff
       \new Voice = "upper"
-        \relative c'' {
+        \relative {
+          c''2 c c c
+          \once \override Staff.BarLine.allow-span-bar = ##f
           c2 c c c
-          \once \override Staff . BarLine #'allow-span-bar = ##f
           c2 c c c
-          c2 c c c
-          \once \override Staff . BarLine #'allow-span-bar = ##f
+          \once \override Staff.BarLine.allow-span-bar = ##f
           c2 c c c
         }
-    \new Lyrics \lyricsto "upper" \lyricmode {
+    \new Lyrics \lyricsto "upper" {
       long-syllable a b c long-syllable a b c
       long-syllable a b c long-syllable a b c
     }
 
     \new Staff
       \new Voice = "middle"
-        \relative c'' {
-          c2 c c c
+        \relative {
+          c''2 c c c
           c2 c c c
           c2 c c c
-          \once \override Staff . BarLine #'allow-span-bar = ##f
+          \once \override Staff.BarLine.allow-span-bar = ##f
           c2 c c c
         }
-    \new Lyrics \lyricsto "middle" \lyricmode {
+    \new Lyrics \lyricsto "middle" {
       syllable a b c syllable a b c
       syllable a b c syllable a b c
     }
 
     \new Staff
       \new Voice = "lower"
-        \relative c'' {
-          c2 c c c
+        \relative {
+          c''2 c c c
           c2 c c c
           c2 c c c
           c2 c c c
         }
-    \new Lyrics \lyricsto "lower" \lyricmode {
+    \new Lyrics \lyricsto "lower" {
       word a b c word a b c
       word a b c word a b c
     }