]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/optional-args.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / optional-args.ly
index 1fbce42da962db0ce46da318f5eb6099aa7ffe28..83ebf7886a6201b9e3463c94ec7a1a8ce8576ada 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 
 \header{
   texidoc= "Test optional music function arguments.
@@ -29,5 +29,5 @@ zap =
    (ly:pitch? #{ \pitch d' #}) (ly:pitch? #{ \pitch e' #})
    ly:music?) #{ $a $dur $b $c ^\markup{!} $d  #})
 
-\new Voice { \relative c' e' \relative { e' } \ablative c' e' \ablative { e' }
+\new Voice { \relative c' e' \relative c' { e' } \ablative c' e' \ablative { e' }
   \zap 8. c'' d'' {e''4..} \zap f''8 g'' \zap 4 a'' b'' c''' d'''2 }