lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3519 in lilypond: layout settings aren't merge


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3519 in lilypond: layout settings aren't merged properly
Date: Mon, 26 Aug 2013 12:21:21 +0000

Updates:
        Status: Invalid

Comment #1 on issue 3519 by address@hidden: layout settings aren't merged properly
http://code.google.com/p/lilypond/issues/detail?id=3519

Layout settings _are_ inherited properly here. In the case of the first score, you write the inner layout block (inheriting from the outer one) _before_ changing the outer layout block. Consequently, the later change of the outer layout block has no effect.

A score only reverts to the state of the global \layout block at the end of the file when it has no layout block of its own. Any layout block of its own is derived from the state copied from the global layout block at the time of the score's definition.

In the given example, the last two scores show both red noteheads as well as the specified stem thickness. The bug report appears to suggest that this isn't the case.

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