lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord with notes of different lengths


From: Malte Meyn
Subject: Re: Chord with notes of different lengths
Date: Fri, 05 Sep 2014 13:07:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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