]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index fa4582918b02b43fec963be3f44768b09ce9d7cb..d3c4ff837718424ba9d312427f73d5b957cb689a 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.4"
 \header
 {
     texidoc = "Melismata are triggered by manual beams." 
@@ -8,10 +9,10 @@
 \score {
         \simultaneous {
           \addlyrics
-             \context Staff = mel
+             \new Staff
              \notes \relative c'' {
                 \property Staff.autoBeaming = ##f
-                c8 c8-[ c8 c8-]  c8    }
+                c8 c8[ c8 c8]  c8    }
                
              \context Lyrics \lyrics { bla bla bla }
         }