lilypond-devel
[Top][All Lists]
Advanced

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

Re: Add a \voicify command (issue 320820043 by address@hidden)


From: David Kastrup
Subject: Re: Add a \voicify command (issue 320820043 by address@hidden)
Date: Sun, 09 Apr 2017 21:24:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> address@hidden writes:
>
>> I then would have expected the following to work (with a warning):
>>
>> { \voicify 1 << a' \\ c' >> }
>>
>> instead I get:
>>
>> $ lilypond-git atest-54.ly
>> GNU LilyPond 2.19.59
>> Processing `atest-54.ly'
>> Parsing.../home/hermann/lilypond-git/build/out/share/lilypond/current/scm/music-functions.scm:978:31:
>> In expression ("No more voicification ids"):
>> /home/hermann/lilypond-git/build/out/share/lilypond/current/scm/music-functions.scm:978:31:
>> Wrong type to apply: "No more voicification ids"
>
> This so is a bug, looks like trying to call a string as if it were a
> function.  I'll take a look what I did wrong here: thanks for spotting
> it!

Oh good grief.  After fixing that, voicify-item actually gets a list to
work with and can't use ly:music-warning, and that list can be empty.
Getting good error messages is apparently a bit harder than I thought...

>> https://codereview.appspot.com/320820043/

-- 
David Kastrup



reply via email to

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