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

Unified Diff: Documentation/notation/editorial.itely

Issue 544870043: Support single-moment horizontal brackets.
Patch Set: Created 4 years, 8 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | input/regression/horizontal-bracket.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/notation/editorial.itely
diff --git a/Documentation/notation/editorial.itely b/Documentation/notation/editorial.itely
index de3e69d0b4b9a8821156869ffbf0bd65c743c0d5..d8bca11ac0e99a09d45ef7742b2d08e8db01595f 100644
--- a/Documentation/notation/editorial.itely
+++ b/Documentation/notation/editorial.itely
@@ -965,6 +965,7 @@ pieces. Simple horizontal brackets are supported.
}
}
\relative {
+ \once\override HorizontalBracketText.text = "a second"
c''2\startGroup
d\stopGroup
}
@@ -987,6 +988,20 @@ Analysis brackets may be nested.
}
@end lilypond
+It is possible to start and end a bracket at the same musical moment.
+
+@lilypond[verbatim,quote]
+\layout {
+ \context {
+ \Voice
+ \consists "Horizontal_bracket_engraver"
+ }
+}
+\relative {
+ c''4\startGroup\stopGroup
+}
+@end lilypond
+
@snippets
@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
« no previous file with comments | « no previous file | input/regression/horizontal-bracket.ly » ('j') | no next file with comments »

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