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

Side by Side Diff: Documentation/notation/editorial.itely

Issue 544870043: Support single-moment horizontal brackets.
Patch Set: Created 4 years, 8 months 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 | input/regression/horizontal-bracket.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.21.0" 10 @c \version "2.21.0"
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 pieces. Simple horizontal brackets are supported. 958 pieces. Simple horizontal brackets are supported.
959 959
960 @lilypond[verbatim,quote] 960 @lilypond[verbatim,quote]
961 \layout { 961 \layout {
962 \context { 962 \context {
963 \Voice 963 \Voice
964 \consists "Horizontal_bracket_engraver" 964 \consists "Horizontal_bracket_engraver"
965 } 965 }
966 } 966 }
967 \relative { 967 \relative {
968 \once\override HorizontalBracketText.text = "a second"
968 c''2\startGroup 969 c''2\startGroup
969 d\stopGroup 970 d\stopGroup
970 } 971 }
971 @end lilypond 972 @end lilypond
972 973
973 Analysis brackets may be nested. 974 Analysis brackets may be nested.
974 975
975 @lilypond[verbatim,quote] 976 @lilypond[verbatim,quote]
976 \layout { 977 \layout {
977 \context { 978 \context {
978 \Voice 979 \Voice
979 \consists "Horizontal_bracket_engraver" 980 \consists "Horizontal_bracket_engraver"
980 } 981 }
981 } 982 }
982 \relative { 983 \relative {
983 c''4\startGroup\startGroup 984 c''4\startGroup\startGroup
984 d4\stopGroup 985 d4\stopGroup
985 e4\startGroup 986 e4\startGroup
986 d4\stopGroup\stopGroup 987 d4\stopGroup\stopGroup
987 } 988 }
988 @end lilypond 989 @end lilypond
989 990
991 It is possible to start and end a bracket at the same musical moment.
992
993 @lilypond[verbatim,quote]
994 \layout {
995 \context {
996 \Voice
997 \consists "Horizontal_bracket_engraver"
998 }
999 }
1000 \relative {
1001 c''4\startGroup\stopGroup
1002 }
1003 @end lilypond
1004
990 @snippets 1005 @snippets
991 1006
992 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 1007 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
993 {analysis-brackets-above-the-staff.ly} 1008 {analysis-brackets-above-the-staff.ly}
994 1009
995 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 1010 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
996 {analysis-brackets-with-labels.ly} 1011 {analysis-brackets-with-labels.ly}
997 1012
998 @seealso 1013 @seealso
999 Internals Reference: 1014 Internals Reference:
1000 @rinternals{Horizontal_bracket_engraver}, 1015 @rinternals{Horizontal_bracket_engraver},
1001 @rinternals{HorizontalBracket}, 1016 @rinternals{HorizontalBracket},
1002 @rinternals{horizontal-bracket-interface}, 1017 @rinternals{horizontal-bracket-interface},
1003 @rinternals{HorizontalBracketText}, 1018 @rinternals{HorizontalBracketText},
1004 @rinternals{horizontal-bracket-text-interface}, 1019 @rinternals{horizontal-bracket-text-interface},
1005 @rinternals{Staff}. 1020 @rinternals{Staff}.
OLDNEW
« 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