lilypond-devel
[Top][All Lists]
Advanced

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

Re: Transposable guitar fret diagrams


From: Han-Wen Nienhuys
Subject: Re: Transposable guitar fret diagrams
Date: Wed, 6 Aug 2008 22:47:35 -0300

looks good to me

+  (define (flatten l)
+    (cond ((null? l) '())
+          ((pair? l)
+           (append (flatten (car l)) (flatten (cdr l))))
+          (else (list l))))

i'd wager we already have this somewhere, if not can you move this to
scm/lily-library.scm?


On Wed, Aug 6, 2008 at 9:26 PM, Carl D. Sorensen <address@hidden> wrote:

> 2) Can you give me any clues about how to set up LilyPond debugging so that
> I might be able to track down the source of the error that occurs when I
> load ly/predefined-fretboards-init.ly in property-init.ly?

try running with --verbose ; that will switch on Scheme stacktraces
for errors.  Or is that not what you mean?

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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