From 909b0e8248eaa638b4c5ea8753fc83a1aed104e6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 9 Aug 2005 07:29:06 +0000 Subject: [PATCH] Give text #(cons (markup "foo")) example. --- ChangeLog | 3 ++- Documentation/user/advanced-notation.itely | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe5691b206..6e0fc9fdd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,8 @@ * scm/define-markup-commands.scm: add linewidth info to \justify and \wordwrap. - * Documentation/user/advanced-notation.itely: shaped->shape + * Documentation/user/advanced-notation.itely: shaped->shape, + add (cons (markup "foo")) type of example to text markup. * lily/note-heads-engraver.cc: changed Shaped->Shape in a comment. No actual code was touched. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index b842e2f465..70c713ac09 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -215,9 +215,10 @@ but it can also be used anywhere text is called in lilypond \set Staff.instrument = \markup{ \column{ Alto solo } } c2^\markup{ don't be \flat } - b2 + \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "") + b2\startTextSpan a2\mark \markup{ \large \bold Fine } - r2 + r2\stopTextSpan \bar "||" } \addlyrics { bar, foo \markup{ \italic bar! } } -- 2.39.5