lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: [Lilypond-auto] Issue 3057 in lilypond: missbehavior of \deadNotesOn in the begining of LilyPond code
Date: Sun, 23 Dec 2012 15:52:06 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3057 by address@hidden: missbehavior of \deadNotesOn in the begining of LilyPond code
http://code.google.com/p/lilypond/issues/detail?id=3057

the code:

\relative c'' {
  \deadNotesOn a4 cis \deadNotesOff <a cis a' >2
}

doesn't produce dead notes, while in

\relative c' {
  \clef "treble_8"
  \deadNotesOn a4 cis \deadNotesOff <a cis a' >2
}

the dead notes never die!

workarounds:

- start the \relative section with <>
- use \override NoteHead.style = #'cross
- use an explicit voice


see attached png:

Attachments:
        deadNotesOn.png  2.9 KB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]