Many Thanks :) David & Nick.
Eby.
--- On Mon, 2/22/10, David Stocker wrote:
> From: David Stocker
> Subject: Re: Glissando tweaking - help !!
> To: lilypond-user@gnu.org
> Date: Monday, February 22, 2010, 8:39 PM
>
>
>
>
>
>
>
> Hi
Hello David,
David Stocker schrieb:
[...]
To the list, is LilyPond's not respecting dots and accidentals in the
\glissando command a bug?
Yes, it is already in the tracker (#40) - I was working on it for some
time, but a proper solution
requires more C++ knowledge than I have today.
Marc
On 23/02/10 07:12, Eby Mani wrote:
\version "2.12.3"
vOne = \relative c' { c4 e g a c d \once \override Glissando #'style = #' trill
e,4.\glissando dis'8 }
\score {
<<
\new Voice = "Glissando" \vOne>>
\layout {
\context { \Voice
\override Glissando #'minimum-le
Hi Eby,
You'll need to \override Score.Glissando #'(bound-details left padding)
and adjust the values until they suit you. As far as I can tell, the
bound-details padding adjustments are sensitive down to increments of
0.25, but not smaller than that. Try running the code below, which
compile