Yes, David, You are right! The definition was wrong!
2014-03-18 11:58 GMT+01:00 David Kastrup <[email protected]>: > Stefan Thomas <[email protected]> writes: > > > Dear David, > > thanks for Your help. > > There seems to be a problem with the function itself. > > Whith the below quoted snippet, I get the error: > > taktartentest.ly:3:21: error: GUILE signaled an error for the expression > > beginning here > > fourquarterRests = # > > (define-music-function (parser location ANFANG > ENDE ) > > (number? number? ) > > Here is the snippet: > > > > \version "2.18.0" > > fourquarterRests = #(define-music-function (parser location ANFANG > ENDE ) > > (number? number? ) > > Where is the function body? > > > global = { > > \time 4/4 s1*4 > > } > > Music = \relative c' { > > \fourquarterRests #1 #2 > > c4 c d d e e d d > > } > > \score { > > << > > \new Devnull \global > > \new Staff \Music > >>> > > } > > The following seems to be missing: > > >> > #{ \scaleDurations #(cons (+ 1(- ENDE ANFANG)) 1) {R1 } #}) > > -- > David Kastrup >
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
