[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1262 in lilypond: close voices influence noteheads/ledger lines
From: |
lilypond |
Subject: |
Issue 1262 in lilypond: close voices influence noteheads/ledger lines |
Date: |
Mon, 13 Sep 2010 08:57:50 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low
New issue 1262 by brownian.box: close voices influence noteheads/ledger
lines
http://code.google.com/p/lilypond/issues/detail?id=1262
Reported by Patrick Schmidt:
http://lists.gnu.org/archive/html/bug-lilypond/2010-09/msg00168.html
when voices get very close to one another ledger lines and/or note heads
seem to change their behavior. In the following example the note head of
the c is too far to the right. The ledger lines of the notes on the left
side of the chord are shorter than normal. The ledger line of the f sharp
is hardly visible.
musicVoiceOne = {
% with c'2 here lines are quite normal:
c'1
}
musicVoiceTwo = {
r8 <fis g b>4
}
\score {
\new Staff <<
\key g\major
\new Voice {
\musicVoiceOne
}
\new Voice {
\musicVoiceTwo
}
>>
}
2.12 does the same.
Attachments:
test.png 1.1 KB
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue 1262 in lilypond: close voices influence noteheads/ledger lines,
lilypond <=