X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fchanges.tely;h=ca142c3286fc8bbe11b116ac05ddbdbd52e8da45;hb=5b30a1793b07afeeed877ce97471e6a4a0d69169;hp=dec9271023ea8c80ffce1604abd890b4df37085f;hpb=0a34e892b31530e87380bffaac0bb9cf9a1c8a91;p=lilypond.git diff --git a/Documentation/changes.tely b/Documentation/changes.tely index dec9271023..ca142c3286 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -61,11 +61,25 @@ which scares away people. @end ignore +@item +When outputting MIDI, LilyPond will now store the @code{title} +defined in a score's @code{\header} block (or, if there is no +such definition on the @code{\score} level, the first such +definition found in a @code{\header} block of the score's +enclosing @code{\bookpart}, @code{\book}, or top-level scope) +as the name of the MIDI sequence in the MIDI file. Optionally, +the name of the MIDI sequence can be overridden using the new +@code{midititle} @code{\header} field independently of +@code{title} (for example, in case @code{title} contains markup +code which does not render as plain text in a satisfactory way +automatically). + @item Music (and scheme and void) functions and markup commands that -just supply the final parameters to a chain of music and function -and markup command calls, respectively, can now be defined in the -form of just writing the expression cut short with @code{\etc}. +just supply the final parameters to a chain of overrides, music +function and markup command calls can now be defined in the form +of just writing the expression cut short with @code{\etc}. + @lilypond[verbatim,quote] bold-red-markup = \markup \bold \with-color #red \etc highlight = \tweak font-size 3 \tweak color #red \etc