lilypond-user
[Top][All Lists]
Advanced

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

Tie directions are different when crossing a barline (?)


From: James Harkins
Subject: Tie directions are different when crossing a barline (?)
Date: Thu, 23 Aug 2012 23:28:26 +0800
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hi,

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.

Bug report?

\version "2.15.36"

\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 between notes
  % so you can see what the ties are really doing
  \layout {
    \context {
      \Score
      \override SpacingSpanner
        #'base-shortest-duration = #(ly:make-moment 1 16)
    }
  }
}

hjh


--
James Harkins /// dewdrop world
address@hidden
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks



reply via email to

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