]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / newaddlyrics.ly
index 10af9e51196e019afecdc28f6ac0454b0b9ac015..73c9ab1fe8aa641eb8245a21c41a67dd54dff37f 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
+    \new Staff \relative c'' {
+       d2 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 {
+    \new Staff \relative c' {
        \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.16.0"