[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 385 in lilypond: \partcombine with grace notes results in incorrec
From: |
codesite-noreply |
Subject: |
Issue 385 in lilypond: \partcombine with grace notes results in incorrectly combined stems |
Date: |
Mon, 25 Jun 2007 13:36:52 -0700 |
Issue 385: \partcombine with grace notes results in incorrectly combined stems
http://code.google.com/p/lilypond/issues/detail?id=385
New issue report by gpermus:
% stems should not combine in the second bar
%
% this might be considered a duplicate of issue #34,
% aka "grace notes suck".
\version "2.11.26"
mIFluteI = \relative c''' {
\clef "treble"
b1 \bar "" \grace { c16[( d]) } \bar "|"
e2 e
}
mIFluteII = \relative c'' {
\clef "treble"
b1 \bar "" \grace { c16[( d]) } \bar "|"
e4 e e r
}
\score {
\new Staff <<
\partcombine
\mIFluteI
\mIFluteII
>>
\layout {
}
}
Attachments:
foo.preview.png 3.3 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Low
--
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue 385 in lilypond: \partcombine with grace notes results in incorrectly combined stems,
codesite-noreply <=