Comment #20 on issue 3560 by [email protected]: 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