You can use two voices. I made two variants but I don’t like the second (because semibreves don’t belong on a stem).

\version "2.19.13"

\relative {
  % my preferred version:
  <<
    <fis'' d'>1
    \\
    <d, a'>4
  >>
  % IMHO ugly version:
  \once \override NoteColumn.ignore-collision = ##t
  <<
    <fis' d'>1
    \\
    <d, a' \tweak #'transparent ##t d'>4
  >>
}

Am 05.09.2014 um 13:00 schrieb millar alistair:
I want to display the following chord in a common time bar. I cannot find
this in the documentation.

bottom note crotchet d (above middle c)
next up  crotchet a
next up semibreve f sharp
next up semibreve d

This is to be played on the violin with the bottom two notes being played
at the start of the bar and the top two held to the end of the bar.

Can someone help please? Thanks

Alistair
Edinburgh



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


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

Reply via email to