Hello everyone, I have a situation where I have a broken beam with just one note to the left. I want to change the slope of the beam nib on this note, but \alterBroken doesn't seem to do the job (or I'm not doing something correctly).
%%% \version "2.24.2" \paper { indent = 0 ragged-right = ##t } changeSlope = \once \alterBroken damping #'(5 -1) Beam \relative { \time 2/4 c'8[ d e] \changeSlope b[ | \break c8 d e] b[ | \break c8 d e] f | } %%% I can change the first number in the list after damping (in this case, 5) to anything and it doesn't seem to affect the slope of the nib. Any suggestions? -- Knute Snortum