lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chord name spacing bug?


From: Keith OHara
Subject: Re: chord name spacing bug?
Date: Wed, 15 Jun 2011 06:08:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]