From d62fe11f3674b19662954b3986a3394f9d4b4b5e Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 14 Dec 2008 17:46:36 +0000 Subject: [PATCH] Compile fix. --- Documentation/de/user/fretted-strings.itely | 20 ++++++++++++++------ Documentation/es/user/fretted-strings.itely | 20 ++++++++++++++------ 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/Documentation/de/user/fretted-strings.itely b/Documentation/de/user/fretted-strings.itely index 03311ea9b5..ff45c9387a 100644 --- a/Documentation/de/user/fretted-strings.itely +++ b/Documentation/de/user/fretted-strings.itely @@ -620,7 +620,7 @@ Fingersatz und Barre kann im ausführlichen Modus notiert werden. << \context ChordNames { \chordmode { - f1 g + f1 g c } } \context Staff { @@ -647,7 +647,15 @@ Fingersatz und Barre kann im ausführlichen Modus notiert werden. (open 2) (place-fret 1 3 3) ) - } + < c e g c' e'> ^\markup + \fret-diagram-verbose #'( + (capo 3) + (mute 6) + (place-fret 4 5 1) + (place-fret 3 5 2) + (place-fret 2 5 3) + ) + } >> @end lilypond @@ -886,7 +894,7 @@ Tonhöhe benutzt werden. \storePredefinedDiagram \chordmode {c'} #guitar-tuning - #(offset-fret 2 (chord-shape 'bes)) + #(offset-fret 2 (chord-shape 'bes guitar-tuning)) mychords = \chordmode{ c1 c' @@ -922,16 +930,16 @@ Bunddiagramme zu definieren. % add a new chord shape -\addChordShape #'powerf #"1-1;3-3;3-4;x;x;x;" +\addChordShape #'powerf #guitar-tuning #"1-1;3-3;3-4;x;x;x;" % add some new chords based on the power chord shape \storePredefinedDiagram \chordmode {f'} #guitar-tuning - #(chord-shape 'powerf) + #(chord-shape 'powerf guitar-tuning) \storePredefinedDiagram \chordmode {g'} #guitar-tuning - #(offset-fret 2 (chord-shape 'powerf)) + #(offset-fret 2 (chord-shape 'powerf guitar-tuning)) mychords = \chordmode{ f1 f' g g' diff --git a/Documentation/es/user/fretted-strings.itely b/Documentation/es/user/fretted-strings.itely index 128f5c221e..fbad4ce15f 100644 --- a/Documentation/es/user/fretted-strings.itely +++ b/Documentation/es/user/fretted-strings.itely @@ -625,7 +625,7 @@ prolija @code{fret-diagram-verbose}. << \context ChordNames { \chordmode { - f1 g + f1 g c } } \context Staff { @@ -652,7 +652,15 @@ prolija @code{fret-diagram-verbose}. (open 2) (place-fret 1 3 3) ) - } + < c e g c' e'> ^\markup + \fret-diagram-verbose #'( + (capo 3) + (mute 6) + (place-fret 4 5 1) + (place-fret 3 5 2) + (place-fret 2 5 3) + ) + } >> @end lilypond @@ -892,7 +900,7 @@ usando distinas octavas para las notas. \storePredefinedDiagram \chordmode {c'} #guitar-tuning - #(offset-fret 2 (chord-shape 'bes)) + #(offset-fret 2 (chord-shape 'bes guitar-tuning)) mychords = \chordmode{ c1 c' @@ -927,16 +935,16 @@ definir diagramas de traste predefinidos. % add a new chord shape -\addChordShape #'powerf #"1-1;3-3;3-4;x;x;x;" +\addChordShape #'powerf #guitar-tuning #"1-1;3-3;3-4;x;x;x;" % add some new chords based on the power chord shape \storePredefinedDiagram \chordmode {f'} #guitar-tuning - #(chord-shape 'powerf) + #(chord-shape 'powerf guitar-tuning) \storePredefinedDiagram \chordmode {g'} #guitar-tuning - #(offset-fret 2 (chord-shape 'powerf)) + #(offset-fret 2 (chord-shape 'powerf guitar-tuning)) mychords = \chordmode{ f1 f' g g' -- 2.39.5