Jean-Alexis Montignies <ja <at> montignies.info> writes:

> I have a small example, I have hard
> time finding a shorter one.
> Should I fill this as a bug?
> 

I think so.  Do you think this shorter example demonstrates the same bug as 
what caused you trouble?

\score { <<
  \new ChordNames \chordmode {
    % \override ChordName #'extra-spacing-width = #'(-2 . 1)
    f2:13/g f2
  }
  \new Staff {
    f'8 a' c'' g'' a'2
  } >>
}

> In the same vein: is there a way to set the padding between consecutive
> chord names?

The \override ChordName in the comment above requests 2 staff-spaces to the 
left, and 1 staff-space to the right, of each chord name.  It works when 
LilyPond is spacing correctly, the bug you found makes the \override fail
as well.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to