lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Correction in snippets


From: Marc Hohl
Subject: [PATCH] Correction in snippets
Date: Tue, 30 Mar 2010 21:29:28 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Hello,

I found a little mistake in the snippets; here is a patch to correct it.

Marc
From 872a719d82e800e958339aa6faceb2baf93735a2 Mon Sep 17 00:00:00 2001
From: Marc Hohl <address@hidden>
Date: Tue, 30 Mar 2010 21:27:00 +0200
Subject: [PATCH] Correction: no negative fret numbers in snippet

---
 .../new/adding-fingerings-to-tablatures.ly         |    4 ++--
 1 files 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 0c87079..36eb023 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 <e, g\3 e'\1>^>[ b\2 e\4]
+    e8\4^\one b\2 <g\3 e'\1>^>[ b\2 e\4]
     <a\3 fis'\1>^>^\threeTwo[ b\2 e\4]
   }
 }
-- 
1.5.4.3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]