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

Comment #8 on issue 3827 by [email protected]: remove the necessity to have a \layout block in a \markup \score...
http://code.google.com/p/lilypond/issues/detail?id=3827

Pushed to staging as
commit 00e7e96f8393ad1fe86f57cf90f4567142bd4e72
Author: David Kastrup <[email protected]>
Date:   Sat Feb 8 19:05:16 2014 +0100

Issue 3827: remove the necessity to have a \layout block in a \markup \score ...

    It turns out that this is not really fixable in the backend since what
    is called "layout" in the markup function definitions does not
    actually correspond to \layout but rather to \paper.  Very funny.

    So this is solved in the parser itself when reading a \score or
    \score-lines to be used in a markup or markup list by cloning
    $defaultlayout as necessary (which simulates \layout {}) whenever the
    score is without an output definition.


--
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