lilypond-user
[Top][All Lists]
Advanced

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

Re: coda placement problem


From: Brett Duncan
Subject: Re: coda placement problem
Date: Mon, 12 Dec 2005 20:14:17 +1100
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Kenneth Teh wrote:
I'm having trouble placing the coda symbol.
...
The problem is that the \raise does not produce an effect.

Text markup commands like \raise and \translate shift objects in relation to their surrounding markups. So

r8^\markup { \raise #3.0 {...

doesn't work because you have nothing before the \raise.

What would
really be nice is to put the "huge coda" right above
the clef at the beginning of the line so that the coda
section is clearly marked.

Try this:

r8^\markup { \hspace #0.1 \translate #(cons -4.5 3) {\huge { \musicglyph #"scripts.coda" }}}

Brett




reply via email to

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