]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix argument order for OverrideProperty in \settingsFrom
authorDavid Kastrup <dak@gnu.org>
Tue, 28 Feb 2012 01:27:51 +0000 (02:27 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 7 Mar 2012 21:03:08 +0000 (22:03 +0100)
ly/music-functions-init.ly

index 3c8539e1520e28df74f24bb2b266d82e313d27a6..3b272121175121e7eec84cbc7af0310155ec1fe0 100644 (file)
@@ -984,8 +984,8 @@ a context modification duplicating their effect.")
              ((OverrideProperty)
               (list 'push
                     (ly:music-property m 'symbol)
-                    (ly:music-property m 'grob-property-path)
-                    (ly:music-property m 'grob-value)))
+                    (ly:music-property m 'grob-value)
+                    (ly:music-property m 'grob-property-path)))
              ((RevertProperty)
               (list 'pop
                     (ly:music-property m 'symbol)