lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup text collision


From: David Wright
Subject: Re: Markup text collision
Date: Tue, 30 Aug 2016 14:48:16 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue 30 Aug 2016 at 14:35:33 (-0400), Ralph Palmer wrote:
> I'm running ly 2.19.40 under Windows 7.
> 
> I'm trying to order, from top to bottom, a markup text ("IABACA"), a
> rehearsal mark, ("I"), and a tempo mark (quarter note = 200).
> 
> I can get them in order, but the markup text collides with the "poet" text
> fromt the header. Can anyone help me out here?
> 
> %%%%%%%%%%% begin snippet %%%%%%%%
> 
> \version "2.19.40"
> \include "english.ly"
> 
> 
> \paper {
>   #(set-paper-size "letter")
>   top-margin = 0.5\in
> }
> 
> \header {
>   title = \markup { \fontsize #-0.5 \bold "Something"}
>   poet = "Another thing"

poet = \markup { \column { "Another thing" " " } }

Just a workaround, though. Untested when combined with other header items.

Cheers,
David.



reply via email to

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