]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update two regression tests
authorKeith OHara <k-ohara5a5a@oco.net>
Mon, 7 Mar 2011 04:10:35 +0000 (20:10 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Mon, 7 Mar 2011 04:54:35 +0000 (20:54 -0800)
Adapt two tests to compensate for the new default value of
keep-inside-line = ##t

input/regression/lyrics-bar.ly
input/regression/mensural-ligatures.ly

index f4d3c1d8d79b2aa0038a6cc438bd3211988dfbd4..d8a596b2e652e6c76b598f9da5d3a385972f1be8 100644 (file)
@@ -11,21 +11,21 @@ lyrics do not collide with barlines.
     ragged-right = ##t
 }
 
-<<
-    \new Staff {
-       b1 \bar "|:" b1 \bar ":|"
+\relative c'' <<
+    \new Voice = "a"{
+       b1 \bar "|:" b1 \bar ":|" b1 \bar "|."
     }
-    \context Lyrics \with {
+    \new Lyrics \with {
        \consists "Bar_engraver"
        \consists "Separating_line_group_engraver"
-    } \lyricmode {
-         looooooooooooooooooooooooooooooooooong1 syllable
+    } \lyricsto "a" {
+         bars lengthened if
       }
-    \lyrics {
-       no Bar_Engraver_Bar_Engraver_Bar_Engraver
+    \new Lyrics \lyricsto "a" {
+       required for noncollision
     }
     \new Staff {
-       b1 b1
+       b1 b1 b1
     }
 >>
 \layout {
index b34c6d1c9cfa5981bfd3c879dcfd647cafc1a700..18636147ca82a9c83eafb1962df7210ad6ab1c46 100644 (file)
@@ -17,6 +17,7 @@
   \context {
     \Score
     \override SpacingSpanner #'packed-spacing = ##t
+    \override PaperColumn #'keep-inside-line = ##f
   }
 }