bug-lilypond
[Top][All Lists]
Advanced

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

Make \upbow an empty command + Segmentation fault


From: Felix Janda
Subject: Make \upbow an empty command + Segmentation fault
Date: Sat, 12 Apr 2014 15:22:08 +0200
User-agent: Mutt/1.5.22 (2013-10-16)

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



reply via email to

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