lilypond-user
[Top][All Lists]
Advanced

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

Re: How to adjust the space between notes?


From: Nick Payne
Subject: Re: How to adjust the space between notes?
Date: Sat, 20 Feb 2010 12:35:27 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

On 20/02/10 10:35, Antheo wrote:
I looked into the documentation and into the LilyPond Snippet Repository but
could not find a way to reduce the space between notes.
\version "2.13.13"

\score {
    \relative c' {
        \repeat unfold 12 c4
    }
}

\score {
    \relative c' {
        \repeat unfold 12 c4
    }
    \layout {
        \context {
\Score \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 1)
        }
    }
}

\score {
    \relative c' {
        \repeat unfold 12 c4
    }
    \layout {
        \context {
\Score \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 16)
        }
    }
}

Nick

Attachment: test.png
Description: PNG image


reply via email to

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