From c4f9e3faa057fb8ed7875f1955d9f8592d6f20d4 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 12 Aug 2005 20:58:21 +0000 Subject: [PATCH] Added markup example to Text spanners. --- ChangeLog | 5 +++++ Documentation/user/advanced-notation.itely | 4 ++++ 2 files changed, 9 insertions(+) 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 -- 2.39.5