lilypond-user
[Top][All Lists]
Advanced

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

Re: How to apply \staccato to a single note in a chord?


From: Pierre Perol-Schneider
Subject: Re: How to apply \staccato to a single note in a chord?
Date: Tue, 2 Dec 2014 13:06:30 +0100

Hi Ian,
Try :

\version "2.18.2"

{
  <bes -\tweak Y-offset #-4.5 \staccato c>  % dot shows over c.
  \relative c''
  <bes -\tweak X-offset #-.7 \staccato c>  % dot shows over c.
}


HTH,
Pierre

2014-12-02 12:52 GMT+01:00 Ian Mackinnon <address@hidden>:
I'm trying to represent a harp technique where two
adjacent notes are struck at the same time and the
lower of the two is immediately dampened.

I tried to create a chord with only the first (lower)
note marked as staccato, but the output showed
the staccato dot over the second, higher note
(indicating, I assume, that both should be played
staccato):

<bes \staccato c>  % dot shows over c.

Is there any way to show a staccato dot just over
the B flat while still having the C share the
same stem?


_______________________________________________
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]