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: Aaron Hill
Subject: Re: make text span a specified musical interval?
Date: Mon, 25 Nov 2019 05:14:27 -0800
User-agent: Roundcube Webmail/1.3.8

Would something like this work?

%%%%
\version "2.18.2"

\relative c' {
  \repeat volta 2 {
    c4^"vamp" r2
    d8-\tweak extra-spacing-width #'(0 . 0)
      ^"(Last time only)"
    \tweak extra-spacing-width #'(0 . 8) e |
  }
  f g a4 r2 |
}
%%%%


-- Aaron Hill



reply via email to

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