lilypond-user
[Top][All Lists]
Advanced

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

Re: How to move text inside an empty bar?


From: Phil Holmes
Subject: Re: How to move text inside an empty bar?
Date: Thu, 4 Sep 2014 12:49:31 +0100

Please remember to "replay-all" to any answer, so that others may also help with suggestions.

This would appear to do what you want:

{
 \once \override TextScript.extra-offset = #'( 0 . -4.5 )
 <>^\markup {
   \column {
     { \underline \fontsize #-2 " D : C : Menuetto" }
     { \raise #0.5 \italic \fontsize #-2 "sino al Fine" }
   }
 }
 s1
 \bar "|"
}

Note that <> is an empty chord, providing the markup with something to attach to.

--
Phil Holmes


----- Original Message ----- From: Peter Terpstra
To: Phil Holmes
Sent: Thursday, September 04, 2014 11:16 AM
Subject: Re: How to move text inside an empty bar?


On Thursday, September 04, 2014 10:37:45 AM you wrote:
It looks to me like it _is_ inside the empty bar.  See the image.  How do
you want it different from this?

Thank you for answering.

Moving the upper one downwards and the down one upwards so the text falls over the notation lines.

Excuses for my limited English

Peter



reply via email to

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