lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3418 in lilypond: horizontal spacing between seque


From: lilypond
Subject: [Lilypond-auto] Issue 3418 in lilypond: horizontal spacing between sequential voices is distorted
Date: Fri, 21 Jun 2013 20:18:12 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3418 by address@hidden: horizontal spacing between sequential voices is distorted
http://code.google.com/p/lilypond/issues/detail?id=3418

\version "2.16.2"
#(set-global-staff-size 50)

ss = \markup \translate #'(1.28 . -0) {
  \combine
  \override #'(thickness . 1.5)
  \translate #'(0 . -0.3)
  \draw-line #'(3 . 0)
  \tiny \smaller \smaller \smaller "3 ss"
}

\markup \tiny \justify {
  If a new voice is created in the middle of the music,
  the distance between the last note from previous voice
  and first note from the new voice is distorted.
  Below you can see that the distance between two quarters
  in the same voice is 3 staffspaces, while the distance
  between two quarters from different voices is slightly
  smaller:
}

{ f'4^\ss f'4 f'4^\ss \new Voice { f'4 } }

\layout {
  \override TextScript #'extra-offset = #'(0 . -0.3)
}


Attachments:
        horizontal spacing between sequential voices is distorted.png  6.6 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]