On Tue, Feb 15, 2022 at 10:58 AM Jean Abou Samra wrote:
> Unfortunately, SpacingSpanner options are quite buggy currently.
>
> https://gitlab.com/lilypond/lilypond/-/issues/2630
> https://gitlab.com/lilypond/lilypond/-/issues/4493
> https://gitlab.com/lilypond/lilypond/-/issues/4499
>
> There is a
Le 15/02/2022 à 02:33, Knute Snortum a écrit :
I have come across what may be a bug.
Below is a tinyish example of gracenotes with strict-note-spacing.
The problem is the fis accidental. There's not enough space for it.
(See attached picture.)
%%%
\version "2.23.6"
rightH
I have come across what may be a bug.
Below is a tinyish example of gracenotes with strict-note-spacing.
The problem is the fis accidental. There's not enough space for it.
(See attached picture.)
%%%
\version "2.23.6"
rightHand = \relative {
\override Score.SpacingSpan
type of lead sheet that only shows chord symbols.
> For the bars to align well, I need to set SpacingSpanner.strict-note-spacing
> to true (set it to false to see what I mean), but that has the unwanted
> effect of the last chord symbol in a bar having less space than the others.
> So, o
the others. So, of course with strict-note-spacing
the distance from chord to chord is the same, regardless of there being a
bar line in-between or not. But I need the distance from a chord to a bar
line to be the same as from a chord to the next chord.
Is there any way to get that result
proportionalNotationDuration = #(ly:make-moment 1 16)
\override SpacingSpanner #'strict-note-spacing = ##t
\override SpacingSpanner #'uniform-stretching = ##t