bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No text on text spanner


From: Mats Bengtsson
Subject: Re: No text on text spanner
Date: Mon, 19 Mar 2007 09:57:54 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

The syntax has been changed, but it seems that the manual hasn't been completely
updated. The new syntax is described in Section "Text and line spanners"
whereas the section called "Text spanners" and several other examples in the
manual are outdated.

A simple method for you to update this file to the new syntax is to replace the
\version directive with
\version "2.11.12"
and then run convert-ly on the file.

  /Mats

José Luis Cruz wrote:
The example is extracted from the documentation. It doesnt print text,
but only a continuos line.

% --------------------

\version "2.11.20"
\paper{ ragged-right=##t }
{
    c1
    \textSpannerDown
    \override TextSpanner #'edge-text = #'("rall " . "")
    c2\startTextSpan b c\stopTextSpan a
}
% ---------------------

regards


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]