Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / predefined-fretboards.ly
blob00a9397ff649856aa47c93c8dcd289a8b29d046e
1 \version "2.12.0"
3 % add a chord shape
5 \addChordShape #'bes #guitar-tuning #"x;1-1-(;3-2;3-3;3-4;1-1-);"
7 % add chords
9 \storePredefinedDiagram \chordmode {bes}
10 #guitar-tuning
11 #(chord-shape 'bes guitar-tuning)
13 \storePredefinedDiagram \chordmode {c}
14 #guitar-tuning
15 #(offset-fret 2 (chord-shape 'bes guitar-tuning))
17 mychords = \chordmode {
18 bes
21 chordline = {
22 \mychords
23 \transpose bes c {
24 \mychords
29 \context ChordNames {
30 \chordline
32 \context FretBoards {
33 \chordline