]> git.donarmstrong.com Git - lilypond.git/commit
* scm/define-grobs.scm (all-grob-descriptions): default to ramp.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 17 Jul 2003 09:12:11 +0000 (09:12 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 17 Jul 2003 09:12:11 +0000 (09:12 +0000)
commit8a2ffb5ce9a764c76b24b8f212b48b37f2d623d1
treeeef950aa7fff65ea1d999b00ab0272daf1eb3eda
parentb9c7ee617ca458cd8494f96175acea8b1a5bbddf
* scm/define-grobs.scm (all-grob-descriptions): default to ramp.

* scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.

* lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
to get positions.

* lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
make ClusterSpannerBeacon to record Y positions. This removes the
need to switch off notes. Use \apply #notes-to-clusters { .. }  to
make cluster-note-events.
ChangeLog
Documentation/user/refman.itely
input/regression/cluster.ly
lily/cluster-engraver.cc
lily/cluster.cc
scm/define-grobs.scm
scm/define-music-types.scm
scm/music-functions.scm
scripts/convert-ly.py