lilypond-user
[Top][All Lists]
Advanced

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

Re: always glissandi


From: Tobias Hagedorn
Subject: Re: always glissandi
Date: Sat, 25 Jun 2016 13:47:51 +0200

I have to finish a score in these days, after this i will update.
Thanks a lot! 
Maybe in the future i will also try to work with a text editor like emacs and using regular expressions instead of manipulate lilypond in the deep…
Tobias

Am 24.06.2016 um 12:19 schrieb David Kastrup <address@hidden>:

Tobias Hagedorn <address@hidden> writes:

Sorry I get this error message:

GUILE signalisierte einen Fehler für den hier beginnenden Ausdruck
#
(define-music-function (music) (ly:music?)

Perhaps it depends on my version… I have to update
lilypond. music-function is complete new for me and very interesting!
I have to learn a bit more by myself and spending more time on this :)
Thanks a lot for this quick answering!
Tobias

\version "2.19.15"

addGlissandi =
#(define-music-function (music) (ly:music?)

Yes.  I think it's something like 2.19.22 where you can write music
functions like that.  Before it had to be

   #(define-music-function (parser location music) (ly:music?)

...

There is some rationale for sticking with a stable version like 2.18.2,
but if you are using a development version like 2.19.15 anyway, it makes
more sense to update semi-frequently.

-- 
David Kastrup


reply via email to

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