lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3644 in lilypond: Patch: A \score-lines markup


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3644 in lilypond: Patch: A \score-lines markup list command for multi-lines embedded scores
Date: Wed, 13 Nov 2013 10:55:20 +0000

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

Comment #9 on issue 3644 by address@hidden: 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 <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]