lilypond-user
[Top][All Lists]
Advanced

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

Re: \override Score.SpacingSpanner


From: Graham Percival
Subject: Re: \override Score.SpacingSpanner
Date: Wed, 8 Mar 2006 16:12:47 -0800


On 8-Mar-06, at 11:35 AM, Vivian Barty-Taylor wrote:

I'm trying to adjust spacing to allow a glissando line
to be seen more obviously. I want to adjust the
spacing rule but only for the bar with the glissando.
I've tried to construct an \override that looks like
this:

Other people have commented on why the method didn't work. I use this to improve visibilty:

\layout{
  \context { \Voice
    \override Glissando #'thickness = #3
    \override Glissando #'gap = #0.1
    \override Glissando #'breakable = ##f
  }
}

A while ago, I wondered about having a Glissando #'minimum-limit, just like
\override Staff.Hairpin #'minimum-length = #5
but a more general spacing method would be better.

Cheers,
- Graham





reply via email to

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