Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(506)

Side by Side Diff: Documentation/changes.tely

Issue 315570043: Let analysis brackets support text (Closed)
Patch Set: reflect review Created 7 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Documentation/notation/editorial.itely » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- 1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-changes.info 2 @setfilename lilypond-changes.info
3 @settitle LilyPond Changes 3 @settitle LilyPond Changes
4 4
5 @include macros.itexi 5 @include macros.itexi
6 6
7 @ifhtml 7 @ifhtml
8 @macro inputfileref{DIR,NAME} 8 @macro inputfileref{DIR,NAME}
9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c 9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
10 @end macro 10 @end macro
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 * don't try to provide real-world examples, they often get too big, 55 * don't try to provide real-world examples, they often get too big,
56 which scares away people. 56 which scares away people.
57 57
58 * Write complete sentences. 58 * Write complete sentences.
59 59
60 * only show user-visible changes. 60 * only show user-visible changes.
61 61
62 @end ignore 62 @end ignore
63 63
64 @item 64 @item
65 It is now possible to add text to analysis brackets through the
66 @code{HorizontalBracketText} object.
67 @lilypond[quote,verbatim]
68 \layout {
69 \context {
70 \Voice
71 \consists "Horizontal_bracket_engraver"
72 }
73 }
74
75 {
76 \once \override HorizontalBracketText.text = "a"
77 c''\startGroup d''\stopGroup
78 e''-\tweak text "a'" \startGroup d''\stopGroup
79 }
80 @end lilypond
81
82 @item
65 The ends of hairpins may now be fine-tuned using the @code{shorten-pair} 83 The ends of hairpins may now be fine-tuned using the @code{shorten-pair}
66 grob property, which previously only affected text-spanners like 84 grob property, which previously only affected text-spanners like
67 @code{TupletBracket} and @code{OttavaBracket}. Positive values offset 85 @code{TupletBracket} and @code{OttavaBracket}. Positive values offset
68 to the right, negative to the left. 86 to the right, negative to the left.
69 @lilypond[quote,verbatim] 87 @lilypond[quote,verbatim]
70 { \once \override Hairpin.shorten-pair = #'(2 . 2) 88 { \once \override Hairpin.shorten-pair = #'(2 . 2)
71 c'1~\< 89 c'1~\<
72 c'2~ c'\! 90 c'2~ c'\!
73 \once \override Hairpin.shorten-pair = #'(-2 . -2) 91 \once \override Hairpin.shorten-pair = #'(-2 . -2)
74 c'1~\< 92 c'1~\<
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 @ifhtml 1010 @ifhtml
993 For older news, go to 1011 For older news, go to
994 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, 1012 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/},
995 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/}, 1013 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/},
996 or @uref{../,go back} to the Documentation index. 1014 or @uref{../,go back} to the Documentation index.
997 1015
998 1016
999 @end ifhtml 1017 @end ifhtml
1000 1018
1001 @bye 1019 @bye
OLDNEW
« no previous file with comments | « no previous file | Documentation/notation/editorial.itely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b