lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2773 in lilypond: Ties between chord notes change


From: lilypond
Subject: [Lilypond-auto] Issue 2773 in lilypond: Ties between chord notes change direction over a barline
Date: Fri, 24 Aug 2012 20:43:30 +0000

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

New issue 2773 by address@hidden: Ties between chord notes change direction over a barline
http://code.google.com/p/lilypond/issues/detail?id=2773

Reported by James Harkins:
http://lists.gnu.org/archive/html/bug-lilypond/2012-08/msg00153.html

Here's a case where the tie configuration is calculated
differently depending on a factor that should make no
difference: whether or not the tie crosses the bar line.

Possible to work around more or less by an override, although
#'tie-configuration is not the easiest one to work with and the
results here are less than professional.

\version "2.16.0"

\score {
  \relative c' {
    <c d e g a>4^"tie w/in bar" ~ q4 r4

    <c d e g a>4^"tie over bar" ~ q4
    r4 r4

    \override TieColumn #'tie-configuration
      = #'((0 . 1) (-1.5 . 1) (-3.5 . 1) ( -6.0 . -1) (-7.0 . -1))
    <c d e gs a>4^"closer; not perfect" ~ q4

    r4 r2
  }
  % this is there only to increase the amount of space
  % so you can see what the ties are really doing
  \layout {
    \context {
      \Score
      \override SpacingSpanner
        #'base-shortest-duration = #(ly:make-moment 1 16)
    }
  }
}


Attachments:
        bug.preview.png  7.2 KB




reply via email to

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