lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3739 in lilypond: 16th notes cannot be spaced as d


From: lilypond
Subject: [Lilypond-auto] Issue 3739 in lilypond: 16th notes cannot be spaced as densely as quarters
Date: Wed, 18 Dec 2013 22:41:09 +0000

Status: Accepted
Owner: ----
CC: address@hidden
Labels: Type-Defect spacing

New issue 3739 by address@hidden: 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



reply via email to

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