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 <[email protected]>:

> Tobias Hagedorn <[email protected]> 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to