]> git.donarmstrong.com Git - lilypond.git/commit
* input/test/dpncnt.ly: New file.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 6 Jan 2003 22:34:00 +0000 (22:34 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 6 Jan 2003 22:34:00 +0000 (22:34 +0000)
commit42a9b7a38ecd88df8e89a4266a951e0525328615
tree642e0876eeff69f9510c91227e6c50fcd4964fed
parent525a051b0b0bebc0983afc1fad3e6710e9f30c72
* input/test/dpncnt.ly: New file.

* lily/my-lily-lexer.cc: Add chordnames keyword.

* lily/parser.yy (chordnames_block): Parse chord name exception
lists, see input/test/dpncnt.ly.

* scm/chord-name.scm (set-double-plus-new-chord-name-style): New
function.

* scm/lily.scm (filter-out-list): Bugfix: filter rest using
filter-out too.

* lily/pitch.cc (ly_pitch_transpose): Scheme name now
ly:pitch-transpose (was ly:transpose-pitch), in conformance with
pitch functions (except for ly:make-pitch, but that's apparently
some sort of scheme naming standard?).

* scm/lily.scm (!=): define-public.

* scm/new-markup.scm (make-markup-maker): define-public make-markups.
ChangeLog
input/test/dpncnt.ly [new file with mode: 0644]
lily/my-lily-lexer.cc
lily/parser.yy
lily/pitch.cc
scm/chord-name.scm
scm/double-plus-new-chord-name.scm [new file with mode: 0644]
scm/grob-property-description.scm
scm/lily.scm
scm/new-markup.scm