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