Status: Accepted
Owner: ----
CC: [email protected]
Labels: Type-Defect spacing
New issue 3739 by [email protected]: 16th notes cannot be spaced as
densely as quarters
http://code.google.com/p/lilypond/issues/detail?id=3739
% i'm supposed to be away, but i got a notification about issue 3304
% and i recalled this problem. It seems that Keith's patch for 3304
% fixes this as well - worth ivestigating!t
\markup \justify {
It appears that quarter notes can be placed denser than 16th notes,
which seems counter-intuitive. In the example below, line-width is
set to an impossibly small value so that Lilypond will squeeze notes
as much as possible, and quarter notes are squeezed more than 16th
notes. It seems that this behaviour doesn't have anything to do
with beams or flags, just with the actual internal (not printed)
duration.
}
\markup \scale #'(2 . 2) {
\score {
\relative c'' {
\omit Staff.TimeSignature
\repeat unfold 4 c4
\repeat unfold 4 c16
\bar "|" \break
\autoBeamOff
\repeat unfold 4 c16
\bar "|" \break
\repeat unfold 4 c4*1/4
\bar "|"
}
\layout {
indent = 0 \cm
line-width = 1 \cm
\context {
\Score
\override SpacingSpanner
#'common-shortest-duration = #(ly:make-moment 1 1 )
}
}
}
}
Attachments:
quarters and 16ths spacing.png 25.8 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings