"Trevor Bača" <[EMAIL PROTECTED]> writes:

> 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" }
>   }
> }

As a workaround, you can try:

\layout {
  \context {
     \Staff
     \override TextSpanner #'bound-details #'right #'text = #(markup "end")
  }
}

See 
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Markup-construction-in-Scheme.html

nicolas


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to