lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4499 in lilypond: uniform-stretching causes bad ba


From: lilypond
Subject: [Lilypond-auto] Issue 4499 in lilypond: uniform-stretching causes bad bar line placement
Date: Mon, 13 Jul 2015 09:19:26 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4499 by address@hidden: uniform-stretching causes bad bar line placement
https://code.google.com/p/lilypond/issues/detail?id=4499

Report:
http://lists.gnu.org/archive/html/bug-lilypond/2015-07/msg00050.html

% uniform-stretching causes bad bar line placement in the
% middle system. The accidentals and notes shorter than
% proportionalNotationDuration use uneven spacing to avoid
% collisions, despite strict-note-spacing.

\version "2.18.2"\version "2.18.2"

\layout { ragged-right = ##t }

TheGs = { g8 g g g g g g g }
Flats = { ges8 g ges g ges g ges g }
Semis = { g16 g g g g g g g g g g g g g g g }

\score {
  \new Staff { R1 \break
               \TheGs \TheGs \TheGs \break
               \Flats \Flats \Flats \break
               \Semis \Semis \Semis }
  \layout {
    \context { \Score
      proportionalNotationDuration = #(ly:make-moment 1 8)
      \override SpacingSpanner.uniform-stretching = ##t
      \override SpacingSpanner.strict-note-spacing = ##t
    }
  }
}


Attachments:
        issue.png  10.9 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]