On Tue, 27 Dec 2022 at 18:43, Owen Le Blanc wrote:
>
> I'm doing a lot with hidden notes because of having ties and slurs
> between voices. Sometimes this causes spacing problems, presumably
> because the hidden notes are offset relative to the visible ones.
> Note the dot after the G in this exa
Hello,
here's one solution you can try:
%%
\version "2.24.0"
global = {
\key c \major
\time 2/2
}
upper = { \clef treble \global \relative c' {
\set tieWaitForNote = ##t
\change Staff = "lower" g8. a16 c8. e16 \clef treble
g8. a16 \change Staff = "upper" c8. ~ e16 ~ | < g e c >1
}
I'm doing a lot with hidden notes because of having ties and slurs
between voices. Sometimes this causes spacing problems, presumably
because the hidden notes are offset relative to the visible ones.
Note the dot after the G in this example.
Thanks to Carl Sorenson, who previously suggested using