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
[email protected]
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to