From: gpercival Date: Fri, 12 Aug 2005 20:58:21 +0000 (+0000) Subject: Added markup example to Text spanners. X-Git-Tag: release/2.6.4~17^2~90 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ac9192e91509e2bde92b1f20e61befa72797866;p=lilypond.git Added markup example to Text spanners. --- diff --git a/ChangeLog b/ChangeLog index 5ba34aa9f3..a5f0fdb4f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-12 Graham Percival + + * Documentation/user/advanced-notation.itely: add markup + example to Text spanners. + 2005-08-12 Mats Bengtsson * Documentation/user/basic-notation.itely (Ties): Add example of diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index e825a961aa..235909794e 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -102,6 +102,10 @@ c1 \textSpannerDown \override TextSpanner #'edge-text = #'("rall " . "") c2\startTextSpan b c\stopTextSpan a +\break +\textSpannerUp +\override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "") +c2\startTextSpan b c\stopTextSpan a @end lilypond @refcommands