]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / newaddlyrics.ly
index c38d6bc13d7eada61f188aa373679b9b9fc52def..7b455e74f8e7adf133272a77edb68c54aaaecae1 100644 (file)
@@ -3,41 +3,27 @@
     texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
     
 }
-
-%% FIXME:
-%% THIS does not parse:
-%\new PianoStaff <<
-
-%% and THIS: gives incorrect results (all lyrics below pianostaff)
-%\context PianoStaff <<
-
-%% 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.0"
+\version "2.12.0"