lilypond-user
[Top][All Lists]
Advanced

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

Re: No \markup in the \layout block?


From: Nicolas Sceaux
Subject: Re: No \markup in the \layout block?
Date: Wed, 25 Jul 2007 21:36:07 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

"Trevor Bača" <address@hidden> 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




reply via email to

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