]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/shorthands.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / shorthands.ly
index e1a7af593414f4495644eb147ca691467cf09881..2487dfa54d4f04e3858f7e524ad3302a653926ba 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.25"
+\version "2.19.21"
 
 \header {
 
@@ -19,8 +19,8 @@ replacing @code{(} and @code{)} with melismata commands which are
 ")" = \melismaEnd
 
 \new Staff <<
-  \relative c' {
-    c8 \{ d e f \} % slurred
+  \relative {
+    c'8 \{ d e f \} % slurred
     g ( a b c ) % no slur, but with melisma
     c,1 \bar "|."
    }