lilypond-user
[Top][All Lists]
Advanced

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

Re: individual tie directions in chords


From: plutek
Subject: Re: individual tie directions in chords
Date: Sat, 27 Sep 2003 16:30:48 -0400 (EDT)

a better version, perhaps.... but i stil can't get around the need to
"extra-offset" the notehead and tie for the 'f':

\score {
    \notes \relative c' {
        \context Staff {
            << \new Voice {
                \property Voice.NoteHead \set #'extra-offset = #'(-1.3 . 0)
                \property Voice.Tie \set #'extra-offset = #'(-1.3 . 0)
                \tieDown \stemDown f ~ f
            }
               \new Voice { \stemDown  g ~ g }
               \new Voice { e' ~ e }
           >>
        }
    }

    \paper {  raggedright = ##t
          }
}






reply via email to

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