"Keith OHara" <[email protected]> writes: > There is variant \key\default that re-prints the current > key-signature, but using it with midi causes an error and early exit > from the Scheme interpreter. > > \score { > {\key g\major g' b' d'' b' \key\default g'1 } > \layout{} > \midi{} > }
What should be the desired behavior? The easiest implementation would likely be just ignoring the \key\default in Midi. Theoretically, one could repeat the key for the sake of copy&paste in a sequencer or when using Midi to reimport into a different notation program. It's probably not hard to do that either. -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
