On Wednesday 20 July 2005 23.26, Roland wrote:
> On Mon, 18 Jul 2005 11:30:45 +0200, Erik Sandberg
>
> <[EMAIL PROTECTED]> wrote:
> >This is because Lilypond looks for the context where graceSettings was
> > set; since MIDI doesn't use graceSettings, no context is found.
> >
> >A workaround is to add
> >\set Score.graceSettings = #'()
> >before your code.
> >....
>
>  Unfortunately, this workaround also breaks the printout. SIze
> of grace notes is equal to normal notes one.
>
>  Any idea to get both midi and paper outputs ?

You could try this in the \midi block:
\context {\Score graceSettings = #'() }

(basically the same as the prev solution, except that it sets it slightly more 
globally, and only when generating midi)

Erik


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to