Status: Accepted
Owner: v.villenave
CC: Carl.D.Sorensen
Labels: Type-Defect Priority-Medium

New issue 819 by v.villenave: TabVoice confused with ChordNames spacing when using an override.
http://code.google.com/p/lilypond/issues/detail?id=819

% In the following snippet, the spacing is wrong on the second staff.
% It doesn't happen when replacing tablatures with regular staves.

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 }


Attachments:
        tabstaff-spacing.png  14.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to