]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index 92f40932d8b0ec1190e057b11d990e431394ec88..78a3aac6dea55c769bf95da6786e1c27cf986101 100644 (file)
@@ -1,7 +1,8 @@
-\version "2.11.51"
+\version "2.19.21"
 \header
 {
-  texidoc = "Melismata are triggered by manual beams." 
+  texidoc = "Melismata are triggered by manual beams.  Notes in a
+  melisma take their natural spacing over a long syllable."
 }
 
   \layout { ragged-right = ##t }
 
 <<
   \new Staff
-  \relative c'' {
+  \relative {
     \set Staff.autoBeaming = ##f
-    c8 c8[ c8 c8]  c8    }
-  
-  \lyricsto "" \new Lyrics \lyricmode { bla bla bla }
+    g'4 d8[ b8 d8 g8]  g4
+  }
+  \new Lyrics \lyricsto "" { bla blaa -- bla }
 >>