]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/newaddlyrics-music-identifiers.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / newaddlyrics-music-identifiers.ly
index 1d206a5b3940775e021f7d3a4c72d5446aeed8f6..b45541172ee9fd419dec8ecc9f62ac2caa08c7be 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
        texidoc = "addlyrics do not need braces around their arguments,
 in particular if the arguments are variables."
 }
 
-m = \relative c' { c4 d }
+m = \relative { c'4 d }
 l = \lyricmode { A B }
 
 % addlyrics takes music expressions as well as music identifiers. The following