From c8955199d7ecee02bf9291d14e16cc0b51422b99 Mon Sep 17 00:00:00 2001 From: Janek Warchol Date: Wed, 15 Jun 2011 12:14:31 +0200 Subject: [PATCH] doc: fixing snippet fretted-string-harmonics fretted-string-harmonics-in-tablature.ly contained some mistakes (erroneus notation) --- .../fretted-string-harmonics-in-tablature.ly | 12 ++++++------ .../new/fretted-string-harmonics-in-tablature.ly | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/snippets/fretted-string-harmonics-in-tablature.ly b/Documentation/snippets/fretted-string-harmonics-in-tablature.ly index d91c0042cb..00c9577d5a 100644 --- a/Documentation/snippets/fretted-string-harmonics-in-tablature.ly +++ b/Documentation/snippets/fretted-string-harmonics-in-tablature.ly @@ -46,13 +46,13 @@ pinchedHarmonics = { harmonics = { %artificial harmonics (AH) \textLengthOn - <\parenthesize b b''\harmonic>4_\markup{ \teeny "AH 16" } - <\parenthesize g g''\harmonic>4_\markup{ \teeny "AH 17" } - <\parenthesize d' d'''\harmonic>2_\markup{ \teeny "AH 19" } + <\parenthesize b b'\harmonic>4_\markup{ \teeny "AH 16" } + <\parenthesize g g'\harmonic>4_\markup{ \teeny "AH 17" } + <\parenthesize d' d''\harmonic>2_\markup{ \teeny "AH 19" } %pinched harmonics (PH) \pinchedHarmonics 2\startTextSpan - 4 + 4 4\stopTextSpan %tapped harmonics (TH) <\parenthesize g\4 g'\harmonic>4_\markup{ \teeny "TH 17" } @@ -73,8 +73,8 @@ frettedStrings = { \harmonicByFret #7 a4\5 %tapped harmonics (TH) \harmonicByFret #5 d4\4 - \harmonicByFret #5 d4\4 - \harmonicByFret #4 g2\3 + \harmonicByFret #7 d4\4 + \harmonicByFret #5 g2\3 %touch harmonics (TCH) a4 \harmonicByFret #9 g2.\3 } diff --git a/Documentation/snippets/new/fretted-string-harmonics-in-tablature.ly b/Documentation/snippets/new/fretted-string-harmonics-in-tablature.ly index 4c42958a7b..ed942c9b31 100644 --- a/Documentation/snippets/new/fretted-string-harmonics-in-tablature.ly +++ b/Documentation/snippets/new/fretted-string-harmonics-in-tablature.ly @@ -24,13 +24,13 @@ pinchedHarmonics = { harmonics = { %artificial harmonics (AH) \textLengthOn - <\parenthesize b b''\harmonic>4_\markup{ \teeny "AH 16" } - <\parenthesize g g''\harmonic>4_\markup{ \teeny "AH 17" } - <\parenthesize d' d'''\harmonic>2_\markup{ \teeny "AH 19" } + <\parenthesize b b'\harmonic>4_\markup{ \teeny "AH 16" } + <\parenthesize g g'\harmonic>4_\markup{ \teeny "AH 17" } + <\parenthesize d' d''\harmonic>2_\markup{ \teeny "AH 19" } %pinched harmonics (PH) \pinchedHarmonics 2\startTextSpan - 4 + 4 4\stopTextSpan %tapped harmonics (TH) <\parenthesize g\4 g'\harmonic>4_\markup{ \teeny "TH 17" } @@ -51,8 +51,8 @@ frettedStrings = { \harmonicByFret #7 a4\5 %tapped harmonics (TH) \harmonicByFret #5 d4\4 - \harmonicByFret #5 d4\4 - \harmonicByFret #4 g2\3 + \harmonicByFret #7 d4\4 + \harmonicByFret #5 g2\3 %touch harmonics (TCH) a4 \harmonicByFret #9 g2.\3 } -- 2.39.2