]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4497: Fix non-rebase/convert of issue 4445 in parallel with issue 4442
authorDavid Kastrup <dak@gnu.org>
Sun, 12 Jul 2015 17:27:53 +0000 (19:27 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 18 Jul 2015 04:42:12 +0000 (06:42 +0200)
Rerunning the conversion rule used in issue4442 fixes this issue.  This
should have been a showstopper for commands such as \omit and \offset
but it appears that check-grob-path does not mind the spurious argument
at all.

ly/music-functions-init.ly

index cda5e73957e64cbe7dab92c056b885fe589e353b..6e0f5b5651951cd24238550b250af752ed13fdcc 100644 (file)
@@ -959,7 +959,7 @@ override =
 with subproperties given as well.  Because @code{\\override} is a
 reserved word with special syntax in LilyPond input, this music
 function will generally only be accessible from Scheme.")
-   (let ((p (check-grob-path grob-property-path (*parser*) (*location*)
+   (let ((p (check-grob-path grob-property-path (*location*)
                              #:default 'Bottom
                              #:min 3)))
      (if p
@@ -1384,7 +1384,7 @@ its previous value.  @var{grob-property-path} is a symbol list of the form
 with subproperties given as well.  Because @code{\\revert} is a
 reserved word with special syntax in LilyPond input, this music
 function will generally only be accessible from Scheme.")
-   (let ((p (check-grob-path grob-property-path (*parser*) (*location*)
+   (let ((p (check-grob-path grob-property-path (*location*)
                              #:default 'Bottom
                              #:min 3)))
      (if p