From 0a2a5f940488b46804a628fd32930cc28f2800e7 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Thu, 22 Mar 2007 11:31:22 +0100 Subject: [PATCH] Fixed the last remaining edge-text setting. --- Documentation/user/advanced-notation.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index c29d00757b..c4c2d4895d 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -433,7 +433,7 @@ but it can also be used anywhere text is called in lilypond \set Staff.instrumentName = \markup{ \column{ Alto solo } } c2^\markup{ don't be \flat } - \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "") + \override TextSpanner #'bound-details #'left #'text = \markup{\italic rit } b2\startTextSpan a2\mark \markup{ \large \bold Fine } r2\stopTextSpan -- 2.39.2