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