From: David Kastrup Date: Wed, 13 Jan 2016 20:43:33 +0000 (+0100) Subject: tweaks-as-overrides regtest: fix oversight from issue 4533 X-Git-Tag: release/2.19.36-1~18 X-Git-Url: https://git.donarmstrong.com/lilypond.git?p=lilypond.git;a=commitdiff_plain;h=e567f6fdc3e452dbef271eb356b2098c31ce41f4 tweaks-as-overrides regtest: fix oversight from issue 4533 --- 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 2 c'2 }