Hi all,

Here’s what looks best to me:

%%%
\version "2.21.2"

foo = {
 \newSpacingSection
 \temporary \override Score.SpacingSpanner.strict-note-spacing = ##t
 \temporary \override Score.SpacingSpanner.common-shortest-duration = 
#(ly:make-moment 1/20)
 \temporary \override Score.GraceSpacing.common-shortest-duration = 
#(ly:make-moment 1/64)
}

unfoo = {
 \revert Score.SpacingSpanner.strict-note-spacing
 \revert Score.SpacingSpanner.common-shortest-duration
 \revert Score.GraceSpacing.common-shortest-duration
 \newSpacingSection
}

<<
 {
   \relative c''' { \foo r4 \appoggiatura { cis32 b ais } b4 gis' e \unfoo  }
   \relative c''' { r4 \appoggiatura { cis32 b ais } b4 gis' e }
 }
 \repeat unfold 2 { \relative c'' \repeat unfold 2 { gis8 b gis b } }
>>
%%%

[Again: Well done, Harm!]

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: kie...@kierenmacmillan.info


Reply via email to