]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
($(addprefix $(outdir)/,$(LYM4_FILES):
[lilypond.git] / input / regression / newaddlyrics.ly
index 10af9e51196e019afecdc28f6ac0454b0b9ac015..6011d3c1946bb0871edec3a2216c3d3dc0a7179b 100644 (file)
@@ -1,47 +1,36 @@
 \header {
-    texidoc = "newlyrics -- multiple stanzas broken as yet."
+    
+    texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
+    
 }
 
-%{
-
-UGHr, fool lilypond-book:
-
-\score
-
-%}
-
-%% Testing newlyrics 
-%%\new PianoStaff <<
+%% only this works as advertised...
 <<
     \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!
-       }
-    >>
+    \newlyrics {
+       My first Li -- ly song,
+       Not much can go wrong!
+    }
+    \newlyrics {
+       My next Li -- ly verse
+       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!
-       }
-    >>
+    \newlyrics {
+       MY FIRST LI -- LY SONG,
+       NOT MUCH CAN GO WRONG!
+    }
+    \newlyrics {
+       MY NEXT LI -- LY VERSE
+       NOT MUCH CAN GO WRONG!
+    }
 >>
 
-\version "2.3.0"
+\version "2.3.4"