lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3560 in lilypond: Completion_heads_engraver wi


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3560 in lilypond: Completion_heads_engraver with \scaleDurations
Date: Sat, 05 Oct 2013 22:10:13 +0000


Comment #20 on issue 3560 by address@hidden: Completion_heads_engraver with \scaleDurations
http://code.google.com/p/lilypond/issues/detail?id=3560

I began toying with the idea of introducing an integer multiplier_ field along factor_ in Duration; \tuplet, \times and \scaleDuration would modify factor_, while the *5 notation would modify the multiplier_. this way

canon = { a4*5 }
<<
  { \canon r2. }
  { r2 \canon r4 }


could be resolved into

<<
  { a1 ~ | a4 }
  { r2 a2 ~ | a2. r4 }


but then multiplier resolution should be done by the Note_head_engraver too, and I start not to see the consequences.

--
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]