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
          }
}




_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to