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

Side by Side Diff: Documentation/notation/fretted-strings.itely

Issue 6345088: Fixes all black bars in NR (Closed)
Patch Set: Created 11 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
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.15.16" 10 @c \version "2.15.16"
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 The default predefined fret diagrams are contained in the file 1124 The default predefined fret diagrams are contained in the file
1125 @file{predefined-guitar-fretboards.ly}. Fret diagrams are 1125 @file{predefined-guitar-fretboards.ly}. Fret diagrams are
1126 stored based on the pitches of a chord and the value of 1126 stored based on the pitches of a chord and the value of
1127 @code{stringTunings} that is currently in use. 1127 @code{stringTunings} that is currently in use.
1128 @file{predefined-guitar-fretboards.ly} contains predefined 1128 @file{predefined-guitar-fretboards.ly} contains predefined
1129 fret diagrams only for @code{guitar-tuning}. Predefined fret 1129 fret diagrams only for @code{guitar-tuning}. Predefined fret
1130 diagrams can be added for other instruments or other tunings 1130 diagrams can be added for other instruments or other tunings
1131 by following the examples found in 1131 by following the examples found in
1132 @file{predefined-guitar-fretboards.ly}. 1132 @file{predefined-guitar-fretboards.ly}.
1133 1133
1134 Fret diagrams for the ukulele are contained in the file 1134 The file @file{predefined-ukulele-fretboards.ly} contains the fret
Graham Percival 2012/07/11 19:45:08 I'm not a fan of this change. I'd rather have a m
1135 @file{predefined-ukulele-fretboards.ly}. 1135 diagrams for the ukulele.
1136 1136
1137 @lilypond[verbatim, ragged-right, quote] 1137 @lilypond[verbatim, ragged-right, quote]
1138 \include "predefined-ukulele-fretboards.ly" 1138 \include "predefined-ukulele-fretboards.ly"
1139 1139
1140 myChords = \chordmode { a1 a:m a:aug } 1140 myChords = \chordmode { a1 a:m a:aug }
1141 1141
1142 \new ChordNames { 1142 \new ChordNames {
1143 \myChords 1143 \myChords
1144 } 1144 }
1145 1145
1146 \new FretBoards { 1146 \new FretBoards {
1147 \set stringTunings = #ukulele-tuning 1147 \set stringTunings = #ukulele-tuning
1148 \myChords 1148 \myChords
1149 } 1149 }
1150 @end lilypond 1150 @end lilypond
1151 1151
1152 Fret diagrams for the mandolin are contained in the file 1152 The file @file{predefined-mandolin-fretboards.ly} contains the fret
1153 @file{predefined-mandolin-fretboards.ly}. 1153 diagrams for the mandolin.
1154 1154
1155 @lilypond[verbatim, ragged-right, quote] 1155 @lilypond[verbatim, ragged-right, quote]
1156 \include "predefined-mandolin-fretboards.ly" 1156 \include "predefined-mandolin-fretboards.ly"
1157 1157
1158 myChords = \chordmode { c1 c:m7.5- c:aug } 1158 myChords = \chordmode { c1 c:m7.5- c:aug }
1159 1159
1160 \new ChordNames { 1160 \new ChordNames {
1161 \myChords 1161 \myChords
1162 } 1162 }
1163 1163
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 {fretboards-alternate-tables.ly} 1394 {fretboards-alternate-tables.ly}
1395 1395
1396 @seealso 1396 @seealso
1397 Notation Reference: 1397 Notation Reference:
1398 @ref{Custom tablatures}, 1398 @ref{Custom tablatures},
1399 @ref{Automatic fret diagrams}, 1399 @ref{Automatic fret diagrams},
1400 @ref{Chord mode overview}, 1400 @ref{Chord mode overview},
1401 @ref{Predefined fretboard diagrams}. 1401 @ref{Predefined fretboard diagrams}.
1402 1402
1403 Installed Files: 1403 Installed Files:
1404 @file{ly/predefined-guitar-fretboards.ly}, 1404 @file{ly/predefined-guitar-fretboards.ly}, @*
Graham Percival 2012/07/11 19:45:08 oh god. Seriously?! there _has_ to be a better w
1405 @file{ly/predefined-guitar-ninth-fretboards.ly}, 1405 @file{ly/predefined-guitar-ninth-fretboards.ly}, @*
1406 @file{ly/predefined-ukulele-fretboards.ly}, 1406 @file{ly/predefined-ukulele-fretboards.ly}, @*
1407 @file{ly/predefined-mandolin-fretboards.ly}. 1407 @file{ly/predefined-mandolin-fretboards.ly}.
1408 1408
1409 Snippets: 1409 Snippets:
1410 @rlsr{Fretted strings}. 1410 @rlsr{Fretted strings}.
1411 1411
1412 Internals Reference: 1412 Internals Reference:
1413 @rinternals {fret-diagram-interface}. 1413 @rinternals {fret-diagram-interface}.
1414 1414
1415 1415
1416 @node Automatic fret diagrams 1416 @node Automatic fret diagrams
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 @example 1881 @example
1882 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning) 1882 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning)
1883 @end example 1883 @end example
1884 1884
1885 @seealso 1885 @seealso
1886 Installed Files: 1886 Installed Files:
1887 @file{ly/string-tunings-init.ly}. 1887 @file{ly/string-tunings-init.ly}.
1888 1888
1889 Snippets: 1889 Snippets:
1890 @rlsr{Fretted strings}. 1890 @rlsr{Fretted strings}.
OLDNEW

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