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.

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

Reply via email to