]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/identifier-following-chordmode.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / identifier-following-chordmode.ly
index 63790a7b55f6ff3aa345774a3b5950d84f77c11d..1815c55b76f93ed21b594ca7eeb0f1b4a226ddf5 100644 (file)
@@ -7,7 +7,7 @@ modifier."
 
 }
 
-\version "2.16.0"
+\version "2.19.21"
 
 myDisplayMusic =
 #(define-void-function (parser location music)
@@ -16,6 +16,6 @@ myDisplayMusic =
 
 \myDisplayMusic \chordmode { c }
 
-m = \relative c' { c4 d e f }
+m = \relative { c'4 d e f }
 
 \new Staff { \m }