Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2356)

Issue 237370043: Issue 3057: misbehavior of \deadNotesOn et al at start of music (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 11 months ago by dak
Modified:
8 years, 10 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

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.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -8 lines) Patch
M ly/property-init.ly View 4 chunks +12 lines, -8 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b