]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-melisma-alignment.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-melisma-alignment.ly
index 8e866872728a5fc7b9031c2d4db93d74ad7ece37..8be9d01914b5bcc89c708a6cab4207ba88306ddb 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "@code{lyricMelismaAlignment} sets the default alignment for melismata.
 It works with both automatic and manual melismata."
 }
 
-\relative c' {
-  c4^"auto"( d e f)
+\relative {
+  c'4^"auto"( d e f)
   \set melismaBusyProperties = #'()
   c4^"manual" d e f
 }