]> git.donarmstrong.com Git - lilypond.git/commit
* scm/new-markup.scm (markup): a macro that provides a
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Feb 2004 10:47:23 +0000 (10:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Feb 2004 10:47:23 +0000 (10:47 +0000)
commitbff637281b422e87a600d30587beb3bd8314e7a3
tree81f04eae8c595936dce4a5f82a976625bfa10463
parentef9e7199deb7f3b91dd05606ea67bfc869ed8376
* scm/new-markup.scm (markup): a macro that provides a
LilyPond-like syntax in scheme for building markups, in order to
help markup command definition. (Nicolas Sceaux)

* input/test/lyrics-skip-notes.ly: new example.

* lily/parser.yy (post_event): make HYPHEN into postfix event.

* lily/new-lyric-combine-music-iterator.cc (find_context_below):
use is_alias() iso. == . This fixes lyrics on
GregorianTranscriptions.
12 files changed:
ChangeLog
Documentation/topdocs/NEWS.texi
Documentation/user/invoking.itexi
Documentation/user/refman.itely
VERSION
input/regression/lyric-combine-new.ly
input/test/lyrics-skip-notes.ly [new file with mode: 0644]
lily/hyphen-engraver.cc
lily/new-lyric-combine-music-iterator.cc
lily/parser.yy
scm/define-grobs.scm
scm/new-markup.scm