lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3560 in lilypond: Completion_heads_engraver with \


From: lilypond
Subject: [Lilypond-auto] Issue 3560 in lilypond: Completion_heads_engraver with \scaleDurations
Date: Tue, 17 Sep 2013 04:47:24 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3560 by address@hidden: 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



reply via email to

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