From: Marc Hohl Date: Tue, 30 Mar 2010 19:27:00 +0000 (+0200) Subject: Correction: no negative fret numbers in snippet X-Git-Tag: release/2.13.17-1~13^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b442c0156350de385147cd8f4413e388bf83e31e;p=lilypond.git Correction: no negative fret numbers in snippet --- diff --git a/Documentation/snippets/new/adding-fingerings-to-tablatures.ly b/Documentation/snippets/new/adding-fingerings-to-tablatures.ly index 0c87079f49..36eb023cff 100644 --- a/Documentation/snippets/new/adding-fingerings-to-tablatures.ly +++ b/Documentation/snippets/new/adding-fingerings-to-tablatures.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.17" \header { lsrtags = "fretted-strings" @@ -30,7 +30,7 @@ threeFour = \markup { \new TabStaff { \tabFullNotation \stemUp - e8\4^\one b\2 ^>[ b\2 e\4] + e8\4^\one b\2 ^>[ b\2 e\4] ^>^\threeTwo[ b\2 e\4] } }