lilypond-user
[Top][All Lists]
Advanced

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

Re: garbage-collection/trampoline error with beams and accidentals


From: David Kastrup
Subject: Re: garbage-collection/trampoline error with beams and accidentals
Date: Fri, 11 Jan 2019 16:06:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

"N. Andrew Walsh" <address@hidden> writes:

> I have the following code:
>
> \version "2.19.82"
>
> \relative c' {
>  \clef alto
>  \override Score.Stem.stemlet-length = #0.75
>  deh,2\f~ deh
>
>  | %2
>  deh2
>  %\once \override Beam.positions = #'(2.5 . 1.5)
>  c'16\rest[ deh,8.]
>
> }
>
> That compiles fine on its own. However, in the context of a full orchestra
> score, I get an error with ly:trampoline if:
>
> I uncomment the command for overriding Beam.positions
> or
> I tie the second deh in the first measure to the deh in the next, forcing
> an accidental onto the deh8. that's beamed. (I'm using the "c'16\rest" to
> force the rest into the middle of the Stave; is there a better way to do
> that?)

With the given example, I get no problem with either one or both of
those changes.

How about actually posting the full error message?

-- 
David Kastrup



reply via email to

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