From: David Kastrup Date: Sat, 1 Aug 2015 11:21:46 +0000 (+0200) Subject: Change input/regression/tweaks-as-overrides.ly to use explicit override last X-Git-Tag: release/2.19.25-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0675298d0d1c6cc5bf6eb7e85d63ecc83aea4a06;p=lilypond.git Change input/regression/tweaks-as-overrides.ly to use explicit override last --- diff --git a/input/regression/tweaks-as-overrides.ly b/input/regression/tweaks-as-overrides.ly index 7bece45db8..871a364fb3 100644 --- a/input/regression/tweaks-as-overrides.ly +++ b/input/regression/tweaks-as-overrides.ly @@ -1,11 +1,11 @@ -\version "2.19.24" +\version "2.19.25" \header { - texidoc = "@code{\\tweak} commands can be used to effect overrides -when given a symbol list as argument. Such overrides can be the -target of another tweak, with the tweaks accumulating. This example -should show the starting chord with blue, cross-styled note heads -and a red stem." + texidoc = "Overrides can be the target of a @code{\\tweak}, 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 +a red stem." } \layout { ragged-right = ##t } @@ -13,6 +13,6 @@ and a red stem." { \once \tweak Stem.color #red \tweak color #blue - \tweak style #'cross NoteHead + \override NoteHead.style = #'cross 2 c'2 }