Hi,
This works fine:
%%% EX 1 %%%
\version "2.11.26"
\new Staff {
\override TextSpanner #'bound-details #'right #'text = \markup { "end" }
c'4
}
%%% EX 1 %%%
But this causes explosions:
%%% EX 2 %%%
\version "2.11.26"
\new Staff {
c'4
}
\layout {
\context {
\Staff
\override TextSpanner #'bound-details #'right #'text = \markup { "end" }
}
}
%%% EX 2 %%%
GNU LilyPond 2.11.26
Processing `0150.ly'
Parsing...
0150.ly:11:61: error: syntax error, unexpected \markup, expecting
SCM_IDENTIFIER or SCM_TOKEN
\override TextSpanner #'bound-details #'right #'text =
\markup { "end" }
Why?
--
Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user