lilypond-devel
[Top][All Lists]
Advanced

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

Re: percussion.itely


From: Jean-Charles Malahieude
Subject: Re: percussion.itely
Date: Tue, 21 Oct 2008 07:10:04 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Le 21.10.2008 06:46, Werner LEMBERG disait :

* line 396
   there is a missing "o" :

OK.

* in the next example (beginning at line 423), the statement will no
   longer get broken when you follow instantiate the same definition as
   in the following one:

   insert a line containing
   #(define mydrums '((tambourine default #t 0)))

   throws away the error due to
   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)

Sorry, I don't understand this (I've just fixed formatting errors, not
errors related to contents).  Can you send me the whole example how it
should look like?

Or even better, can you send me a diff?


Here it is. I just compared with the following example to notice that "mydrums" was not defined.

Cheers,
Jean-Charles
--- percussion.itely    2008-10-10 20:59:59.000000000 +0200
+++ new-percussion.itely        2008-10-21 07:00:57.000000000 +0200
@@ -420,6 +420,7 @@
 A tambourine, entered with @q{tamb}:
 
 @lilypond[quote,verbatim]
+#(define mydrums '((tambourine default #t 0)))
 tambustaff = {
   \override Staff.StaffSymbol #'line-positions = #'( 0 )
   \override Staff.BarLine #'bar-size = #3
@@ -428,8 +429,7 @@
 
 \new DrumStaff {
   \tambustaff
-  % broken
-  % \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
+   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
 
   \drummode {
     \time 6/8

reply via email to

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