Thanks for the snippet. Do you know of any way to set that *generally*? At
the least, a way to set the difference between the first and last
Beam.positions values to be less than some maximum?

I'm unsure what you mean by "trying to engrave the gaps in the staff lines
between the type sorts".

Also, I fixed the errors I was getting with the ScholarLY module (I moved
those snippets to below the score blocks, and the problem went away).

Thanks for the help.

Cheers,

A

On Mon, Apr 6, 2015 at 2:15 PM, Andrew Bernard <andrew.bern...@gmail.com>
wrote:

> Re beaming positions control:
>
> An example snippet:
>
> \version "2.19.17"
>
> treble = \relative c'' {
>   \once \override Beam.positions = #'(-3 . -3)
>   c8 e g a
>   \once \override Beam.positions = #'(3 . 3)
>   c, g e c
> }
>
> \score {
>   \new Staff { \treble }
> }
>
> You seem to have jumped in the deep end! Welcome to lilypond!
>
> Are you serious about trying to engrave the gaps in the staff lines
> between the type sorts? Or do I misunderstand?
>
> Andrew
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to