]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / newaddlyrics.ly
index daef387aef11f80b04648b9b94e5bb5764496a24..7b455e74f8e7adf133272a77edb68c54aaaecae1 100644 (file)
@@ -1,39 +1,29 @@
 \header {
-    texidoc = "newlyrics -- multiple stanzas broken as yet."
+    
+    texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
+    
 }
-
-%% Testing newlyrics 
-%%\new PianoStaff <<
+\layout { ragged-right = ##t }
 <<
     \new Staff \relative {
        d'2 d c4 bes a2 \break
-       c2 c d4 f g2
     }
-    \newlyrics <<
-       {
-           My first Li -- ly song,
-           Not much can go wrong!
-       }
-       {
-           My se -- cond ly verse
-           Not much can go wrong!
-       }
-    >>
+    \addlyrics {
+       My first Li -- ly song,
+    }
+    \addlyrics {
+       Not much can go wrong!
+    }
     \new Staff \relative {
        \clef bass
        d2 d c4 bes a2 \break
-       c2 c d4 f g2
     }
-    \newlyrics <<
-       {
-           MY FIRST LI -- LY SONG,
-           NOT MUCH CAN GO WRONG!
-       }
-       {
-           MY SE -- COND LY VERSE
-           NOT MUCH CAN GO WRONG!
-       }
-    >>
+    \addlyrics {
+       MY FIRST LI -- LY SONG,
+    }
+    \addlyrics {
+       NOT MUCH CAN GO WRONG!
+    }
 >>
 
-\version "2.3.0"
+\version "2.12.0"