]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / newaddlyrics.ly
index 10af9e51196e019afecdc28f6ac0454b0b9ac015..0da61c25cfe47e7243c106e2bce9ca1a46b3b851 100644 (file)
@@ -1,47 +1,29 @@
 \header {
-    texidoc = "newlyrics -- multiple stanzas broken as yet."
-}
-
-%{
-
-UGHr, fool lilypond-book:
 
-\score
+    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
+       d''2 d c4 bes a2 \break
+    }
+    \addlyrics {
+       My first Li -- ly song,
+    }
+    \addlyrics {
+       Not much can go wrong!
     }
-    \newlyrics <<
-       {
-           My first Li -- ly song,
-           Not much can go wrong!
-       }
-       {
-           My se -- cond ly verse
-           Not much can go wrong!
-       }
-    >>
     \new Staff \relative {
        \clef bass
-       d2 d c4 bes a2 \break
-       c2 c d4 f g2
+       d'2 d c4 bes a2 \break
+    }
+    \addlyrics {
+       MY FIRST LI -- LY SONG,
+    }
+    \addlyrics {
+       NOT MUCH CAN GO WRONG!
     }
-    \newlyrics <<
-       {
-           MY FIRST LI -- LY SONG,
-           NOT MUCH CAN GO WRONG!
-       }
-       {
-           MY SE -- COND LY VERSE
-           NOT MUCH CAN GO WRONG!
-       }
-    >>
 >>
 
-\version "2.3.0"
+\version "2.19.21"