Re: user-defined predefined fretboard hash-table

2010-11-12 Thread Carl Sorensen
On 11/12/10 5:32 AM, "Patrick Schmidt"  wrote:

> Hi all,
> 
> the following example doesn't compile with version 2.13.38:

[...]

> 
> With these two changes the example compiles with 2.13.38 but I get
> some strange results (no fretboards and weird chord names). See file
> attached.
> 
> Is this a bug or did I do anything wrong?

This looks like a bug.  I will track it down today.  Thanks for the report.

Carl


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: user-defined predefined fretboard hash-table

2010-11-12 Thread Carl Sorensen
On 11/12/10 5:32 AM, "Patrick Schmidt"  wrote:


> 
> With these two changes the example compiles with 2.13.38 but I get
> some strange results (no fretboards and weird chord names). See file
> attached.

Apparently I pushed the wrong commit when I added the custom fretboards.
I'm in the midst of a make doc before I push the correct commit.  It should
be fixed in 2.39.

The missing fretboards comes from a typo in your code.

It should be 

\new  FretBoards

not 

\new Fretboards.

There was a warning message that pointed this out.

HTH,

Carl


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: user-defined predefined fretboard hash-table

2010-11-12 Thread Carl Sorensen
It's now pushed to git, and it works properly for me.

Thanks for checking,

Carl


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond