bug-lilypond
[Top][All Lists]
Advanced

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

Proportional notation broken by accidentals and short notes


From: to7m
Subject: Proportional notation broken by accidentals and short notes
Date: Mon, 13 Jul 2015 03:15:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

% 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
    }
  }
}




reply via email to

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