]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/fretted-strings.itely
Docs: remove implicit relative from @lilypond[verbatim]; issue 4371
[lilypond.git] / Documentation / notation / fretted-strings.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.19.21"
11
12 @node Fretted string instruments
13 @section Fretted string instruments
14
15 @lilypondfile[quote]{fretted-headword.ly}
16
17 This section discusses several aspects of music notation that are unique
18 to fretted string instruments.
19
20 @cindex tablature
21 @cindex tablature, guitar
22 @cindex tablature, banjo
23 @cindex guitar tablature
24 @cindex banjo tablature
25
26 @menu
27 * Common notation for fretted strings::
28 * Guitar::
29 * Banjo::
30 @end menu
31
32 @node Common notation for fretted strings
33 @subsection Common notation for fretted strings
34
35 This section discusses common notation that is unique
36 to fretted string instruments.
37
38 @menu
39 * References for fretted strings::
40 * String number indications::
41 * Default tablatures::
42 * Custom tablatures::
43 * Fret diagram markups::
44 * Predefined fret diagrams::
45 * Automatic fret diagrams::
46 * Right-hand fingerings::
47 @end menu
48
49 @node References for fretted strings
50 @unnumberedsubsubsec References for fretted strings
51
52 Music for fretted string instruments is normally notated on
53 a single staff, either in traditional music notation or in
54 tablature.  Sometimes the two types are combined, and it is
55 especially common in popular music to use chord diagrams above
56 a staff of traditional notation.  The guitar and the banjo are
57 transposing instruments, sounding an octave lower than written.
58 Scores for these instruments should use the @code{"treble_8"} clef
59 (or @code{\transposition c} to get correct MIDI output).
60 Some other elements pertinent to fretted string instruments
61 are covered elsewhere:
62
63 @itemize
64 @item Fingerings are indicated as shown in
65 @ref{Fingering instructions}.
66
67 @item Instructions for @notation{Laissez vibrer} ties
68 as well as ties on arpeggios and tremolos can be found in
69 @ref{Ties}.
70
71 @item Instructions for handling multiple voices can be found
72 in @ref{Collision resolution}.
73
74 @item Instructions for indicating harmonics can be found in
75 @ref{Harmonics}.
76
77 @end itemize
78
79 @seealso
80 Notation Reference:
81 @ref{Fingering instructions},
82 @ref{Ties},
83 @ref{Collision resolution},
84 @ref{Instrument names},
85 @ref{Writing music in parallel},
86 @ref{Arpeggio},
87 @ref{List of articulations},
88 @ref{Clef},
89 @ref{Instrument transpositions}.
90
91
92 @node String number indications
93 @unnumberedsubsubsec String number indications
94
95 @cindex string numbers
96 @cindex string vs. fingering numbers
97 @cindex fingering vs. string numbers
98
99 The string on which a note should be played may be indicated by
100 appending @code{\@var{number}} to a note.
101
102 @lilypond[verbatim,quote,fragment]
103 \clef "treble_8"
104 c4\5 e\4 g2\3
105 <c\5 e\4 g\3>1
106 @end lilypond
107
108 When fingerings and string indications are used together, their
109 placement can be controlled by the order in which the two items appear
110 in the code @emph{only} if they appear inside of an explicit chord:
111 applied to whole chords or single notes @emph{outside} of chords,
112 fingerings are placed using a different mechanism.
113
114 @lilypond[verbatim,quote,fragment]
115 \clef "treble_8"
116 g4\3-0
117 g-0\3
118 <g\3-0>
119 <g-0\3>
120 @end lilypond
121
122 String numbers may also, as is customary with unfretted strings,
123 be printed in Roman numerals and placed below the staff rather
124 than above.
125
126 @lilypond[verbatim,quote,fragment]
127 \clef "treble_8"
128 c'2\2
129 a\3
130 \romanStringNumbers
131 c'\2
132 \set stringNumberOrientations = #'(down)
133 a\3
134 \arabicStringNumbers
135 g1\4
136 @end lilypond
137
138 @snippets
139
140 @lilypondfile[verbatim,quote,texidoc,doctitle]
141 {controlling-the-placement-of-chord-fingerings.ly}
142
143 @lilypondfile[verbatim,quote,texidoc,doctitle]
144 {allowing-fingerings-to-be-printed-inside-the-staff.ly}
145
146 @predefined
147 @code{\arabicStringNumbers},
148 @code{\romanStringNumbers}.
149 @endpredefined
150
151 @seealso
152 Notation Reference:
153 @ref{Fingering instructions}.
154
155 Snippets:
156 @rlsr{Fretted strings}.
157
158 Internals Reference:
159 @rinternals{StringNumber},
160 @rinternals{Fingering}.
161
162
163 @node Default tablatures
164 @unnumberedsubsubsec Default tablatures
165
166 @cindex tablatures, basic
167 @cindex tablatures, default
168
169 @funindex TabStaff
170 @funindex TabVoice
171
172 Music for plucked string instruments is frequently notated using a
173 finger/touch notation or tablature.  In contrast to traditional
174 notation pitches are not denoted with note heads, but by numbers (or
175 letter-like symbols in historical intavolatura).  The staff lines
176 in tablature indicate the string on which the note is to be played,
177 and a number placed on a staff line indicated the fret at which
178 the corresponding string is to be pressed.
179 Notes that are to be played simultaneously are vertically aligned.
180
181 By default, string 1 is the highest string, and corresponds to the top
182 line on the @code{TabStaff}.  The tuning of the @code{TabStaff}
183 strings defaults to the
184 standard guitar tuning (with 6 strings).  The notes are printed as
185 tablature, by using @code{TabStaff} and @code{TabVoice} contexts.  A
186 calligraphic tablature clef is added automatically.
187
188 @lilypond[quote,ragged-right,verbatim]
189 \new TabStaff \relative {
190   a,8 a' <c e> a
191   d,8 a' <d f> a
192 }
193 @end lilypond
194
195 Default tablatures do not contain any symbols for tone duration nor any
196 other musical symbols such as e.g. expressive marks.
197
198 @lilypond[quote,ragged-right,verbatim]
199 symbols = {
200   \time 3/4
201   c4-.^"Allegro" d( e)
202   f4-.\f g a^\fermata
203   \mark \default
204   c8_.\<\( c16 c~ 2\!
205   c'2.\prall\)
206 }
207
208 \score {
209   <<
210     \new Staff { \clef "G_8" \symbols }
211     \new TabStaff { \symbols }
212   >>
213 }
214 @end lilypond
215
216 @funindex \tabFullNotation
217
218 If all musical symbols used in traditional notation should also show up
219 in tablature one has to apply the command @code{\tabFullNotation} in a
220 @code{TabStaff}-context.  Please bear in mind that half notes are
221 double-stemmed in tablature in order to distinguish them from quarter
222 notes.
223
224 @lilypond[quote,ragged-right,verbatim]
225 symbols = {
226   \time 3/4
227   c4-.^"Allegro" d( e)
228   f4-.\f g a^\fermata
229   \mark \default
230   c8_.\<\( c16 c~ 2\!
231   c'2.\prall\)
232 }
233
234 \score {
235   \new TabStaff {
236     \tabFullNotation
237     \symbols
238   }
239 }
240 @end lilypond
241
242 @cindex fret
243
244 @funindex minimumFret
245 @funindex restrainOpenStrings
246
247 By default pitches are assigned to the lowest playing position on the
248 fret-board (first position).  Open strings are automatically preferred.
249 If you would like a certain pitch to be played on a specific string you
250 can add a string number indication to the pitch name.  If you don't want
251 to have string number indications appear in traditional notation, you
252 can override the respective stencil.  Usually it will be more
253 comfortable to define the playing position by using the value of
254 @code{minimumFret}.  The default value for minimumFret is 0.
255
256 Even when @code{minimumFret} is set, open strings are used whenever
257 possible.  This behaviour can be changed by setting @code{restrainOpenStrings}
258 to @code{#t}.
259
260 @lilypond[quote,ragged-right,verbatim]
261 \layout { \omit Voice.StringNumber }
262 \new StaffGroup <<
263    \new Staff \relative {
264      \clef "treble_8"
265      \time 2/4
266      c16 d e f g4
267      c,16\5 d\5 e\4 f\4 g4\4
268      c,16 d e f g4
269    }
270    \new TabStaff \relative {
271      c16 d e f g4
272      c,16\5 d\5 e\4 f\4 g4\4
273      \set TabStaff.minimumFret = #5
274      \set TabStaff.restrainOpenStrings = ##t
275      c,16 d e f g4
276    }
277 >>
278 @end lilypond
279
280 @funindex \tabChordRepeats
281 @funindex \chordRepeats
282 @cindex chord, repetition
283 @cindex repetition, using @code{q}
284 @cindex @code{q}, chord repetition
285
286 Chord constructs can be repeated by the chord repetition symbol
287 @code{q}.  In combination with tabulatures, its behavior of removing
288 string and finger numbers alongside with other events is cumbersome, so
289 you'll want to run
290 @example
291 \chordRepeats #'(string-number-event fingering-event)
292 @end example
293 explicitly on music expressions in tabulature using @ref{Chord
294 repetition}.  This particular command is so common that it is available
295 as @code{\tabChordRepeats}.
296
297 @lilypond[quote,verbatim]
298 guitar = \relative {
299   r8 <gis-2 cis-3 b-0>~ q4 q8~ 8 q4
300 }
301
302 \new StaffGroup <<
303   \new Staff {
304     \clef "treble_8"
305     \guitar
306   }
307   \new TabStaff {
308     \tabChordRepeats \guitar
309   }
310 >>
311 @end lilypond
312
313 Ties over a line break are parenthesized by default.  The same holds for
314 the second alternative of a repeat.
315
316 @lilypond[quote,ragged-right,verbatim]
317 ties = \relative {
318   \repeat volta 2 {
319     e'2. f4~
320     2 g2~
321   }
322   \alternative {
323      { g4 f2. }
324      { g4\repeatTie c,2. }
325   }
326   b1~
327   \break
328   b1
329   \bar "|."
330 }
331
332 \score {
333   <<
334     \new StaffGroup  <<
335       \new Staff {
336         \clef "treble_8"
337         \ties
338       }
339       \new TabStaff {
340         \ties
341       }
342     >>
343   >>
344   \layout {
345   indent = #0
346   ragged-right = ##t
347   }
348 }
349 @end lilypond
350
351 @funindex \hideSplitTiedTabNotes
352
353 The command @code{\hideSplitTiedTabNotes} cancels the behavior of
354 engraving fret numbers in parentheses:
355
356 @lilypond[quote,ragged-right,verbatim]
357 ties = \relative {
358   \repeat volta 2 {
359     e'2. f4~
360     2 g2~ }
361   \alternative {
362     { g4 f2. }
363     { g4\repeatTie c,2. }
364   }
365   b1~
366   \break
367   b1
368   \bar "|."
369 }
370
371 \score {
372   <<
373     \new StaffGroup  <<
374       \new Staff {
375         \clef "treble_8"
376         \ties
377       }
378       \new TabStaff {
379       \hideSplitTiedTabNotes
380         \ties
381       }
382     >>
383   >>
384   \layout {
385   indent = #0
386   ragged-right = ##t
387   }
388 }
389 @end lilypond
390
391 @cindex harmonic indications in tablature notation
392 @cindex tablature and harmonic indications
393 @funindex \harmonic
394 @funindex \harmonicByFret
395 @funindex \harmonicByRatio
396
397 Harmonic indications can be added to tablature notation as sounding
398 pitches:
399
400 @lilypond[verbatim,quote]
401 \layout { \omit Voice.StringNumber }
402 firstHarmonic = {
403   d'4\4\harmonic
404   g'4\3\harmonic
405   b'2\2\harmonic
406 }
407 \score {
408   <<
409     \new Staff {
410       \clef "treble_8"
411       \firstHarmonic
412     }
413     \new TabStaff { \firstHarmonic }
414   >>
415 }
416 @end lilypond
417
418 Note that the command @code{\harmonic} must always be attached to single
419 notes (possibly inside of a chord) instead of whole chords.
420 It only makes sense for open-string harmonics
421 in the 12th fret. All other harmonics should be calculated by LilyPond.
422 This can be achieved by indicating the fret where a finger of the
423 fretting hand should touch a string.
424
425 @lilypond[verbatim,quote]
426 fretHarmonics = {
427   \harmonicByFret #5 d16\4
428   \harmonicByFret #4 d16\4
429   \harmonicByFret #3 d8\4
430   \harmonicByFret #5 <g\3 b\2>2.
431 }
432 \score {
433   <<
434     \new Staff {
435       \clef "treble_8"
436       \fretHarmonics
437     }
438     \new TabStaff { \fretHarmonics }
439   >>
440 }
441 @end lilypond
442
443 Alternatively, harmonics can be computed by defining the ratio of
444 string lengths above and below the harmonic fingering.
445
446 @lilypond[verbatim,quote]
447 ratioHarmonics = {
448   \harmonicByRatio #1/2 <g\3 b\2 e'\1>4
449   \harmonicByRatio #1/3 <g\3 b\2 e'\1>4
450   \harmonicByRatio #1/4 { g8\3 b8\2 e'4\1 }
451 }
452 \score {
453   <<
454     \new Staff {
455       \clef "treble_8"
456       \ratioHarmonics
457     }
458     \new TabStaff { \ratioHarmonics }
459   >>
460 }
461 @end lilypond
462
463 @snippets
464 @lilypondfile[verbatim,quote,texidoc,doctitle]
465 {stem-and-beam-behavior-in-tablature.ly}
466
467 @lilypondfile[verbatim,quote,texidoc,doctitle]
468 {polyphony-in-tablature.ly}
469
470 @lilypondfile[verbatim,quote,texidoc,doctitle]
471 {open-string-harmonics-in-tablature.ly}
472
473 @lilypondfile[verbatim,quote,texidoc,doctitle]
474 {fretted-string-harmonics-in-tablature.ly}
475
476 @cindex slides in tablature notation
477 @cindex tablature and slides
478
479 @lilypondfile[verbatim,quote,texidoc,doctitle]
480 {slides-in-tablature.ly}
481
482 @cindex chord glissandi
483
484 @lilypondfile[verbatim,quote,texidoc,doctitle]
485 {chord-glissando-in-tablature.ly}
486
487 @cindex hammer on
488 @cindex pull off
489
490 @lilypondfile[verbatim,quote,texidoc,doctitle]
491 {hammer-on-and-pull-off.ly}
492
493 @lilypondfile[verbatim,quote,texidoc,doctitle]
494 {hammer-on-and-pull-off-using-voices.ly}
495
496 @lilypondfile[verbatim,quote,texidoc,doctitle]
497 {hammer-on-and-pull-off-using-chords.ly}
498
499 @seealso
500 Notation Reference:
501 @ref{Chord repetition},
502 @ref{Glissando},
503 @ref{Harmonics},
504 @ref{Stems},
505 @ref{Written-out repeats}.
506
507 Snippets:
508 @rlsr{Fretted strings}.
509
510 Internals Reference:
511 @rinternals{TabNoteHead},
512 @rinternals{TabStaff},
513 @rinternals{TabVoice},
514 @rinternals{Beam}.
515
516 @knownissues
517 Chords are not handled in a special way, and hence the automatic
518 string selector may easily select the same string for two notes in
519 a chord.
520
521 In order to handle @code{\partcombine}, a @code{TabStaff} must use
522 specially-created voices:
523
524 @lilypond[quote,ragged-right,verbatim]
525 melodia = \partcombine { e4 g g g } { e4 e e e }
526 <<
527   \new TabStaff <<
528     \new TabVoice = "one" s1
529     \new TabVoice = "two" s1
530     \new TabVoice = "shared" s1
531     \new TabVoice = "solo" s1
532     { \melodia }
533   >>
534 >>
535 @end lilypond
536
537 Guitar special effects are limited to harmonics and slides.
538
539
540 @node Custom tablatures
541 @unnumberedsubsubsec Custom tablatures
542
543 @cindex tablatures, custom
544 @cindex tablature, banjo
545 @cindex tablature, mandolin
546 @cindex tablature, guitar
547 @cindex tablature, bass guitar
548 @cindex tablature, ukulele
549 @cindex tablature, predefined string tunings
550 @cindex fretted instruments, predefined string tunings
551 @cindex predefined string tunings for fretted instruments
552 @cindex tablature, violin
553 @cindex tablature, viola
554 @cindex tablature, cello
555 @cindex tablature, bass
556 @cindex tablature, double bass
557
558 @funindex stringTunings
559
560 LilyPond tablature automatically calculates the fret for
561 a note based on the string to which the note is assigned.
562 In order to do this, the tuning of the strings must be
563 specified.  The tuning of the strings is given in the
564 @code{stringTunings} property.
565
566 LilyPond comes with predefined string tunings for banjo, mandolin,
567 guitar, bass guitar, ukulele, violin, viola, cello, and double bass.
568 LilyPond automatically sets
569 the correct transposition for predefined tunings.  The following
570 example is for bass guitar, which sounds an octave lower than
571 written.
572
573 @lilypond[quote,ragged-right,verbatim]
574 <<
575   \new Voice \with {
576     \omit StringNumber
577   } {
578     \clef "bass_8"
579     \relative {
580       c,4 d e f
581     }
582   }
583   \new TabStaff \with {
584     stringTunings = #bass-tuning
585   } {
586     \relative {
587       c,4 d e f
588     }
589   }
590 >>
591 @end lilypond
592
593 The default string tuning is @code{guitar-tuning}, which
594 is the standard EADGBE tuning.  Some other predefined tunings are
595 @code{guitar-open-g-tuning}, @code{mandolin-tuning} and
596 @code{banjo-open-g-tuning}.  The predefined string tunings
597 are found in @file{ly/string-tunings-init.ly}.
598
599 @funindex stringTuning
600 @funindex \stringTuning
601 @cindex tablature, custom string tunings
602 @cindex custom string tunings
603
604 Any desired string tuning can be created.  The
605 @code{\stringTuning} function can be
606 used to define a string tuning which can be used
607 to set @code{stringTunings} for the current context.
608
609 Its argument is a chord construct
610 defining the pitches of each string in the tuning.
611 The chord construct must be in absolute octave mode,
612 see @ref{Absolute octave entry}.  The string
613 with the highest number (generally the lowest string) must
614 come first in the chord.  For example, we can
615 define a string tuning for a four-string instrument with pitches
616 of @code{a''},  @code{d''},  @code{g'}, and @code{c'}:
617
618 @lilypond[quote,verbatim]
619
620 mynotes = {
621   c'4 e' g' c'' |
622   e''4 g'' b'' c'''
623 }
624
625 <<
626   \new Staff {
627     \clef treble
628     \mynotes
629   }
630   \new TabStaff {
631     \set Staff.stringTunings = \stringTuning <c' g' d'' a''>
632     \mynotes
633   }
634 >>
635 @end lilypond
636
637 The @code{stringTunings} property is also used by
638 @code{FretBoards} to calculate automatic fret diagrams.
639
640 String tunings are used as part of the hash key
641 for predefined fret diagrams
642 (see @ref{Predefined fret diagrams}).
643
644 The previous example could also be written as follows:
645
646 @lilypond[quote,verbatim]
647 custom-tuning = \stringTuning <c' g' d'' a''>
648
649 mynotes = {
650   c'4 e' g' c'' |
651   e''4 g'' b'' c'''
652 }
653
654 <<
655   \new Staff {
656     \clef treble
657     \mynotes
658   }
659   \new TabStaff {
660     \set TabStaff.stringTunings = #custom-tuning
661     \mynotes
662   }
663 >>
664 @end lilypond
665
666 Internally, a string tuning is a Scheme list of string pitches,
667 one for each string, ordered by string number from 1 to N,
668 where string 1 is at the top of the tablature staff and
669 string N is at the bottom.  This ordinarily results in ordering
670 from highest pitch to lowest pitch, but some instruments
671 (e.g. ukulele) do not have strings ordered by pitch.
672
673 A string pitch in a string tuning list is a LilyPond pitch
674 object.  Pitch objects are created with the Scheme function
675 @code{ly:make-pitch} (see @ref{Scheme functions}).
676
677 @code{\stringTuning} creates such an object from chord input.
678
679 LilyPond automatically calculates the number of lines in the
680 @code{TabStaff} and the number of strings in an automatically
681 calculated @code{FretBoard} as the number of elements
682 in @code{stringTunings}.
683
684 To let all TabStaff contexts use the same custom tuning by default,
685 you can use
686
687 @example
688 \layout @{
689   \context @{
690     \TabStaff
691     stringTunings = \stringTuning <c' g' d'' a''>
692   @}
693 @}
694 @end example
695
696
697 @cindex moderntab clef
698 @cindex clef, moderntab
699 @cindex clef, tab
700 @cindex tab clef
701
702 A modern tab clef can also be used.
703
704 @lilypond[quote,ragged-right,verbatim]
705 \new TabStaff {
706   \clef moderntab
707   <a, e a>1
708   \break
709   \clef tab
710   <a, e a>1
711 }
712 @end lilypond
713
714 The modern tab clef supports tablatures from 4 to 7 strings.
715
716 @seealso
717 Notation Reference:
718 @ref{Absolute octave entry},
719 @ref{Predefined fret diagrams},
720 @ref{Scheme functions}.
721
722 Installed Files:
723 @file{ly/string-tunings-init.ly},
724 @file{scm/tablature.scm}.
725
726 Snippets:
727 @rlsr{Fretted strings}.
728
729 Internals Reference:
730 @rinternals{Tab_note_heads_engraver}.
731
732 @knownissues
733 Automatic tablature calculations do not work properly in most
734 cases for instruments where string pitches do not vary
735 monotonically with string number, such as ukuleles.
736
737
738 @node Fret diagram markups
739 @unnumberedsubsubsec Fret diagram markups
740
741 @cindex fret diagrams
742 @cindex chord diagrams
743 @cindex diagrams, fret
744 @cindex diagrams, chord for fretted instruments
745 @cindex fret diagrams, custom
746 @cindex custom fret diagrams
747
748 Fret diagrams can be added to music as a markup to the desired
749 note.  The markup contains information about the desired fret
750 diagram.  There are three different fret-diagram markup
751 interfaces: standard, terse, and verbose.  The three interfaces
752 produce equivalent markups, but have varying amounts of
753 information in the markup string.  Details about the
754 syntax of the different markup strings used to define
755 fret diagrams are found at @ref{Instrument Specific Markup}.
756
757 The standard fret diagram markup string indicates the string
758 number and the fret number for each dot to be placed on the string.
759 In addition, open and unplayed (muted) strings can be indicated.
760
761 @lilypond[quote, verbatim]
762 <<
763   \new ChordNames {
764     \chordmode {
765       c1 d:m
766     }
767   }
768   \new Staff {
769     \clef "treble_8"
770     <c e g c' e'>1^\markup {
771       \fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
772     }
773     <d a d' f'>1^\markup {
774       \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-1;"
775     }
776   }
777 >>
778 @end lilypond
779
780 @cindex barre indications
781
782 Barre indications can be added to the diagram from
783 the fret-diagram markup string.
784
785 @lilypond[quote, verbatim]
786 <<
787   \new ChordNames {
788      \chordmode {
789        f1 g
790      }
791   }
792   \new Staff {
793     \clef "treble_8"
794     <f, c f a c' f'>1^\markup {
795       \fret-diagram #"c:6-1-1;6-1;5-3;4-3;3-2;2-1;1-1;"
796     }
797     <g, d g b d' g'>1^\markup {
798       \fret-diagram #"c:6-1-3;6-3;5-5;4-5;3-4;2-3;1-3;"
799     }
800   }
801 >>
802 @end lilypond
803
804 @cindex fret-diagram markup
805 @cindex ukulele
806
807 @funindex fret-diagram
808 @funindex \fret-diagram
809
810 The size of the fret diagram, and the number of frets in the diagram
811 can be changed in the fret-diagram markup string.
812
813 @lilypond[quote, verbatim]
814 <<
815   \new ChordNames {
816      \chordmode {
817        f1 g
818      }
819   }
820   \new Staff {
821     \clef "treble_8"
822     <f, c f a c' f'>1^\markup {
823       \fret-diagram #"s:1.5;c:6-1-1;6-1;5-3;4-3;3-2;2-1;1-1;"
824     }
825     <g, b, d g b g'>1^\markup {
826       \fret-diagram #"h:6;6-3;5-2;4-o;3-o;2-o;1-3;"
827     }
828   }
829 >>
830 @end lilypond
831
832 The number of strings in a fret diagram can be changed to accommodate
833 different instruments such as banjos and ukuleles with the fret-diagram
834 markup string.
835
836 @lilypond[quote, verbatim]
837 <<
838   \new ChordNames {
839     \chordmode {
840       a1
841     }
842   }
843   \new Staff {
844     % An 'A' chord for ukulele
845     a'1^\markup {
846       \fret-diagram #"w:4;4-2-2;3-1-1;2-o;1-o;"
847     }
848   }
849 >>
850 @end lilypond
851
852 Fingering indications can be added, and the location of fingering labels
853 can be controlled by the fret-diagram markup string.
854
855 @lilypond[quote, verbatim]
856 <<
857   \new ChordNames {
858     \chordmode {
859       c1 d:m
860     }
861   }
862   \new Staff {
863     \clef "treble_8"
864     <c e g c' e'>1^\markup {
865       \fret-diagram #"f:1;6-x;5-3-3;4-2-2;3-o;2-1-1;1-o;"
866     }
867     <d a d' f'>1^\markup {
868       \fret-diagram #"f:2;6-x;5-x;4-o;3-2-2;2-3-3;1-1-1;"
869     }
870   }
871 >>
872 @end lilypond
873
874 Dot radius and dot position can be controlled with the fret-diagram
875 markup string.
876
877 @lilypond[quote, verbatim]
878 <<
879   \new ChordNames {
880     \chordmode {
881       c1 d:m
882     }
883   }
884   \new Staff {
885     \clef "treble_8"
886     <c e g c' e'>1^\markup {
887       \fret-diagram #"d:0.35;6-x;5-3;4-2;3-o;2-1;1-o;"
888     }
889     <d a d' f'>1^\markup {
890       \fret-diagram #"p:0.2;6-x;5-x;4-o;3-2;2-3;1-1;"
891     }
892   }
893 >>
894 @end lilypond
895
896 @cindex fret-diagram-terse markup
897
898 @funindex fret-diagram-terse
899 @funindex \fret-diagram-terse
900
901 The fret-diagram-terse markup string omits string numbers; the string
902 number is implied by the presence of semicolons.  There is one semicolon
903 for each string in the diagram.  The first semicolon corresponds to the
904 highest string number and the last semicolon corresponds to the first string.
905 Mute strings, open strings, and fret numbers can be indicated.
906
907 @lilypond[quote, verbatim]
908 <<
909   \new ChordNames {
910     \chordmode {
911       c1 d:m
912     }
913   }
914   \new Staff {
915     \clef "treble_8"
916     <c e g c' e'>1^\markup {
917       \fret-diagram-terse #"x;3;2;o;1;o;"
918     }
919     <d a d' f'>1^\markup {
920       \fret-diagram-terse #"x;x;o;2;3;1;"
921     }
922   }
923 >>
924 @end lilypond
925
926 Barre indicators can be included in the fret-diagram-terse markup string.
927
928 @lilypond[quote, verbatim]
929 <<
930   \new ChordNames {
931     \chordmode {
932       f1 g
933     }
934   }
935   \new Staff {
936     \clef "treble_8"
937     <f, c f a c' f'>1^\markup {
938       \fret-diagram-terse #"1-(;3;3;2;1;1-);"
939     }
940     <g, d g b d' g'>1^\markup {
941       \fret-diagram-terse #"3-(;5;5;4;3;3-);"
942     }
943   }
944 >>
945 @end lilypond
946
947 Fingering indications can be included in the fret-diagram-terse markup string.
948
949 @c Need to use override to enable fingerings to show this -- can we do so?
950 @lilypond[quote, verbatim]
951 <<
952   \new ChordNames {
953     \chordmode {
954       c1 d:m
955     }
956   }
957   \new Staff {
958     \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string
959     \clef "treble_8"
960     <c e g c' e'>1^\markup {
961       \fret-diagram-terse #"x;3-3;2-2;o;1-1;o;"
962     }
963     <d a d' f'>1^\markup {
964       \fret-diagram-terse #"x;x;o;2-2;3-3;1-1;"
965     }
966   }
967 >>
968 @end lilypond
969
970 Other fret diagram properties must be adjusted using
971 @code{\override} when using the fret-diagram-terse markup.
972
973 @cindex fret-diagram-verbose markup
974 @cindex capo
975
976 @funindex fret-diagram-verbose
977 @funindex \fret-diagram-verbose
978
979 The fret-diagram-verbose markup string is in the format of a Scheme list.  Each
980 element of the list indicates an item to be placed on the fret diagram.
981
982 @lilypond[quote, verbatim]
983 <<
984     \new ChordNames {
985       \chordmode {
986         c1 d:m
987       }
988     }
989   \new Staff {
990     \clef "treble_8"
991     <c e g c' e'>1^\markup {
992       \fret-diagram-verbose #'(
993         (mute 6)
994         (place-fret 5 3)
995         (place-fret 4 2)
996         (open 3)
997         (place-fret 2 1)
998         (open 1)
999       )
1000     }
1001     <d a d' f'>1^\markup {
1002       \fret-diagram-verbose #'(
1003         (mute 6)
1004         (mute 5)
1005         (open 4)
1006         (place-fret 3 2)
1007         (place-fret 2 3)
1008         (place-fret 1 1)
1009       )
1010     }
1011   }
1012 >>
1013 @end lilypond
1014
1015 Fingering indications and barres can be included in a
1016 fret-diagram-verbose markup string.  Unique to the
1017 fret-diagram-verbose interface is a capo indication that
1018 can be placed on the fret diagram.  The capo indication is
1019 a thick bar that covers all strings.  The fret with the
1020 capo will be the lowest fret in the fret diagram.
1021
1022 Fingering indication dots can be colored as well as parenthesized;
1023 the parenthesis's color can also be altered independently.
1024
1025 @c \override is necessary to make fingering visible
1026 @lilypond[quote, verbatim]
1027 <<
1028     \new ChordNames {
1029       \chordmode {
1030         f1 g c c
1031       }
1032     }
1033   \new Staff {
1034     \clef "treble_8"
1035     \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string
1036     <f, c f a c' f'>1^\markup {
1037       \fret-diagram-verbose #'(
1038         (place-fret 6 1)
1039         (place-fret 5 3)
1040         (place-fret 4 3)
1041         (place-fret 3 2)
1042         (place-fret 2 1)
1043         (place-fret 1 1)
1044         (barre 6 1 1)
1045       )
1046     }
1047     <g, b, d g b g'>1^\markup {
1048       \fret-diagram-verbose #'(
1049         (place-fret 6 3 2)
1050         (place-fret 5 2 1)
1051         (open 4)
1052         (open 3)
1053         (open 2)
1054         (place-fret 1 3 3)
1055       )
1056     }
1057     <c g c' e' g'>1^\markup {
1058       \fret-diagram-verbose #'(
1059         (capo 3)
1060         (mute 6)
1061         (place-fret 4 5 1)
1062         (place-fret 3 5 2)
1063         (place-fret 2 5 3)
1064       )
1065     }
1066     \override Voice.TextScript.size = 1.5
1067     <c g c' e' g'>1^\markup {
1068       \fret-diagram-verbose #'(
1069         (place-fret 6 3 1 red parenthesized default-paren-color)
1070         (place-fret 5 3 1 inverted)
1071         (place-fret 4 5 2 blue parenthesized)
1072         (place-fret 3 5 3 blue)
1073         (place-fret 2 5 4 blue)
1074         (place-fret 1 3 1 inverted)
1075       )
1076     }
1077   }
1078 >>
1079 @end lilypond
1080
1081 All other fret diagram properties must be adjusted using
1082 @code{\override} when using the fret-diagram-verbose markup.
1083
1084 @ignore
1085 The following example shows the three fret-diagram markup
1086 interfaces, along with examples of common tweaks.  For example,
1087 the size of the verbose fret diagram is reduced to 0.75, and the
1088 finger indications are specified to appear below the diagram.  The
1089 terse diagram includes tweaks to specify placement of finger code
1090 and color of dots.
1091
1092 @lilypond[verbatim,ragged-right,quote]
1093 \new Voice {
1094   \clef "treble_8"
1095   d4^\markup {
1096     \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;"
1097   }
1098   d4 d d
1099   fis^\markup {
1100     \override #'(size . 0.75) {
1101       \override #'(finger-code . below-string) {
1102         \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2)
1103                                  (place-fret 5 4 3)
1104                                  (place-fret 4 4 4)
1105                                  (place-fret 3 3 2)
1106                                  (place-fret 2 2 1)
1107                                  (place-fret 1 2 1))
1108       }
1109     }
1110   }
1111   fis4 fis fis
1112   c^\markup {
1113     \override #'(dot-radius . 0.35) {
1114       \override #'(finger-code . in-dot) {
1115         \override #'(dot-color . white) {
1116           \fret-diagram-terse #"x;3-1-(;5-2;5-3;5-4;3-1-);"
1117         }
1118       }
1119     }
1120   }
1121   c4 c c
1122 }
1123 @end lilypond
1124 @end ignore
1125
1126 @cindex customized fret diagram
1127 @cindex fret diagram, customized
1128 @cindex diagram, fret, customized
1129
1130 @funindex fret-diagram-interface
1131
1132 The graphical layout of a fret diagram can be customized according to
1133 user preference through the properties of the
1134 @code{fret-diagram-interface}. Details are found at
1135 @rinternals{fret-diagram-interface}.  For a fret diagram
1136 markup, the interface properties belong to @code{Voice.TextScript}.
1137
1138 @snippets
1139
1140 @lilypondfile[verbatim,quote,texidoc,doctitle]
1141 {changing-fret-orientations.ly}
1142
1143 @lilypondfile[verbatim,quote,texidoc,doctitle]
1144 {customizing-markup-fret-diagrams.ly}
1145
1146 @seealso
1147 Notation Reference:
1148 @ref{Instrument Specific Markup}.
1149
1150 Snippets:
1151 @rlsr{Fretted strings}.
1152
1153 Internals Reference:
1154 @rinternals{fret-diagram-interface}.
1155
1156
1157 @node Predefined fret diagrams
1158 @unnumberedsubsubsec Predefined fret diagrams
1159
1160 @cindex fret diagrams
1161 @cindex fret diagrams, ukulele
1162 @cindex fret diagrams, mandolin
1163 @cindex chord diagrams
1164
1165 @funindex FretBoards
1166 @funindex stringTunings
1167
1168 Fret diagrams can be displayed using the @code{FretBoards} context.  By
1169 default, the @code{FretBoards} context will display fret diagrams that
1170 are stored in a lookup table:
1171
1172 @lilypond[verbatim, ragged-right, quote]
1173 \include "predefined-guitar-fretboards.ly"
1174 \new FretBoards {
1175   \chordmode {
1176     c1 d
1177   }
1178 }
1179 @end lilypond
1180
1181 The default predefined fret diagrams are contained in the file
1182 @file{predefined-guitar-fretboards.ly}.  Fret diagrams are
1183 stored based on the pitches of a chord and the value of
1184 @code{stringTunings} that is currently in use.
1185 @file{predefined-guitar-fretboards.ly} contains predefined
1186 fret diagrams only for @code{guitar-tuning}.  Predefined fret
1187 diagrams can be added for other instruments or other tunings
1188 by following the examples found in
1189 @file{predefined-guitar-fretboards.ly}.
1190
1191 Fret diagrams for the ukulele are contained in the file @*
1192 @file{predefined-ukulele-fretboards.ly}.
1193
1194 @lilypond[verbatim, ragged-right, quote]
1195 \include "predefined-ukulele-fretboards.ly"
1196
1197 myChords = \chordmode { a1 a:m a:aug }
1198
1199 \new ChordNames {
1200   \myChords
1201 }
1202
1203 \new FretBoards {
1204   \set Staff.stringTunings = #ukulele-tuning
1205   \myChords
1206 }
1207 @end lilypond
1208
1209 Fret diagrams for the mandolin are contained in the file @*
1210 @file{predefined-mandolin-fretboards.ly}.
1211
1212 @lilypond[verbatim, ragged-right, quote]
1213 \include "predefined-mandolin-fretboards.ly"
1214
1215 myChords = \chordmode { c1 c:m7.5- c:aug }
1216
1217 \new ChordNames {
1218   \myChords
1219 }
1220
1221 \new FretBoards {
1222   \set Staff.stringTunings = #mandolin-tuning
1223   \myChords
1224 }
1225 @end lilypond
1226
1227 Chord pitches can be entered
1228 either as simultaneous music or using chord mode (see
1229 @ref{Chord mode overview}).
1230
1231 @lilypond[verbatim, ragged-right,quote]
1232 \include "predefined-guitar-fretboards.ly"
1233 \new FretBoards {
1234   \chordmode { c1 }
1235   <c' e' g'>1
1236 }
1237 @end lilypond
1238
1239 @cindex chord names with fret diagrams
1240 @cindex fret diagrams with chord names
1241
1242 @funindex ChordNames
1243 @funindex chordmode
1244 @funindex \chordmode
1245
1246 It is common that both chord names and fret diagrams are displayed together.
1247 This is achieved by putting a @code{ChordNames} context in parallel with
1248 a @code{FretBoards} context and giving both contexts the same music.
1249
1250 @lilypond[verbatim, ragged-right, quote]
1251 \include "predefined-guitar-fretboards.ly"
1252 mychords = \chordmode{
1253   c1 f g
1254 }
1255
1256 <<
1257   \new ChordNames {
1258     \mychords
1259   }
1260   \new FretBoards {
1261     \mychords
1262   }
1263 >>
1264 @end lilypond
1265
1266 @cindex transposing fret diagrams
1267 @cindex fret diagrams, transposing
1268 @cindex diagrams, fret, transposing
1269
1270 Predefined fret diagrams are transposable, as long as a diagram for the
1271 transposed chord is stored in the fret diagram table.
1272
1273 @lilypond[verbatim, ragged-right, quote]
1274 \include "predefined-guitar-fretboards.ly"
1275 mychords = \chordmode{
1276   c1 f g
1277 }
1278
1279 mychordlist = {
1280   \mychords
1281   \transpose c e { \mychords }
1282 }
1283 <<
1284   \new ChordNames {
1285     \mychordlist
1286   }
1287   \new FretBoards {
1288     \mychordlist
1289   }
1290 >>
1291 @end lilypond
1292
1293
1294 The predefined fret diagram table for guitar contains eight chords (major, minor,
1295 augmented, diminished, dominant seventh, major seventh, minor seventh, dominant ninth)
1296 for each of 17 keys.
1297 The predefined fret diagram table for ukulele contains these chords
1298 plus an additional three chords (major sixth, suspended second, and
1299 suspended fourth).
1300 A complete list of the predefined fret diagrams is
1301 shown in @ref{Predefined fretboard diagrams}.  If there is no entry in
1302 the table for a chord, the FretBoards engraver will calculate a
1303 fret-diagram using the automatic fret diagram functionality described in
1304 @ref{Automatic fret diagrams}.
1305
1306 @lilypond[verbatim, ragged-right, quote]
1307 \include "predefined-guitar-fretboards.ly"
1308 mychords = \chordmode{
1309   c1 c:maj9
1310 }
1311
1312 <<
1313   \new ChordNames {
1314     \mychords
1315   }
1316   \new FretBoards {
1317     \mychords
1318   }
1319 >>
1320 @end lilypond
1321
1322 @cindex fret diagrams, adding custom
1323 @cindex custom fret diagrams, adding
1324 @cindex adding custom fret diagrams
1325
1326 Fret diagrams can be added to the fret diagram table.  To add a diagram,
1327 you must specify the hash table for the diagram, the chord for the
1328 diagram, the tuning to be used, and
1329 a definition for the diagram.  Normally, the hash table will be
1330 @var{default-fret-table}.  The diagram definition can be either a
1331 fret-diagram-terse definition string or a fret-diagram-verbose
1332 marking list.
1333
1334 @lilypond[verbatim, ragged-right, quote]
1335 \include "predefined-guitar-fretboards.ly"
1336
1337 \storePredefinedDiagram #default-fret-table
1338                         \chordmode { c:maj9 }
1339                         #guitar-tuning
1340                         #"x;3-2;o;o;o;o;"
1341
1342 mychords = \chordmode {
1343   c1 c:maj9
1344 }
1345
1346 <<
1347   \new ChordNames {
1348     \mychords
1349   }
1350   \new FretBoards {
1351     \mychords
1352   }
1353 >>
1354 @end lilypond
1355
1356 Different fret diagrams for the same chord name can be stored using different
1357 octaves of pitches.  The different octave should be at least two octaves
1358 above or below the default octave, because the octaves above and  below the
1359 default octave are used for transposing fretboards.
1360
1361 @lilypond[verbatim, ragged-right, quote]
1362 \include "predefined-guitar-fretboards.ly"
1363
1364 \storePredefinedDiagram #default-fret-table
1365                         \chordmode { c'' }
1366                         #guitar-tuning
1367                         #(offset-fret 2 (chord-shape 'bes guitar-tuning))
1368
1369 mychords = \chordmode {
1370   c1 c''
1371 }
1372
1373 <<
1374   \new ChordNames {
1375     \mychords
1376   }
1377   \new FretBoards {
1378     \mychords
1379   }
1380 >>
1381 @end lilypond
1382
1383 @cindex fretted instruments, chord shapes
1384 @cindex chord shapes for fretted instruments
1385
1386 @funindex \addChordShape
1387 @funindex addChordShape
1388 @funindex storePredefinedDiagram
1389 @funindex \storePredefinedDiagram
1390
1391 In addition to fret diagrams, LilyPond stores an internal list of chord
1392 shapes.  The chord shapes are fret diagrams that can be shifted along
1393 the neck to different positions to provide different chords.  Chord
1394 shapes can be added to the internal list and then used to define
1395 predefined fret diagrams.  Because they can be moved to various
1396 positions on the neck, chord shapes will normally not contain
1397 any open strings.  Like fret diagrams, chord shapes can be
1398 entered as either fret-diagram-terse strings or fret-diagram-verbose
1399 marking lists.
1400
1401 @lilypond[verbatim, ragged-right, quote]
1402 \include "predefined-guitar-fretboards.ly"
1403
1404 % Add a new chord shape
1405
1406 \addChordShape #'powerf #guitar-tuning #"1-1;3-3;3-4;x;x;x;"
1407
1408 % add some new chords based on the power chord shape
1409
1410 \storePredefinedDiagram #default-fret-table
1411                         \chordmode { f'' }
1412                         #guitar-tuning
1413                         #(chord-shape 'powerf guitar-tuning)
1414 \storePredefinedDiagram #default-fret-table
1415                         \chordmode { g'' }
1416                         #guitar-tuning
1417                         #(offset-fret 2 (chord-shape 'powerf guitar-tuning))
1418
1419 mychords = \chordmode{
1420   f1 f'' g g''
1421 }
1422
1423 <<
1424   \new ChordNames {
1425     \mychords
1426   }
1427   \new FretBoards {
1428     \mychords
1429   }
1430 >>
1431 @end lilypond
1432
1433 The graphical layout of a fret diagram can be customized according to
1434 user preference through the properties of the
1435 @code{fret-diagram-interface}. Details are found at
1436 @rinternals{fret-diagram-interface}.  For a predefined fret diagram,
1437 the interface properties belong to @code{FretBoards.FretBoard}.
1438
1439 @snippets
1440
1441 @lilypondfile[verbatim,quote,texidoc,doctitle]
1442 {customizing-fretboard-fret-diagrams.ly}
1443
1444 @lilypondfile[verbatim,quote,texidoc,doctitle]
1445 {defining-predefined-fretboards-for-other-instruments.ly}
1446
1447 @lilypondfile[verbatim,quote,texidoc,doctitle,ragged-right]
1448 {chordchanges-for-fretboards.ly}
1449
1450 @lilypondfile[verbatim,quote,texidoc,doctitle]
1451 {fretboards-alternate-tables.ly}
1452
1453 @seealso
1454 Notation Reference:
1455 @ref{Custom tablatures},
1456 @ref{Automatic fret diagrams},
1457 @ref{Chord mode overview},
1458 @ref{Predefined fretboard diagrams}.
1459
1460 Installed Files:
1461 @file{ly/predefined-guitar-fretboards.ly}, @*
1462 @file{ly/predefined-guitar-ninth-fretboards.ly}, @*
1463 @file{ly/predefined-ukulele-fretboards.ly}, @*
1464 @file{ly/predefined-mandolin-fretboards.ly}.
1465
1466 Snippets:
1467 @rlsr{Fretted strings}.
1468
1469 Internals Reference:
1470 @rinternals {fret-diagram-interface}.
1471
1472
1473 @node Automatic fret diagrams
1474 @unnumberedsubsubsec Automatic fret diagrams
1475
1476 @cindex fret diagrams, automatic
1477 @cindex chord diagrams, automatic
1478 @cindex automatic fret diagrams
1479 @cindex automatic chord diagrams
1480
1481 Fret diagrams can be automatically created from entered notes using the
1482 @code{FretBoards} context.  If no predefined diagram is available for
1483 the entered notes in the active @code{stringTunings}, this context
1484 calculates strings and frets that can be used to play the notes.
1485
1486 @lilypond[quote,ragged-right,verbatim]
1487 <<
1488   \new ChordNames {
1489     \chordmode {
1490       f1 g
1491     }
1492   }
1493   \new FretBoards {
1494     <f, c f a c' f'>1
1495     <g,\6 b, d g b g'>1
1496   }
1497   \new Staff {
1498     \clef "treble_8"
1499     <f, c f a c' f'>1
1500     <g, b, d g b' g'>1
1501   }
1502 >>
1503 @end lilypond
1504
1505 @funindex predefinedFretboardsOff
1506 @funindex \predefinedFretboardsOff
1507 @funindex predefinedFretboardsOn
1508 @funindex \predefinedFretboardsOn
1509
1510 As no predefined diagrams are loaded by default, automatic calculation
1511 of fret diagrams is the default behavior.  Once default diagrams are
1512 loaded, automatic calculation can be enabled and disabled with predefined
1513 commands:
1514
1515 @lilypond[quote,ragged-right,verbatim]
1516
1517 \storePredefinedDiagram #default-fret-table
1518                         <c e g c' e'>
1519                         #guitar-tuning
1520                         #"x;3-1-(;5-2;5-3;5-4;3-1-1-);"
1521 <<
1522   \new ChordNames {
1523     \chordmode {
1524       c1 c c
1525     }
1526   }
1527   \new FretBoards {
1528     <c e g c' e'>1
1529     \predefinedFretboardsOff
1530     <c e g c' e'>1
1531     \predefinedFretboardsOn
1532     <c e g c' e'>1
1533   }
1534   \new Staff {
1535     \clef "treble_8"
1536     <c e g c' e'>1
1537     <c e g c' e'>1
1538     <c e g c' e'>1
1539   }
1540 >>
1541 @end lilypond
1542
1543
1544
1545 Sometimes the fretboard calculator will be unable to find
1546 an acceptable diagram.  This can often be remedied by
1547 manually assigning a note to a string.  In many cases, only one
1548 note need be manually placed on a string; the rest of
1549 the notes will then be placed appropriately by the
1550 @code{FretBoards} context.
1551
1552 @cindex fret diagrams, adding fingerings
1553 @cindex fingerings, adding to fret diagrams
1554
1555 Fingerings can be added to FretBoard fret diagrams.
1556
1557 @lilypond[quote, verbatim]
1558 <<
1559   \new ChordNames {
1560     \chordmode {
1561       c1 d:m
1562     }
1563   }
1564   \new FretBoards {
1565     <c-3 e-2 g c'-1 e'>1
1566     <d a-2 d'-3 f'-1>1
1567   }
1568   \new Staff {
1569     \clef "treble_8"
1570     <c e g c' e'>1
1571     <d a d' f'>1
1572   }
1573 >>
1574 @end lilypond
1575
1576 @funindex minimumFret
1577
1578 The minimum fret to be used in calculating strings and frets for
1579 the FretBoard context can be set with the @code{minimumFret}
1580 property.
1581
1582 @lilypond[quote, verbatim]
1583 <<
1584   \new ChordNames {
1585     \chordmode {
1586       d1:m d:m
1587     }
1588   }
1589   \new FretBoards {
1590     <d a d' f'>1
1591     \set FretBoards.minimumFret = #5
1592     <d a d' f'>1
1593   }
1594   \new Staff {
1595     \clef "treble_8"
1596     <d a d' f'>1
1597     <d a d' f'>1
1598   }
1599 >>
1600 @end lilypond
1601
1602 The strings and frets for the @code{FretBoards} context depend
1603 on the @code{stringTunings} property, which has the same meaning
1604 as in the TabStaff context.  See @ref{Custom tablatures} for
1605 information on the @code{stringTunings} property.
1606
1607 The graphical layout of a fret diagram can be customized according to
1608 user preference through the properties of the
1609 @code{fret-diagram-interface}. Details are found at
1610 @rinternals{fret-diagram-interface}.  For a @code{FretBoards} fret
1611 diagram, the interface properties belong to
1612 @code{FretBoards.FretBoard}.
1613
1614
1615 @predefined
1616 @code{\predefinedFretboardsOff},
1617 @code{\predefinedFretboardsOn}.
1618 @endpredefined
1619
1620 @seealso
1621 Notation Reference:
1622 @ref{Custom tablatures}.
1623
1624 Snippets:
1625 @rlsr{Fretted strings}.
1626
1627 Internals Reference:
1628 @rinternals {fret-diagram-interface}.
1629
1630 @knownissues
1631 Automatic fretboard calculations do not work properly for instruments
1632 with non-monotonic tunings.
1633
1634
1635 @node Right-hand fingerings
1636 @unnumberedsubsubsec Right-hand fingerings
1637
1638 @cindex fretted instruments, right hand fingerings
1639 @cindex fingerings, right hand for fretted instruments
1640 @cindex right hand fingerings for fretted instruments
1641
1642 @funindex rightHandFinger
1643 @funindex \rightHandFinger
1644
1645 Right-hand fingerings @var{p-i-m-a} must be entered using
1646 @code{\rightHandFinger} followed by a number.
1647
1648 @warning{If the number is entered in Scheme notation, remember to append
1649 a space before following it with a closing @code{>} or similar.}
1650
1651 @lilypond[quote,verbatim,fragment]
1652 \clef "treble_8"
1653 c4\rightHandFinger #1
1654 e\rightHandFinger #2
1655 g\rightHandFinger #3
1656 c'\rightHandFinger #4
1657 <c\rightHandFinger #1 e\rightHandFinger #2
1658  g\rightHandFinger #3 c'\rightHandFinger #4 >1
1659 @end lilypond
1660
1661 For convenience, you can abbreviate @code{\rightHandFinger} to something
1662 short, for example @code{RH},
1663
1664 @example
1665 RH=#rightHandFinger
1666 @end example
1667
1668
1669 @snippets
1670
1671 @lilypondfile[verbatim,quote,texidoc,doctitle]
1672 {placement-of-right-hand-fingerings.ly}
1673
1674 @lilypondfile[verbatim,quote,texidoc,doctitle]
1675 {fingerings,-string-indications,-and-right-hand-fingerings.ly}
1676
1677 @seealso
1678 Snippets:
1679 @rlsr{Fretted strings}.
1680
1681 Internals Reference:
1682 @rinternals{StrokeFinger}.
1683
1684
1685 @node Guitar
1686 @subsection Guitar
1687
1688 Most of the notational issues associated with guitar music are
1689 covered sufficiently in the general fretted strings section, but there
1690 are a few more worth covering here.  Occasionally users want to
1691 create songbook-type documents having only lyrics with chord
1692 indications above them.  Since LilyPond is a music typesetter,
1693 it is not recommended for documents that have no music notation
1694 in them.  A better alternative is a word processor, text editor,
1695 or, for experienced users, a typesetter like GuitarTeX.
1696
1697 @menu
1698 * Indicating position and barring::
1699 * Indicating harmonics and dampened notes::
1700 * Indicating power chords::
1701 @end menu
1702
1703 @node Indicating position and barring
1704 @unnumberedsubsubsec Indicating position and barring
1705
1706 @cindex indicating position and barring for fretted instruments
1707 @cindex fretted instruments, indicating position and barring
1708
1709 This example demonstrates how to include guitar position and
1710 barring indications.
1711
1712 @lilypond[quote,ragged-right,verbatim,fragment]
1713 \relative {
1714   \clef "treble_8"
1715   b,16 d g b e
1716   \textSpannerDown
1717   \override TextSpanner.bound-details.left.text = #"XII "
1718   g16\startTextSpan
1719   b16 e g e b g\stopTextSpan
1720   e16 b g d
1721 }
1722 @end lilypond
1723
1724 @seealso
1725 Notation Reference:
1726 @ref{Text spanners}.
1727
1728 Snippets:
1729 @rlsr{Fretted strings},
1730 @rlsr{Expressive marks}.
1731
1732
1733 @node Indicating harmonics and dampened notes
1734 @unnumberedsubsubsec Indicating harmonics and dampened notes
1735
1736 @cindex fretted instruments, dampened notes
1737 @cindex fretted instruments, harmonics
1738 @cindex dampened notes on fretted instruments
1739 @cindex harmonics on fretted instruments
1740
1741 Special note heads can be used to indicate dampened notes or
1742 harmonics.  Harmonics are normally further explained with a
1743 text markup.
1744
1745 @lilypond[quote,ragged-right,verbatim]
1746 \relative {
1747   \clef "treble_8"
1748   \override Staff.NoteHead.style = #'harmonic-mixed
1749   d'^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1
1750 }
1751 @end lilypond
1752
1753 Dampened notes (also called @notation{dead notes}) are supported
1754 within normal and tablature staves:
1755
1756 @lilypond[quote,ragged-right,verbatim]
1757 music = \relative {
1758   < a\3 \deadNote c\2 a'\1 >4
1759   < b\3 \deadNote d\2 b'\1 >
1760   < c\3 \deadNote e\2 c'\1 >
1761   \deadNotesOn
1762   \tuplet 3/2 { g8 b e }
1763   \deadNotesOff
1764   < a,\3 c\2 e\1 >1
1765 }
1766 \new StaffGroup <<
1767   \new Staff {
1768     \clef "treble_8"
1769     \music
1770   }
1771   \new TabStaff {
1772     \music
1773   }
1774 >>
1775 @end lilypond
1776
1777 Another playing technique (especially used on electric guitars) is
1778 called @notation{palm mute}.  The string is hereby partly muted by the
1779 palm of the striking hand (hence the name).  Lilypond supports
1780 the notation of palm mute-style notes by changing the note head to a
1781 triangle shape.
1782
1783 @lilypond[quote,ragged-right,verbatim]
1784 \new Voice { % Warning: explicit Voice instantiation is
1785              %    required to have palmMuteOff work properly
1786              %    when palmMuteOn comes at the beginning of
1787              %    the piece.
1788   \relative c, {
1789     \clef "G_8"
1790     \palmMuteOn
1791     e8^\markup { \musicglyph #"noteheads.u2do"  = palm mute }
1792     < e b' e > e
1793     \palmMuteOff
1794     e e  \palmMute e e e |
1795     e8 \palmMute { e e e } e e e e |
1796     < \palmMute e b' e >8 \palmMute { e e e } < \palmMute e b' e >2
1797   }
1798 }
1799 @end lilypond
1800
1801 @seealso
1802 Snippets:
1803 @rlsr{Fretted strings}.
1804
1805 Notation Reference:
1806 @ref{Special note heads},
1807 @ref{Note head styles}.
1808
1809
1810 @node Indicating power chords
1811 @unnumberedsubsubsec Indicating power chords
1812
1813 @funindex powerChords
1814 @funindex \powerChords
1815
1816 @cindex power chords
1817 @cindex chords, power
1818
1819 Power chords and their symbols can be engraved in chord mode or as chord
1820 constructs:
1821
1822 @lilypond[quote,ragged-right,verbatim]
1823 ChordsAndSymbols = {
1824   \chordmode {
1825     \powerChords
1826     e,,1:1.5
1827     a,,1:1.5.8
1828     \set minimumFret = #8
1829     c,1:1.5
1830     f,1:1.5.8
1831   }
1832   \set minimumFret = #5
1833   <a, e>1
1834   <g d' g'>1
1835 }
1836 \score {
1837   <<
1838     \new ChordNames {
1839     \ChordsAndSymbols
1840     }
1841     \new Staff {
1842       \clef "treble_8"
1843       \ChordsAndSymbols
1844     }
1845     \new TabStaff {
1846       \ChordsAndSymbols
1847     }
1848   >>
1849 }
1850 @end lilypond
1851
1852 Power chord symbols are automatically switched off as soon as one of the
1853 other common chord modifier is used:
1854
1855 @lilypond[quote,ragged-right,verbatim]
1856 mixedChords = \chordmode {
1857   c,1
1858   \powerChords
1859   b,,1:1.5
1860   fis,,1:1.5.8
1861   g,,1:m
1862 }
1863 \score {
1864   <<
1865     \new ChordNames {
1866       \mixedChords
1867     }
1868     \new Staff {
1869       \clef "treble_8"
1870       \mixedChords
1871     }
1872     \new TabStaff {
1873       \mixedChords
1874     }
1875   >>
1876 }
1877 @end lilypond
1878
1879 @seealso
1880 Music Glossary:
1881 @rglos{power chord}.
1882
1883 Notation Reference:
1884 @ref{Extended and altered chords},
1885 @ref{Printing chord names}.
1886
1887 Snippets:
1888 @rlsr{Fretted strings}.
1889
1890
1891 @node Banjo
1892 @subsection Banjo
1893
1894 @menu
1895 * Banjo tablatures::
1896 @end menu
1897
1898 @node Banjo tablatures
1899 @unnumberedsubsubsec Banjo tablatures
1900
1901 @cindex banjo tablatures
1902 @cindex tablature, banjo
1903
1904 LilyPond has basic support for the five-string banjo.  When making tablatures
1905 for five-string banjo, use the banjo tablature format function to get
1906 correct fret numbers for the fifth string:
1907
1908 @c due to crazy intervals of banjo music, absolute pitch is recommended
1909
1910 @lilypond[quote,ragged-right,verbatim]
1911 music = {
1912   g8 d' g'\5 a b g e d' |
1913   g4 d''8\5 b' a'\2 g'\5 e'\2 d' |
1914   g4
1915 }
1916
1917 <<
1918   \new Staff \with { \omit StringNumber }
1919   { \clef "treble_8"  \music }
1920   \new TabStaff \with {
1921     tablatureFormat = #fret-number-tablature-format-banjo
1922     stringTunings = #banjo-open-g-tuning
1923   }
1924   { \music }
1925 >>
1926 @end lilypond
1927
1928 @cindex banjo tunings
1929 @cindex tunings, banjo
1930
1931 @funindex banjo-c-tuning
1932 @funindex banjo-modal-tuning
1933 @funindex banjo-open-d-tuning
1934 @funindex banjo-open-dm-tuning
1935 @funindex four-string-banjo
1936
1937 A number of common tunings for the five-string banjo are predefined:
1938 @code{banjo-c-tuning} (gCGBD), @code{banjo-modal-tuning} (gDGCD),
1939 @code{banjo-open-d-tuning} (aDF#AD) and @code{banjo-open-dm-tuning}
1940 (aDFAD).
1941
1942 These may be converted to four-string tunings using the
1943 @code{four-string-banjo} function:
1944
1945 @example
1946 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning)
1947 @end example
1948
1949 @seealso
1950 Installed Files:
1951 @file{ly/string-tunings-init.ly}.
1952
1953 Snippets:
1954 @rlsr{Fretted strings}.