]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Let note-by-number and rest-by-number be robust against overriding font-name
[lilypond.git] / Documentation / changes.tely
index dec9271023ea8c80ffce1604abd890b4df37085f..ca142c3286fc8bbe11b116ac05ddbdbd52e8da45 100644 (file)
@@ -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