From 0675298d0d1c6cc5bf6eb7e85d63ecc83aea4a06 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 1 Aug 2015 13:21:46 +0200 Subject: [PATCH] Change input/regression/tweaks-as-overrides.ly to use explicit override last --- input/regression/tweaks-as-overrides.ly | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 } -- 2.39.2