]> git.donarmstrong.com Git - lilypond.git/commit
Issue 1334: A \score-lines markup list command for multi-lines embedded scores
authorDavid Kastrup <dak@gnu.org>
Sun, 3 Mar 2013 11:24:32 +0000 (12:24 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 8 Mar 2013 17:28:38 +0000 (18:28 +0100)
commitc2f316e714d49e8d9557a7148f92b53ff96db21b
treea8fbf91f0bd09ac51a4e8d0e76d179ae15fdefd1
parent692b4e4ed7c1aae4d4d53ad59c26c22f2dd2d90f
Issue 1334: A \score-lines markup list command for multi-lines embedded scores

Like the \score markup, this is not usually called by users directly
as it would require something awkward along the lines of

\score-lines ##{ \score { ... } #}

to get this through.  Instead, using \score in contexts where only
markup lists are allowed will pass the action to the \score-lines
markup list command.

Note that there are as of yet no user-level commands spacing a markup
list in a way similar to the spacing inside of a \score markup.
lily/parser.yy
scm/define-markup-commands.scm