lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup problem


From: Jean Bréfort
Subject: Re: Markup problem
Date: Wed, 04 Dec 2019 11:49:33 +0100
User-agent: Evolution 3.34.1-2+b1

Le mercredi 04 décembre 2019 à 10:19 +0100, Jacques Menu a écrit :
> Hello folks,
> 
> In the following example, the markup doesn’t show up in the score,
> one only gets:
> 
> 
> Removing the \book around the \score avoids this problem, though.
> I’ve missed something it seems...
> 
> Thanks for your help!
> 
> JM
> 
> --
> 
> %%%%%%%%%%%%%%
> \version "2.19.83"
> 
> \markup {
>   \fill-line {
>     \hspace #5
>     \column {
>       \line {Joshua fit the battle of Jericho, Jericho, Jericho,}
>       \line {Joshua fit the battle of Jericho, An' the wall came
> tumblin' down. (Repeat)}
>       \line {You can talk about your king of Gideon, You can talk
> about your men of Saul,}
>       \line {But there's none like good old Joshua, At the battle of
> Jericho! (Repeat 1st 2 lines)}
>     }
>   }
> }
> 
> \book {
>   \score {
>     <<
>       { c }
>     >>
>   }
> }
> %%%%%%%%%%%%%%
> 
> 

Hello,

You just need to move the \markup inside the \book block.

Hope this helps,
Jean




reply via email to

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