From: Janek Warchol Date: Wed, 15 Jun 2011 10:14:31 +0000 (+0200) Subject: doc: fixing snippet fretted-string-harmonics X-Git-Tag: release/2.15.2-1~2^2~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c8955199d7ecee02bf9291d14e16cc0b51422b99;p=lilypond.git doc: fixing snippet fretted-string-harmonics fretted-string-harmonics-in-tablature.ly contained some mistakes (erroneus notation) --- 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 }