Marc Hohl <[email protected]> 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 _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
