"N. Andrew Walsh" <n.andrew.wa...@gmail.com> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to