From b442c0156350de385147cd8f4413e388bf83e31e Mon Sep 17 00:00:00 2001 From: Marc Hohl Date: Tue, 30 Mar 2010 21:27:00 +0200 Subject: [PATCH] Correction: no negative fret numbers in snippet --- Documentation/snippets/new/adding-fingerings-to-tablatures.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] } } -- 2.39.2