X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fchanges.tely;h=77ddfb2b74873ef7715da9a5bbc374f1236a00d3;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=a78d6d32970966e367436263e8ea1e5502fc7d5a;hpb=9ead371f45f0a0c98e86e8e32eb86ef75c3af5a4;p=lilypond.git diff --git a/Documentation/changes.tely b/Documentation/changes.tely index a78d6d3297..77ddfb2b74 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -61,6 +61,33 @@ which scares away people. @end ignore +@item +It is now possible to move systems with reference to their current +position using the @code{extra-offset} subproperty of +@code{NonMusicalPaperColumn.line-break-system-details}. Both vertical +and horizontal changes are possible. This feature is especially useful +for making slight adjustments to the default vertical position of +individual systems. See @ruser{Explicit staff and system positioning} for +more information. + +@item +It is now possible to add text to analysis brackets through the +@code{HorizontalBracketText} object. +@lilypond[quote,verbatim] +\layout { + \context { + \Voice + \consists "Horizontal_bracket_engraver" + } +} + +{ + \once \override HorizontalBracketText.text = "a" + c''\startGroup d''\stopGroup + e''-\tweak HorizontalBracketText.text "a'" \startGroup d''\stopGroup +} +@end lilypond + @item The ends of hairpins may now be fine-tuned using the @code{shorten-pair} grob property, which previously only affected text-spanners like @@ -108,7 +135,7 @@ that combine the characteristics of @code{modern-voice} and @code{piano} or their equivalents with cautionary accidentals. @item -The music function @code{\\unfoldRepeats} can now take an +The music function @code{\unfoldRepeats} can now take an optional argument-list specifying which type(s) of repeated music should be unfolded. Possible entries are @code{percent}, @code{tremolo}, @code{volta}.