hi
the syntaxe changed in 2.11..
You use version 2.10.25
try this
%%
\version 2.10.25
{
c1
\textSpannerDown
\override TextSpanner #'edge-text = #'("rall " . "")
c2\startTextSpan b c\stopTextSpan a
}
%%%
regard
From the lilypond documentation i have this:
% Start
c1
\textSpannerDown
\override TextSpanner #'bound-details #'left #'text =
\markup { \upright "rall" }
c2\startTextSpan b c\stopTextSpan a
% End
I get this error:
GNU LilyPond 2.10.25
Processing `tmp.ly'
Parsing...
tmp.ly:2:0: error: syntax error, unexpected NOTENAME_PITCH
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user