]> git.donarmstrong.com Git - lilypond.git/commit
* lily/parser.yy: get rid off < > in markups by treating { } as
authorNicolas Sceaux <nicolas.sceaux@free.fr>
Sun, 28 Nov 2004 17:50:32 +0000 (17:50 +0000)
committerNicolas Sceaux <nicolas.sceaux@free.fr>
Sun, 28 Nov 2004 17:50:32 +0000 (17:50 +0000)
commit3d04206a83222e89d99ddf1a0766b6b74f158967
tree339f76957ade1ba8fd44fdc440dc3a2c38b03b97
parent9e32b4b17ebf295c2553bdd8d494a564ebc64af1
* 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