X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fchanges.tely;h=8f4c3dc6f392e6ac0b93b039003044efe384b660;hb=733d98665372b815cac635f48f1a20d65f50d25a;hp=ba222abccd7570796d5d6526998006786f124574;hpb=4e78c9fec86816a7a1afca9463b71094a2dcf62c;p=lilypond.git diff --git a/Documentation/changes.tely b/Documentation/changes.tely index ba222abccd..8f4c3dc6f3 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -41,8 +41,7 @@ This document is also available in @uref{changes.pdf,PDF}. It is part of the @uref{lilypond/manuals.html,LilyPond Documentation}. @end ifhtml - - +@allowcodebreaks false @itemize @bullet @@ -50,6 +49,8 @@ the @uref{lilypond/manuals.html,LilyPond Documentation}. HINTS +* add new items at the top + * only show verbatim input for syntax/input changes * try to be as brief possible in those cases @@ -63,6 +64,38 @@ which scares away people. @end ignore +@item +A variant of the segno sign is provided: +@lilypond[quote,relative=2] +c4 d e f \bar "S" +g4 f e d +@end lilypond + +@item +Context modifications (@code{\with} blocks) can be stored in variables and +inserted into contexts or other @code{\with} blocks: +@lilypond[quote,verbatim] +coloredheads = \with { \override NoteHead #'color = #red } +noclef = \with { \remove "Clef_engraver" } +\score { + \new Staff { + \new Voice \with { \coloredheads } \relative c' { c4 e g c } + } + \layout { + \context { \Staff + \noclef + } + } +} +@end lilypond + +@item +A half-open articulation was added: +@lilypond[quote,relative=2] +c4\halfopen +@end lilypond +This is sometimes used to indicate half-open hi-hats. + @item The Unicode Bidirectional Algorithm is now fully supported for single-line markup due to enhanced integration with Pango.