diff options
author | David Kastrup <dak@gnu.org> | 2016-01-13 21:43:33 +0100 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2016-01-18 17:20:17 +0100 |
commit | e567f6fdc3e452dbef271eb356b2098c31ce41f4 (patch) | |
tree | 04d88ab4cba558609c801309c5b2e5bdcd69517d | |
parent | b61f6f39b04debdff15baa3e1cab0d13767a0111 (diff) |
tweaks-as-overrides regtest: fix oversight from issue 4533
-rw-r--r-- | input/regression/tweaks-as-overrides.ly | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/input/regression/tweaks-as-overrides.ly b/input/regression/tweaks-as-overrides.ly index 871a364fb3..bcd1680b90 100644 --- a/input/regression/tweaks-as-overrides.ly +++ b/input/regression/tweaks-as-overrides.ly @@ -1,7 +1,7 @@ -\version "2.19.25" +\version "2.19.36" \header { - texidoc = "Overrides can be the target of a @code{\\tweak}, with the + texidoc = "Overrides can be the target of a @code{\\propertyTweak}, with the tweaks accumulating as override. The main application is for stacking commands implemented in terms of @code{\\propertyTweak}. This example should show the starting chord with blue, cross-styled note heads and @@ -11,8 +11,8 @@ a red stem." \layout { ragged-right = ##t } { - \once \tweak Stem.color #red - \tweak color #blue + \once \propertyTweak Stem.color #red + \propertyTweak color #blue \override NoteHead.style = #'cross <c' e'>2 c'2 } |