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

Delta Between Two Patch Sets: Documentation/notation/fretted-strings.itely

Issue 331860043: Multiple properties for \override \override-lines markup
Left Patch Set: Created 6 years, 5 months ago
Right Patch Set: Revert changes in Documentation/snippets, incorporate Thomas Morley's suggestion Created 6 years, 5 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:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/ja/notation/text.itely ('k') | Documentation/notation/input.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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.19.28" 10 @c \version "2.21.0"
11 11
12 @node Fretted string instruments 12 @node Fretted string instruments
13 @section Fretted string instruments 13 @section Fretted string instruments
14 14
15 @lilypondfile[quote]{fretted-headword.ly} 15 @lilypondfile[quote]{fretted-headword.ly}
16 16
17 This section discusses several aspects of music notation that are unique 17 This section discusses several aspects of music notation that are unique
18 to fretted string instruments. 18 to fretted string instruments.
19 19
20 @cindex tablature 20 @cindex tablature
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 \fret-diagram-verbose #'( 1105 \fret-diagram-verbose #'(
1106 (place-fret 6 3 1 red parenthesized default-paren-color) 1106 (place-fret 6 3 1 red parenthesized default-paren-color)
1107 (place-fret 5 3 1 inverted) 1107 (place-fret 5 3 1 inverted)
1108 (place-fret 4 5 2 blue parenthesized) 1108 (place-fret 4 5 2 blue parenthesized)
1109 (place-fret 3 5 3 blue) 1109 (place-fret 3 5 3 blue)
1110 (place-fret 2 5 4 blue) 1110 (place-fret 2 5 4 blue)
1111 (place-fret 1 3 1 inverted) 1111 (place-fret 1 3 1 inverted)
1112 ) 1112 )
1113 } 1113 }
1114 \override Voice.TextScript.size = 1.5 1114 \override Voice.TextScript.size = 1.5
1115 <b, fis b dis' fis'>1^\markup { 1115 <b, fis b dis' fis'>1^\markup
1116 \override #'(fret-diagram-details . ((finger-code . in-dot))) 1116 \override #'(fret-diagram-details . ((finger-code . in-dot)))
1117 \fret-diagram-verbose #`( 1117 \fret-diagram-verbose #`(
1118 (place-fret 5 2 1) 1118 (place-fret 5 2 1)
1119 (place-fret 4 4 "fis" red) 1119 (place-fret 4 4 "fis" red)
1120 (place-fret 3 4 "b" red) 1120 (place-fret 3 4 "b" red)
1121 (place-fret 1121 (place-fret
1122 2 4 1122 2 4
1123 ,#{ \markup 1123 ,#{ \markup
1124 \concat { 1124 \concat {
1125 \vcenter "d" 1125 \vcenter "d"
1126 \fontsize #-5 1126 \fontsize #-5
1127 \musicglyph #"accidentals.sharp"} #} 1127 \musicglyph #"accidentals.sharp"} #}
1128 red) 1128 red)
1129 (place-fret 1 2 1) 1129 (place-fret 1 2 1)
1130 ) 1130 )
1131 }
1132 } 1131 }
1133 >> 1132 >>
1134 @end lilypond 1133 @end lilypond
1135 1134
1136 All other fret diagram properties must be adjusted using 1135 All other fret diagram properties must be adjusted using
1137 @code{\override} when using the fret-diagram-verbose markup. 1136 @code{\override} when using the fret-diagram-verbose markup.
1138 1137
1139 @ignore 1138 @ignore
1140 The following example shows the three fret-diagram markup 1139 The following example shows the three fret-diagram markup
1141 interfaces, along with examples of common tweaks. For example, 1140 interfaces, along with examples of common tweaks. For example,
1142 the size of the verbose fret diagram is reduced to 0.75, and the 1141 the size of the verbose fret diagram is reduced to 0.75, and the
1143 finger indications are specified to appear below the diagram. The 1142 finger indications are specified to appear below the diagram. The
1144 terse diagram includes tweaks to specify placement of finger code 1143 terse diagram includes tweaks to specify placement of finger code
1145 and color of dots. 1144 and color of dots.
1146 1145
1147 @lilypond[verbatim,ragged-right,quote] 1146 @lilypond[verbatim,ragged-right,quote]
1148 \new Voice { 1147 \new Voice {
1149 \clef "treble_8" 1148 \clef "treble_8"
1150 d4^\markup { 1149 d4^\markup {
1151 \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;" 1150 \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;"
1152 } 1151 }
1153 d4 d d 1152 d4 d d
1154 fis^\markup { 1153 fis^\markup
1155 \override #'(size . 0.75) { 1154 \override #'((size . 0.75) (finger-code . below-string))
1156 \override #'(finger-code . below-string) { 1155 \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2)
1157 \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2) 1156 (place-fret 5 4 3)
1158 (place-fret 5 4 3) 1157 (place-fret 4 4 4)
1159 (place-fret 4 4 4) 1158 (place-fret 3 3 2)
1160 (place-fret 3 3 2) 1159 (place-fret 2 2 1)
1161 (place-fret 2 2 1) 1160 (place-fret 1 2 1))
1162 (place-fret 1 2 1))
1163 }
1164 }
1165 }
1166 fis4 fis fis 1161 fis4 fis fis
1167 c^\markup { 1162 c^\markup
1168 \override #'(dot-radius . 0.35) { 1163 \override #'((dot-radius . 0.35) (finger-code . in-dot)
1169 \override #'(finger-code . in-dot) { 1164 (dot-color . white))
1170 \override #'(dot-color . white) { 1165 \fret-diagram-terse #"x;3-1-(;5-2;5-3;5-4;3-1-);"
1171 \fret-diagram-terse #"x;3-1-(;5-2;5-3;5-4;3-1-);"
1172 }
1173 }
1174 }
1175 }
1176 c4 c c 1166 c4 c c
1177 } 1167 }
1178 @end lilypond 1168 @end lilypond
1179 @end ignore 1169 @end ignore
1180 1170
1181 @cindex customized fret diagram 1171 @cindex customized fret diagram
1182 @cindex fret diagram, customized 1172 @cindex fret diagram, customized
1183 @cindex diagram, fret, customized 1173 @cindex diagram, fret, customized
1184 1174
1185 @funindex fret-diagram-interface 1175 @funindex fret-diagram-interface
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 } 2036 }
2047 } 2037 }
2048 @end lilypond 2038 @end lilypond
2049 2039
2050 @cindex lute tunings 2040 @cindex lute tunings
2051 @cindex tunings, lute 2041 @cindex tunings, lute
2052 2042
2053 @knownissues 2043 @knownissues
2054 Using @code{FretBoards} with @code{additionalBassStrings} is not supported and 2044 Using @code{FretBoards} with @code{additionalBassStrings} is not supported and
2055 will yield unsatisfying results. 2045 will yield unsatisfying results.
LEFTRIGHT

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