lilypond-user
[Top][All Lists]
Advanced

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

Re: Two questions


From: Molly Preston
Subject: Re: Two questions
Date: Fri, 17 Dec 2021 08:28:52 -0500

Thank you this helped a lot! I couldn't find it under Tempo or Markup and didn't notice MeteonomeMark. 

And I mistakenly forgot code for page turns under the paper block.

-Molly

On Wed, Dec 15, 2021, 14:47 Jean Abou Samra <jean@abou-samra.fr> wrote:
Le 15/12/2021 à 19:08, Molly Preston a écrit :
> Hi again!
>
> Does anyone have issues with \allowPageTurn? I put in two page turns
> in my score, but it doesn't seem to be making them. What circumstances
> might create this problem?


Hard to tell without code. It may be not having
a bar line (you need \bar "" to allow a break if
there is no bar line), or a beam, or some other
unbreakable spanner.

If you can't find it, it's better to show some
code.


> Second question is:
>
> How do you move up a \tempo marking"
>  \override TextScript.Y-offset = #2
>                       \tempo \markup { \concat  {"Hushed"  \hspace
> #0.75 \general-align #Y #DOWN \note {4}  #UP
>                  " = "
>                  \hspace#0.5
>                  ca.
>                  \hspace #0.5
>                  "72"
>                      }
>     }
>
> The TextScript.Y-offset doesn't seem to do anything.


It's not a TextScript but a MetronomeMark. For example:

\version "2.22.1"

{
   \override Score.MetronomeMark.Y-offset = 5
   \tempo A
   c'1
}

Best,
Jean

reply via email to

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