From dcddb2c1a9126b5987ab04b62c867c5f4524881d Mon Sep 17 00:00:00 2001 From: Marc Hohl Date: Sat, 29 Sep 2012 19:13:57 +0200 Subject: [PATCH] inserted \clef "treble_8" --- .../de/notation/fretted-strings.itely | 21 +++++++++++++------ .../es/notation/fretted-strings.itely | 15 ++++++++++--- .../fr/notation/fretted-strings.itely | 19 ++++++++++++----- .../ja/notation/fretted-strings.itely | 15 ++++++++++--- Documentation/notation/fretted-strings.itely | 15 ++++++++++--- 5 files changed, 65 insertions(+), 20 deletions(-) diff --git a/Documentation/de/notation/fretted-strings.itely b/Documentation/de/notation/fretted-strings.itely index 46f6a96e73..9ce47a2ee7 100644 --- a/Documentation/de/notation/fretted-strings.itely +++ b/Documentation/de/notation/fretted-strings.itely @@ -404,7 +404,10 @@ firstHarmonic = { } \score { << - \new Staff { \firstHarmonic } + \new Staff { + \clef "treble_8" + \firstHarmonic + } \new TabStaff { \firstHarmonic } >> } @@ -426,7 +429,10 @@ fretHarmonics = { } \score { << - \new Staff { \fretHarmonics } + \new Staff { + \clef "treble_8" + \fretHarmonics + } \new TabStaff { \fretHarmonics } >> } @@ -443,7 +449,10 @@ ratioHarmonics = { } \score { << - \new Staff { \ratioHarmonics } + \new Staff { + \clef "treble_8" + \ratioHarmonics + } \new TabStaff { \ratioHarmonics } >> } @@ -1310,7 +1319,7 @@ kann entweder eine @code{fret-diagram-terse}-Definition oder eine @lilypond[verbatim, ragged-right, quote] \include "predefined-guitar-fretboards.ly" -\storePredefinedDiagram #default-fret-table +\storePredefinedDiagram #default-fret-table \chordmode { c:maj9 } #guitar-tuning #"x;3-2;o;o;o;o;" @@ -1387,11 +1396,11 @@ oder als @code{fret-diagram-verbose}-Liste erstellt werden. % add some new chords based on the power chord shape -\storePredefinedDiagram #default-fret-table +\storePredefinedDiagram #default-fret-table \chordmode { f'' } #guitar-tuning #(chord-shape 'powerf guitar-tuning) -\storePredefinedDiagram #default-fret-table +\storePredefinedDiagram #default-fret-table \chordmode { g'' } #guitar-tuning #(offset-fret 2 (chord-shape 'powerf guitar-tuning)) diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index 1ee7fd955f..4d6a3726d3 100644 --- a/Documentation/es/notation/fretted-strings.itely +++ b/Documentation/es/notation/fretted-strings.itely @@ -404,7 +404,10 @@ firstHarmonic = { } \score { << - \new Staff { \firstHarmonic } + \new Staff { + \clef "treble_8" + \firstHarmonic + } \new TabStaff { \firstHarmonic } >> } @@ -426,7 +429,10 @@ fretHarmonics = { } \score { << - \new Staff { \fretHarmonics } + \new Staff { + \clef "treble_8" + \fretHarmonics + } \new TabStaff { \fretHarmonics } >> } @@ -444,7 +450,10 @@ ratioHarmonics = { } \score { << - \new Staff { \ratioHarmonics } + \new Staff { + \clef "treble_8" + \ratioHarmonics + } \new TabStaff { \ratioHarmonics } >> } diff --git a/Documentation/fr/notation/fretted-strings.itely b/Documentation/fr/notation/fretted-strings.itely index 297f86e98e..1f7eb667a7 100644 --- a/Documentation/fr/notation/fretted-strings.itely +++ b/Documentation/fr/notation/fretted-strings.itely @@ -404,7 +404,10 @@ firstHarmonic = { } \score { << - \new Staff { \firstHarmonic } + \new Staff { + \clef "treble_8" + \firstHarmonic + } \new TabStaff { \firstHarmonic } >> } @@ -426,7 +429,10 @@ fretHarmonics = { } \score { << - \new Staff { \fretHarmonics } + \new Staff { + \clef "treble_8" + \fretHarmonics + } \new TabStaff { \fretHarmonics } >> } @@ -443,7 +449,10 @@ ratioHarmonics = { } \score { << - \new Staff { \ratioHarmonics } + \new Staff { + \clef "treble_8" + \ratioHarmonics + } \new TabStaff { \ratioHarmonics } >> } @@ -603,7 +612,7 @@ mynotes = { La propriété @code{stringTunings} permet aussi au @code{FretBoards} de calculer automatiquement les diagrammes de frets. -L'accordage fait partie de la clé permettant d'identifier les +L'accordage fait partie de la clé permettant d'identifier les diagrammes prédéfinis -- voir @ref{Tablatures prédéfinies}. Nous pourrions donc écrire l'exemple précédent ainsi : @@ -657,7 +666,7 @@ accordage personnalisé dès lors que votre fichier comportera une clause @} @} @end example - + @cindex moderntab, clef @cindex clef moderntab @cindex clef de tablature diff --git a/Documentation/ja/notation/fretted-strings.itely b/Documentation/ja/notation/fretted-strings.itely index 27f44dc8f6..c214e6923e 100644 --- a/Documentation/ja/notation/fretted-strings.itely +++ b/Documentation/ja/notation/fretted-strings.itely @@ -391,7 +391,10 @@ firstHarmonic = { } \score { << - \new Staff { \firstHarmonic } + \new Staff { + \clef "treble_8" + \firstHarmonic + } \new TabStaff { \firstHarmonic } >> } @@ -414,7 +417,10 @@ fretHarmonics = { } \score { << - \new Staff { \fretHarmonics } + \new Staff { + \clef "treble_8" + \fretHarmonics + } \new TabStaff { \fretHarmonics } >> } @@ -432,7 +438,10 @@ ratioHarmonics = { } \score { << - \new Staff { \ratioHarmonics } + \new Staff { + \clef "treble_8" + \ratioHarmonics + } \new TabStaff { \ratioHarmonics } >> } diff --git a/Documentation/notation/fretted-strings.itely b/Documentation/notation/fretted-strings.itely index a74ca51d95..e183f1ccd6 100644 --- a/Documentation/notation/fretted-strings.itely +++ b/Documentation/notation/fretted-strings.itely @@ -387,7 +387,10 @@ firstHarmonic = { } \score { << - \new Staff { \firstHarmonic } + \new Staff { + \clef "treble_8" + \firstHarmonic + } \new TabStaff { \firstHarmonic } >> } @@ -409,7 +412,10 @@ fretHarmonics = { } \score { << - \new Staff { \fretHarmonics } + \new Staff { + \clef "treble_8" + \fretHarmonics + } \new TabStaff { \fretHarmonics } >> } @@ -426,7 +432,10 @@ ratioHarmonics = { } \score { << - \new Staff { \ratioHarmonics } + \new Staff { + \clef "treble_8" + \ratioHarmonics + } \new TabStaff { \ratioHarmonics } >> } -- 2.39.2