On 2023-05-10 14:37, Jean Abou Samra wrote:

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


I use column with blank line(s)...

\markup { \column {
  "  " % blank line
  Text.
} }

Reply via email to