Am Mo., 2. März 2020 um 21:28 Uhr schrieb Jean Abou Samra <[email protected]>:
>
> Hi,
>
> The recent possibility to define ottavation markups introduced a bug
> when exporting to MIDI.
>
> For example,
> \version "2.21.0" % compiled with HEAD being
> ede0457988716a5e6fa0dd1757db0ebd96107bbc
> \score {
> { \ottava 1 c'1 }
> \midi { }
> }
> will trigger the warning
> Could not find ottavation markup for 1 octaves up.
> CCing Malte Meyne since he's the author of the patch that introduced
> the warning -- see
> http://lilypond.1069038.n5.nabble.com/Add-user-definable-ottavation-mar
> kups-issue-568970043-by-lilypond-maltemeyn-de-tc223988.html
>
> The MIDI output is fine though.
Not sure whether it's a proper fix.
For now you could do:
\version "2.21.0"
\score {
{ \ottava 1 c'1 }
\midi {
\context {
\Staff
ottavationMarkups = #ottavation-numbers
}
}
}
HTH,
Harm
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond