lilypond-user
[Top][All Lists]
Advanced

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

Re: make text span a specified musical interval?


From: Kieren MacMillan
Subject: Re: make text span a specified musical interval?
Date: Mon, 25 Nov 2019 20:04:59 -0500

Hi all,

> On Nov 25, 2019, at 8:14 AM, Aaron Hill <address@hidden> wrote:
> Would something like this work?

While slightly more verbose, perhaps it’s more semantically correct to do 
something like this?

%%%%
\version "2.18.2"

\layout {
  \context {
    \Score
    \override RehearsalMark.font-size = #-0.5
  }
}

\relative c' {
 \repeat volta 2 {
   c4-\tweak extra-spacing-width #'(1 . 0.5) ^"vamp" r2
   d8 e \tweak extra-spacing-width #'(-0.5 . 1) \tweak self-alignment-X #RIGHT 
\mark \markup "(Last time only)" |
 }
 f g a4 r2 |
}
%%%%

Just a thought.
Kieren.



reply via email to

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