lilypond-user
[Top][All Lists]
Advanced

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

Re: spacing notes question


From: Chip
Subject: Re: spacing notes question
Date: Mon, 19 Jan 2009 17:40:01 -0700
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Thanks Kieren,
That's definately a keeper in my mailbox. I was looking at everything about spacer notes and spacer rests trying to get something to work there and nothing did. Your solution is perfect.
Thanks,
Chip

Kieren MacMillan wrote:
Hi Chip,

How do I resolve this?

When it comes to spacing, I only resort to "spacer notes" in rare circumstances — instead, I prefer to manipulate the X-extent of the objects, to force the space I need. Here's an example in this case:

%%%%%%%%%%%%%
\version "2.12.0"
\include "english.ly"
music =
{
    r16 a a8 a16 a8 g16-\bendAfter #-4 \bar "|"
}
\score
{
    \music
}

noteFix = { \once \override Stem #'X-extent = #'(2 . 10) }
fixedMusic =
{
    r16 a a8 a16 a8 \noteFix g16-\bendAfter #-4 \bar "|"
}
\score
{
    \fixedMusic
}
%%%%%%%%%%%%%

Hope this helps!
Kieren.

__________ Information from ESET NOD32 Antivirus, version of virus signature database 3777 (20090119) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com









reply via email to

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