lilypond-devel
[Top][All Lists]
Advanced

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

Re: Make \upbow an empty command + Segmentation fault


From: James
Subject: Re: Make \upbow an empty command + Segmentation fault
Date: Sat, 14 Jun 2014 20:07:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

ccing Dev list as I think this might be more pertinent there.

James


On 12/04/14 14:22, Felix Janda wrote:
> Hi,
>
> say I have a violin part with bowing instructions in a variable. Now I want
> to use the same variable in the full orchestral score but the bowing marks
> should be suppressed.
>
> \upbow is treated by lilypond as an articulation, but the other
> articulations should be unaffected by the suppressing of \upbow.
>
> upbow={}
>
> doesn't work because it breaks things like
>
> a\upbow ~ a
>
> Playing a bit with the definition of \upbow gave me a segfault.
> Minimal example:
>
>
> \version "2.18.0"
>
> upbow = #(make-music 'ArticulationEvent
>                      'articulation-type "upbow" 'types #f)
> downbow = \upbow
>
>
> Anyway, how do I make a command which has no effect at all?
>
> Cheers,
> Felix
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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