lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup with long notes spacing


From: Erika Pirnes
Subject: Re: Markup with long notes spacing
Date: Mon, 25 Oct 2021 11:17:14 +0000

What Aaron suggested seemed to work with the passage similar to the previous rit-a tempo example, but the stretching 8-notes problem arises elsewhere, like in the example below.

\version "2.18.2"

pocoaccel = \markup { \italic "poco accel." }

common = {
  \override TextScript.extra-spacing-width = #'(0 . 1.5)
  \override TextScript.extra-spacing-height = #'(1 . 1)
  \override TextScript.staff-padding = #1
  s1 ^\pocoaccel
}

oboe = \relative c''{
  g8 (a b c d) g, (b c) a1
}

\score {
  \new Staff <<\common \oboe>>
}

reply via email to

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