]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-allow-span-bar.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / span-bar-allow-span-bar.ly
index c4e150cec1a12d3318c8af6df3e27a3ea2ec4007..d1525438dc1b32f733ea574869f82cf4dd7f76bf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
   texidoc = "The @code{SpanBarStub} grob takes care of horizontal spacing
@@ -18,13 +18,13 @@ span bar were not there.
       \new Voice = "upper"
         \relative 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
           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
     }
@@ -35,10 +35,10 @@ span bar were not there.
           c2 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
     }
@@ -51,7 +51,7 @@ span bar were not there.
           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
     }