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: missbehavior of \deadNotesOn


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


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

Some behaviour with:

\harmonicsOn/Off
\palmMuteOn/Off
\xNotesOn/Off

All of them are defined in /ly/property-init.ly via a music-function using `override-head-style´.
`override-head-style´ is defined in /scm/music-functions.scm using
(make-sequential-music ...)
I speculate that `make-sequential-music´ doesn't initiate a proper context.
That would explain why adding
\new Voice ...
works.

I'm not sure how to fix `override-head-style´, but perhaps an entry in "Known issues and warnings" that the context has to be initiated before, would be enough.


reply via email to

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