lilypond-user
[Top][All Lists]
Advanced

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

Re: Indicate a broken chord should ring.


From: Knute Snortum
Subject: Re: Indicate a broken chord should ring.
Date: Sat, 18 Oct 2014 10:58:44 -0700

Thanks for that.  It works pretty well, except that in my case one of the ties isn't placed well.  I'm trying to use \shape to change the tie but it doesn't seem to work.

%%--- Start
\version "2.19.15"
\language "english"

shapeTieOne = \shape #'((0.7 . 0.7) (0.0 . 0.3) (0.0 . 0.2) (0.0 . 0.0)) Tie

\relative c''' {
  \set tieWaitForNote = ##t
  \stemDown
  a,,=8 ~ e''16 ~ \shapeTieOne b ~ g ~ ds'8. ~ <e  ds b g a,>2 ~ | q1 ~ | q1 
}
%%--- End

\shapeTieOne doesn't seem to affect the tie between the two b's.


Knute Snortum
(via Gmail)

On Fri, Oct 17, 2014 at 9:51 PM, David Kastrup <address@hidden> wrote:
Knute Snortum <address@hidden> writes:

> I have a piece of music I'm transcribing that's never been transcribed
> before, so I'm not sure how to notate it.
>
> It's a broken chord where all the notes should ring for another two
> measures.  My two attempts are below:

<URL:http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms#Selected-Snippets-18>

--
David Kastrup


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