bug-lilypond
[Top][All Lists]
Advanced

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

Issue 820 in lilypond: TabVoice confused with ChordNames spacing when us


From: codesite-noreply
Subject: Issue 820 in lilypond: TabVoice confused with ChordNames spacing when using an override.
Date: Tue, 21 Jul 2009 07:42:59 +0000

Status: Accepted
Owner: v.villenave

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

% 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




reply via email to

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