Status: Accepted
Owner: ----

New issue 2151 by idragos...@gmail.com: add-grace-note usage interferes with MIDI output in same score block
http://code.google.com/p/lilypond/issues/detail?id=2151

add/remove-grace-property does not cooperate with midi in the same score block. Compile produces:

Wrong type argument in position 1 (expecting Context)

This error is not present when MIDI output block is removed.

Workaround is to place MIDI output in separate score block. Also reproduced in 2.14.2

\version "2.15.18" % In earlier versions, replace $ by #
\score {
 \new Staff {
   $(add-grace-property 'Voice 'Fingering 'font-size -6)
   \new Voice { b2 \grace b-2 c'-3 }
 }
 \layout{}
 \midi{} %% Wrong type argument in position 1 (expecting Context)
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to