]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/automatic-polyphony-context-id.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / automatic-polyphony-context-id.ly
index 22c838efaad88a7c49222d68589404fe0b98dc2a..786c718942e32882bd7ad9b916809522eb639d3f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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)