]> git.donarmstrong.com Git - lilypond.git/commit
* lily/parser.yy: get rid off < > in markups by treating { } as
authornsceaux <nsceaux>
Sun, 28 Nov 2004 17:50:32 +0000 (17:50 +0000)
committernsceaux <nsceaux>
Sun, 28 Nov 2004 17:50:32 +0000 (17:50 +0000)
commite6538377915fe9d13eda1f3824e20377b6b37b38
tree339f76957ade1ba8fd44fdc440dc3a2c38b03b97
parent1245fd14f54ea97ef0d938faf3c455958431d23c
* lily/parser.yy: get rid off < > in markups by treating { } as
real lists.

* lily/lexer.ll: remove < > from markup lexer mode.

* scm/new-markup.scm (map-markup-command-list): helper function
used in parser.yy to map markup commands on a markup list.

* scripts/convert-ly.py (conv): add rule for converting
\markup < > to \markup { }

* ly/titling-init.ly:
* input/test/coriolan-margin.ly:
* input/regression/new-markup-syntax.ly:
* input/regression/new-markup-scheme.ly:
* input/regression/multi-measure-rest-text.ly:
* input/regression/markup-stack.ly:
* input/regression/markup-score.ly:
* input/regression/instrument-name-markup.ly:
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
* input/mutopia/R.Schumann/romanze-op28-2.ly:
* input/mutopia/J.S.Bach/wtk1-fugue2.ly:
* input/wilhelmus.ly:
* Documentation/user/notation.itely:
* Documentation/user/music-glossary.tely:
* Documentation/user/changing-defaults.itely: change < > to { } in
markups
22 files changed:
ChangeLog
Documentation/topdocs/NEWS.texi
Documentation/user/changing-defaults.itely
Documentation/user/music-glossary.tely
Documentation/user/notation.itely
input/mutopia/J.S.Bach/wtk1-fugue2.ly
input/mutopia/R.Schumann/romanze-op28-2.ly
input/mutopia/W.A.Mozart/mozart-hrn-3.ly
input/regression/instrument-name-markup.ly
input/regression/markup-score.ly
input/regression/markup-stack.ly
input/regression/multi-measure-rest-text.ly
input/regression/new-markup-scheme.ly
input/regression/new-markup-syntax.ly
input/test/coriolan-margin.ly
input/test/title-markup.ly
input/wilhelmus.ly
lily/lexer.ll
lily/parser.yy
ly/titling-init.ly
scm/new-markup.scm
scripts/convert-ly.py