2009/7/16 hernan <hgonza...@gmail.com>:
> 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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to