]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics.ly
Display postevents on drum notes, rests and spacer rests
[lilypond.git] / input / regression / newaddlyrics.ly
index 9c8d78d4f20ec14f5925c0c6206e88a10278bd13..fcadd2abe405af2be32c4793306421ab000d3f43 100644 (file)
@@ -1,36 +1,29 @@
 \header {
-    
+
     texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
-    
-}
 
-%%\new PianoStaff <<
- <<
-    \new Staff \relative {
-       d'2 d c4 bes a2 \break
-       c2 c d4 f g2
+}
+\layout { ragged-right = ##t }
+<<
+    \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
-       Not much can go wrong!
+    \addlyrics {
+       NOT MUCH CAN GO WRONG!
     }
 >>
 
-\version "2.3.0"
+\version "2.14.0"