On Tue, Apr 12, 2011 at 12:38 PM, Helge Hafting <[email protected]>wrote:
> What I need, is to get the midi output for
> \appoggiatura{e16 fis} e16
> but the layout for
> e16\prall
>
Hi Helge,
You could use tags. The following produced the desired results for me even
though LilyPond (2.13.54) issued a warning: "programming error: Going back
in MIDI time."
I think the warning will go away if there's some music before the grace
notes.
music = {
\tag #'played {\appoggiatura{e16 fis} e16}
\tag #'printed {e16\prall}
}
\score {
\removeWithTag #'played \music
\layout {}
}
\score {
\removeWithTag #'printed \music
\midi {}
}
Hope this helps,
Mike
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user