]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Apr 2004 16:27:29 +0000 (16:27 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Apr 2004 16:27:29 +0000 (16:27 +0000)
input/regression/lyric-combine-new.ly
input/regression/lyric-combine-polyphonic.ly
input/regression/lyric-hyphen-break.ly
input/test/lyric-hyphen-retain.ly

index 9dfb95e12ba4fc8dfb1ff91f17ce33b902f4f22a..0e1568b20bcdd1c6bb3379bc4c8b3767612020cc 100644 (file)
@@ -13,8 +13,8 @@
        \autoBeamOff
        c2( d4) e8[ c b c] f4
     }
-    \lyricsto "bla" \lyrics \new Lyrics { bla ab blob blob }
-    \lyricsto "bla" \lyrics \new Lyrics {
+    \lyricsto "bla" \new Lyrics \lyrics { bla ab blob blob }
+    \lyricsto "bla" \new Lyrics \lyrics {
        bla 
 
        \set ignoreMelismata = ##t
@@ -28,6 +28,8 @@
        blob
     }
     
-    \lyricsto "bla" \lyrics \new Lyrics { nes ted lyrics voice with more words than no tes } >>
-
+    \lyricsto "bla" \new Lyrics \lyrics {
+       nes ted lyrics voice with more words than no tes
+    }
+    >>
     }
index 848e52e7f397953b53b19174af989930d0948978..872b87a72c40d939a6025fe90c8c819b6b9ab54a 100644 (file)
@@ -21,13 +21,12 @@ texidoc ="Polyphonic rhythms and rests do not disturb
              \voiceTwo
              ees'8 r8 r8 r8 ees' r8 r8 r8 
           }
-          \lyricsto "two" \lyrics \new Lyrics {
-             Do na
+          \lyricsto "two" \new Lyrics \lyrics {
+             Do na
          }
-        \lyrics  \lyricsto "one" \new Lyrics
-          {
-              Do mi nus ex
-          }
+        \lyricsto "one" \new Lyrics \lyrics {
+            Do mi nus ex
+        }
        >>
     }
     \paper { raggedright = ##t}
index fb109c5914fc76ac28cb5f6f1b26414f598f7111..9e8cd19279d87ab94de6055b5e52c3ff71e49273 100644 (file)
@@ -15,7 +15,7 @@ c16[ c c c]
 r c16[ c c]
 
 }
-    \lyrics \new Lyrics {
+     \new Lyrics \lyrics {
        bla16 -- bla -- bla -- bla --
        bla -- bla -- bla -- bla8 --
               bla16 -- bla -- bla 
index e630e4e84f0721a1a2744f6c5daed467fb777125..f2484e4fd913abd41c4854cfdefd489c366ee357 100644 (file)
@@ -24,15 +24,17 @@ c16[ c c c]
 c16[ c c c]
 
 }
-    \lyrics \new Lyrics \with {
+      \new Lyrics \with {
        % Otherwise lyrics are so far apart that hyphens don't disappear
-       \override SeparationItem #'padding = #0.0
-       }{ bla -- bla -- bla -- bla --
-          bla -- bla -- bla -- bla --
-
-          \override LyricHyphen  #'minimum-length = #0.7
-          \override LyricHyphen  #'spacing-procedure =
-                  #Hyphen_spanner::set_spacing_rods
+         \override SeparationItem #'padding = #0.0
+      }
+      \lyrics {
+         bla -- bla -- bla -- bla --
+         bla -- bla -- bla -- bla --
+
+         \override LyricHyphen  #'minimum-length = #0.7
+         \override LyricHyphen  #'spacing-procedure =
+         #Hyphen_spanner::set_spacing_rods
 
           bla -- bla -- bla -- bla 
        }>>