lilypond-user
[Top][All Lists]
Advanced

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

Re: markups and accents inside staff


From: Jim Cline
Subject: Re: markups and accents inside staff
Date: Sun, 31 Jul 2022 11:08:09 -0400 (EDT)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)

Hi Knute, thanks, that works. I am also trying to figure out how to do the analogous thing with the placement of a markup text. Putting the same tweaks within the markup does not compile. Putting

\markup{\hspace #4 \vspace #-2 text}

applies the hspace but ignores the vspace.  --Jim

I believe you can do what you want by setting the
outside-staff-priority to ##f and then using Y-offset to move the
accent.

%%%
\version "2.20.0"

\relative c {
  \time 3/4
  \mergeDifferentlyDottedOn
  <<
    { <g'' c f>4\arpeggio e' d }
    \\
    { g,8.
      -\tweak outside-staff-priority ##f
      -\tweak Y-offset -3
      _> dis16 a2
    }
  >> |
}
%%%

--
Knute Snortum




reply via email to

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