lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3057 in lilypond: misbehavior of \deadNotesOn


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3057 in lilypond: misbehavior of \deadNotesOn at the beginning of a voice
Date: Wed, 20 May 2015 15:39:40 +0000

Updates:
        Status: Started
        Owner: address@hidden
        Labels: Patch-new

Comment #5 on issue 3057 by address@hidden: misbehavior of \deadNotesOn at the beginning of a voice
https://code.google.com/p/lilypond/issues/detail?id=3057#c5

Issue 3057: misbehavior of \deadNotesOn et al at start of music

User-level commands that do not move to a particular context will tend
to be applied at Bottom context when following any notes or similar
events, but at arbitrary level when being at the start of music.  That's
a bad idea.  This patch moves the head styling overrides to Bottom
level.  While this means that

    \new Staff { \deadNotesOn ...

will only affect the default Voice instead of the whole Staff, one can
still get per-Staff behavior with

    \new Staff \with { \deadNotesOn } { ...

so no functionality is really lost here.

http://codereview.appspot.com/237370043

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