[EMAIL PROTECTED]:
> That is what I did since I couldn't tie the first "fis" with the second when
> I was putting the first "fis" in the same voice as the "a" and "c"
> underneath. But is there a way to make the first fis look as if it was in
> the same chord?

If it doesn't work with finésse, you have to take your chances,
try with \stemDown in the upper voice:

\version "2.11.9"

\layout {
  raggedright = ##t
  indent = 0
}

global = { \clef treble \time 3/4 }
top = \relative c'' { \stemDown fis4~ fis e fis }
bot = \relative c'' { <a c>4~ <a c>2. }

\score {
  \new Staff {
    \global
    r2 << \top \\ \bot >>
  }
}

Regards
/Karl




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to