]> git.donarmstrong.com Git - lilypond.git/commit
* scm/define-grobs.scm (all-grob-descriptions): default to ramp.
authorhanwen <hanwen>
Thu, 17 Jul 2003 09:12:11 +0000 (09:12 +0000)
committerhanwen <hanwen>
Thu, 17 Jul 2003 09:12:11 +0000 (09:12 +0000)
commit7963970e053f24b22b4eafcb02199c78128565c0
treeeef950aa7fff65ea1d999b00ab0272daf1eb3eda
parent74125500ce35de91645294fb0db96b5413034f21
* 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