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>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
