lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving tempo-markup


From: Jean Abou Samra
Subject: Re: Moving tempo-markup
Date: Fri, 16 Jun 2023 10:42:20 +0200
User-agent: Evolution 3.48.3 (3.48.3-1.fc38)

Le vendredi 16 juin 2023 à 08:53 +0200, Johannes Roeßler a écrit :

Hi,

how can I raise the tempo markup to get some space in case I have other markups in place:

\version "2.24.0"  
 {\tempo "Andante" c'4^\markup \italic "mezza voce" c' c' c' }

Try adding some padding:

\version "2.24.1"

{
  \once \override Score.MetronomeMark.padding = 5
  \tempo "Andante"
  c'4^\markup \italic "mezza voce" c' c' c'
}

Best,

Jean

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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