bug-lilypond
[Top][All Lists]
Advanced

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

Re: spacing problems with tabstaff + chords


From: Valentin Villenave
Subject: Re: spacing problems with tabstaff + chords
Date: Thu, 16 Jul 2009 12:33:50 +0200

2009/7/16 hernan <address@hidden>:
> In certain cases, the combination of tabstaff with chords-mode seems to cause
> serious spacing problems. Look at this example
> http://hjg.com.ar/varios/lilypondb1/test2.png
>
> (extra spacing above am6 chord in third measure, and above the last chord in
> last measure)
>
> The source code is here:
> http://hjg.com.ar/varios/lilypondb1/test2.ly

This is weird indeed.

Can someone more clever than me have a look at the following code and
tell me if it deserves a tracker issue?

%%%%%%%%

music = \relative c' {
  c8 c c c c c c c
}

chordz = \chordmode {
  b2 gis:m/b |
}

<< % Everything's fine
  \new ChordNames \chordz
  \new TabStaff \new TabVoice \music
>>

<< % Now the Chords take extra space??!
  \new ChordNames \chordz
  \new TabStaff \new TabVoice { \stemUp \music }
>>

%%%%%%%%%%%%%%%%


Regards,
Valentin




reply via email to

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