lilypond-user
[Top][All Lists]
Advanced

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

Default Tie positions too close


From: Jonathan Wilkes
Subject: Default Tie positions too close
Date: Thu, 1 Oct 2009 23:51:16 -0700 (PDT)

Hello,
     For some large chords, the tie positions end up nearly on 
top of one another.  The commented-out override in the snippet below helps 
somewhat, but it would be nice if these could be handled more elegantly 
by default.

-Jonathan

Snippet:

\version "2.13.3"

\relative c' {
        \clef bass
        \time 3/4
        c c c \break |
        << \new Voice { \voiceOne b2.~ b~ b } 
        \new Voice {
        \voiceTwo <e,,~ f~ g~ e'~ f~>2. <e~ f~ g~ e'~ f~> <e f g e' f> }
        >>
}

\layout {
        \context { \Score
%               \override Tie #'details #'intra-space-threshold = #100
        }
}

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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