]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Merge commit '76de7e1'
[lilypond.git] / input / regression / newaddlyrics.ly
index 6011d3c1946bb0871edec3a2216c3d3dc0a7179b..fcca208a5803adf51566b8aba300cf5e8f6776fa 100644 (file)
@@ -3,34 +3,27 @@
     texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
     
 }
-
-%% only this works as advertised...
+\layout { ragged-right = ##t }
 <<
     \new Staff \relative {
        d'2 d c4 bes a2 \break
-       c2 c d4 f g2
     }
-    \newlyrics {
+    \addlyrics {
        My first Li -- ly song,
-       Not much can go wrong!
     }
-    \newlyrics {
-       My next Li -- ly verse
+    \addlyrics {
        Not much can go wrong!
     }
     \new Staff \relative {
        \clef bass
        d2 d c4 bes a2 \break
-       c2 c d4 f g2
     }
-    \newlyrics {
+    \addlyrics {
        MY FIRST LI -- LY SONG,
-       NOT MUCH CAN GO WRONG!
     }
-    \newlyrics {
-       MY NEXT LI -- LY VERSE
+    \addlyrics {
        NOT MUCH CAN GO WRONG!
     }
 >>
 
-\version "2.3.4"
+\version "2.10.0"