lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1681 in lilypond: \change Staff cannot be the


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1681 in lilypond: \change Staff cannot be the first element inside a musical expression
Date: Mon, 20 Jul 2015 08:03:11 +0000

Updates:
        Status: Invalid
        Owner: address@hidden

Comment #3 on issue 1681 by address@hidden: \change Staff cannot be the first element inside a musical expression
https://code.google.com/p/lilypond/issues/detail?id=1681

This is not a bug at all. \change changes the current context to a different parent, not the current Bottom context. At the point where \change is written in the above example, you could write \change PianoStaff = "PianoII" perfectly well in order to move the current _Staff_. To do that even when a Voice has already begun, you can write

\context Staff \change PianoStaff = "PianoII"

and it would work fine. This is not even at @knownissue level since the behavior is not the result of some technical quirk but an inherent part of the design. It might still be worth pointing out more explicitly.

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