On Sun, Sep 24, 2023 at 9:12 AM Arjen <k.breinb...@gmail.com> wrote:

> Tweaking with the lengths of the spacers turns out very difficult and
> results in hairpins at unequal vertical positions:
> \version "2.24.1"
> \new Voice \relative <<
>    { c'2 c2 }
>    { s4...\< s32\! s2\> <>\! }
>  >>
>

What I use in this situation is to put the dynamics in their own context
(I'm not sure if context is the correct term):

\version "2.24.2"

notes = { c'2 2 }
dynamics = { s4..\< s16\! s2\> <>\! }

\score {
  <<
    \new Staff \notes
    \new Dynamics \dynamics % <-- here
  >>
}


--
Knute Snortum

Reply via email to