lilypond-user
[Top][All Lists]
Advanced

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

Re: How to indicate a set of measures should not be played?


From: David Kastrup
Subject: Re: How to indicate a set of measures should not be played?
Date: Thu, 19 Jun 2014 23:17:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

>> GNU LilyPond 2.19.9
>> Processing `various-tests.ly'
>> Parsing...
>> Interpreting music...[8][16][24][32][40]
>> Preprocessing graphical objects...lilypond:
>> /home/harm/lilypond-git/flower/include/drul-array.hh:35: T&
>> Drul_array<T>::at(Direction) [with T = Skyline]: Assertion `d == 1 ||
>> d == -1' failed.
>> Aborted
>
> Minimal example triggering the problem:
> { s4-\tweak direction #0 \startTextSpan s\stopTextSpan }
>
> Same while using an override:
> { \override TextSpanner.direction = #0 s4\startTextSpan s\stopTextSpan }

This should be at most a programming error since it can be triggered by
the user.  So the code should not try indexing here.

Frankly, setting outside-staff-priority to ##f should likely have been
enough not to have the direction property queried.

-- 
David Kastrup



reply via email to

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