Le jeudi 11 mai 2023 à 00:13 +0300, Dimitri Sykias a écrit :
> How can I control (reduce) the space between the score and the text locally
> and globally?
>
> \version "2.24.1"
> \relative c' {
> \time 3/4
> \key c \major
> c4 d e \bar "|."
> }
> \markup { Text }
Globally:
```
\version "2.24.1"
\paper {
score-markup-spacing.basic-distance = 8
}
\relative c' {
\time 3/4
\key c \major
c4 d e \bar "|."
}
\markup { Text }
```
https://lilypond.org/doc/v2.24/Documentation/notation/flexible-vertical-spacing-paper-variables
Locally, you can use `\markup \raise #2 { Text }`.
Jean
signature.asc
Description: This is a digitally signed message part
