Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / predefined-fretboards.ly
blob8ed97dda83ec595cb7b9bd82ec8695b4771ab721
1 \version "2.13.36"
3 \header {
4 texidoc = "Predefined fretboards and chord shapes can be added.
8 % add a chord shape
10 \addChordShape #'bes #guitar-tuning #"x;1-1-(;3-2;3-3;3-4;1-1-);"
12 % add chords
14 \storePredefinedDiagram #default-fret-table \chordmode {bes}
15 #guitar-tuning
16 #(chord-shape 'bes guitar-tuning)
18 \storePredefinedDiagram #default-fret-table \chordmode {c}
19 #guitar-tuning
20 #(offset-fret 2 (chord-shape 'bes guitar-tuning))
22 mychords = \chordmode {
23 bes
26 chordline = {
27 \mychords
28 \transpose bes c {
29 \mychords
34 \context ChordNames {
35 \chordline
37 \context FretBoards {
38 \chordline