lilypond-user
[Top][All Lists]
Advanced

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

Re: Space between score & text


From: Jean Abou Samra
Subject: Re: Space between score & text
Date: Wed, 10 May 2023 23:37:22 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

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

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


reply via email to

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