lilypond-user
[Top][All Lists]
Advanced

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

Re: Increasing grace note separation


From: Nick Payne
Subject: Re: Increasing grace note separation
Date: Mon, 03 Jan 2011 14:07:59 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 03/01/11 10:36, Sven Axelsson wrote:
I have just now started using the latest 2.13 (2.12.2 before), and
noticed that the inter-note spacing has been tightened in some
instances. I have recently had a discussion on the list about
unstretchable grace note groups. The solution was to set GraceSpacing
spacing-increment to zero. That is fine in all instances except for
the one in the example. I'd like to get a little extra space between
the c and a, and can't figure out what to tweak. The obvious (I
thought) solution to insert s32 or so actually has the opposite
effect, making the spacing even tighter.

Any ideas are much appreciated.

squeeze = {
    \override Score.GraceSpacing #'spacing-increment = #0
    \override Score.Stem #'beamlet-max-length-proportion = #'(0.5 . 0.5)
}
\relative c'' {
    a {\squeeze \grace {\small c32[ a8 g32]}} a4
}

\version "2.13.44"

squeeze = {
    \override Score.GraceSpacing #'spacing-increment = #0
    \override Score.Stem #'beamlet-max-length-proportion = #'(0.5 . 0.5)
}

stemspace = #(define-music-function (parser location extent) (pair?) #{
    \once \override Staff.Stem #'X-extent = #$extent
#})

\relative c'' {
    a {\squeeze \grace {\small \stemspace #'(0 . 0.5) c32[ a8 g32]}} a4
}



Nick

reply via email to

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