]> 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 fa4582918b02b43fec963be3f44768b09ce9d7cb..78a3aac6dea55c769bf95da6786e1c27cf986101 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.7.18"
+\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 {
+    \set Staff.autoBeaming = ##f
+    g'4 d8[ b8 d8 g8]  g4
+  }
+  \new Lyrics \lyricsto "" { bla blaa -- bla }
+>>
+
 
-\score {
-        \simultaneous {
-          \addlyrics
-             \context Staff = mel
-             \notes \relative c'' {
-                \property Staff.autoBeaming = ##f
-                c8 c8-[ c8 c8-]  c8    }
-               
-             \context Lyrics \lyrics { bla bla bla }
-        }
-        \paper { raggedright = ##t }
-}