Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_0

Comment #9 on issue 3644 by [email protected]: Patch: A \score-lines markup list command for multi-lines embedded scores
http://code.google.com/p/lilypond/issues/detail?id=3644

Pushed to staging as
commit 11445b15ef9d7ad25d1506145bec845664f61a2c
Author: David Kastrup <[email protected]>
Date:   Sun Nov 3 08:54:21 2013 +0100

Issue 3644: A \score-lines markup list command for multi-lines embedded scores

    Originally requested as issue 1334.

    Like the \score markup, \score-lines is not called through the normal
    markup list command mechanisms as it would require something awkward
    along the lines of

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

    to get this through.  Instead, a reserved word \score-lines in the
    parser will manually call the command with an embedded score, leading
    to just

    \score-lines { ... }

    This is somewhat clumsy in several ways: it requires an additional
    reserved identifier (no other reserved identifier contains a dash),
    and it means that a score may occur in a file without an explicit
    enclosing \score command.

    Nevertheless, the previous semantics implemented as issue 1334 were
    not tenable: particularly after issue 3270 had been passed, it was
    close to impossible for the average user to come up with a way of
    getting an actual markup list from a score.

    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.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to