]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Web-es: version marker for Community.
[lilypond.git] / Documentation / changes.tely
index a78d6d32970966e367436263e8ea1e5502fc7d5a..f205d0014cb270556d9d6c1bf52de721d4d0e13b 100644 (file)
@@ -61,6 +61,24 @@ which scares away people.
 
 @end ignore
 
+@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 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 +126,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}.