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: Mon, 25 May 2015 14:08:53 +0000

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

Comment #9 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

Pushed to staging as
commit dda2d06bc6aba17049c16c3c814d43d097b48f67
Author: David Kastrup <address@hidden>
Date:   Wed May 20 17:31:32 2015 +0200

    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.


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