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: David Kastrup
Subject: Re: Open strings in chords (commit 9203eadca5bcb79415060f8488889706a9c8e62a)
Date: Tue, 14 Feb 2012 21:01:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

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.

Would it make sense to specify a _list_ minimumFretExceptions that is
not checked against minimumFret?

Or is the only exception ever of interest the fret 0?

-- 
David Kastrup




reply via email to

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