]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / newaddlyrics.ly
index c38d6bc13d7eada61f188aa373679b9b9fc52def..73c9ab1fe8aa641eb8245a21c41a67dd54dff37f 100644 (file)
@@ -1,43 +1,29 @@
 \header {
-    
-    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 <<
+    texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
 
-%% only this works as advertised...
+}
+\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
     }
-    \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 {
+    \new Staff \relative c' {
        \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.16.0"