Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 3560 by [email protected]: Completion_heads_engraver with
\scaleDurations
http://code.google.com/p/lilypond/issues/detail?id=3560
When the completion_heads_engraver creates notes whose printed appearance
matches their sounding durations, but within a \scaleDurations one might
expect the printed appearance to differ from the sounding durations.
See also issue 1772.
The Gs and rests below are split across bar-lines by the
completion_*_engravers:
\new Voice \with {
\remove "Note_heads_engraver"
\remove "Rest_engraver"
\consists "Completion_heads_engraver"
\consists "Completion_rest_engraver"
} {
b2*2~ b2*2 g'2*4 \bar"||"
\scaleDurations 2/1 {
b2~ | b4 b4 | g'2. b4 | r2. b4 }
}
Attachments:
3560.png 5.1 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings