]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/automatic-polyphony-context-id.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / automatic-polyphony-context-id.ly
index 31b42a36a337e01788607ed6ac64f655db1de641..786c718942e32882bd7ad9b916809522eb639d3f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.12"
+\version "2.19.22"
 
 \header {
   texidoc = "The bottom-level contexts in polyphony shorthand are
@@ -10,7 +10,7 @@ This snippet will fail to compile if either voice has an invalid
 }
 
 assertContextId =
-#(define-music-function (parser location id) (string?)
+#(define-music-function (id) (string?)
    (let ((music (make-music 'ApplyContext
                             'procedure
                             (lambda (ctx)