lilypond-devel
[Top][All Lists]
Advanced

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

Re: Open strings in chords (commit 9203eadca5bcb79415060f8488889706a9c8e


From: Marc Hohl
Subject: Re: Open strings in chords (commit 9203eadca5bcb79415060f8488889706a9c8e62a)
Date: Tue, 14 Feb 2012 21:23:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.26) Gecko/20120131 Thunderbird/3.1.18

Am 14.02.2012 21:18, schrieb Marc Hohl:
Am 14.02.2012 21:01, schrieb David Kastrup:
Marc Hohl<address@hidden>  writes:

Am 14.02.2012 09:58, schrieb Marc Hohl:
+    \set TabStaff.handleOpenStrings = #'forbid
+<  g, d>1
+  }
+}
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index 6335ab6..11181d3 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -46,6 +46,7 @@

    predefinedDiagramTable = #default-fret-table
    handleNegativeFrets = #'recalculate
+  handleOpenStrings = #'allow
Symbols 'allow and 'forbid are not a typical interface.  You would
rather use a boolean here.
Yes, you are right, I changed it accordingly.
Um, does

allowOpenStrings = ##t

sound better than

handleOpenStrings = ##t

?

Marc



reply via email to

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