]> git.donarmstrong.com Git - lilypond.git/commit - lily/unfolded-repeat-iterator.cc
* scm/define-music-types.scm (music-descriptions): don't use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Jul 2005 11:25:24 +0000 (11:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Jul 2005 11:25:24 +0000 (11:25 +0000)
commit7c93f8e815a77c7735d0ab0f3cc4b21c19a10199
tree21383a54afd6428cb672188edf891d5086b43690
parent9d1e56447d21a8a1cfbc751535183916efffe7a0
* scm/define-music-types.scm (music-descriptions): don't use
Music_wrapper type.

* lily/paper-column.cc (print): print moment too.

* scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.
remove compatibility cruft.

* lily/parser.yy (score_body): \score can only begin with Music.

* lily/score-scheme.cc (LY_DEFINE): rename scorify to
make-score. Take music argument only. Move parser interaction to
Scheme.

* scm/lily-library.scm (scorify-music): new function.

* python/lilylib.py (datadir): remove 2.1 compat kludge.
(datadir): remove resource import.
(print_environment): remove get_bbox()
(cp_to_dir): remove pre 1.5.2 compat glue.
20 files changed:
ChangeLog
lily/include/music-wrapper.hh
lily/include/score.hh
lily/music-wrapper-iterator.cc
lily/music-wrapper.cc
lily/music.cc
lily/paper-column.cc
lily/parser.yy
lily/score-scheme.cc
lily/score.cc
lily/unfolded-repeat-iterator.cc
lily/volta-repeat-iterator.cc [new file with mode: 0644]
python/lilylib.py
scm/define-grobs.scm
scm/define-music-types.scm
scm/lily-library.scm
scm/music-functions.scm
scm/safe-lily.scm
scripts/lilypond-book.py
scripts/mup2ly.py