Thanks a lot! It works with \stemDown. I get a warning saying that there is
too much note collision, that they will be ignored, but the fis's stem is
aligned perfectly with the other notes's. I just add a \stemUp afterwards to
get exactly what I want.

Thanks again,

Frédéric


version "2.11.9"

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

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

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


2007/1/9, Frédéric Chiasson <[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?

Thanks for your help,

Frédéric


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to