projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f154d90
)
Fix argument order for OverrideProperty in \settingsFrom
author
David Kastrup
<dak@gnu.org>
Tue, 28 Feb 2012 01:27:51 +0000
(
02:27
+0100)
committer
David Kastrup
<dak@gnu.org>
Tue, 28 Feb 2012 01:27:51 +0000
(
02:27
+0100)
ly/music-functions-init.ly
patch
|
blob
|
history
diff --git
a/ly/music-functions-init.ly
b/ly/music-functions-init.ly
index 3c8539e1520e28df74f24bb2b266d82e313d27a6..3b272121175121e7eec84cbc7af0310155ec1fe0 100644
(file)
--- a/
ly/music-functions-init.ly
+++ b/
ly/music-functions-init.ly
@@
-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)