lilypond-user
[Top][All Lists]
Advanced

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

Re: Piano staff, single staff polyphony and lyrics


From: Jonathan Kulp
Subject: Re: Piano staff, single staff polyphony and lyrics
Date: Tue, 07 Oct 2008 17:02:23 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Here's a quick test of Kieren's suggestion, showing first the overridden slur and then one without the override. Not too hard to do as long as there aren't too many. This is a good trick to know. Thanks Kieren :)

\version "2.11.61"

\relative c' {
  \once \override Slur #'positions = #'(2 . 2.5)
  fis4^( gis) g^( c,) d8^( d e c)
}

Jon

Kieren MacMillan wrote:
Hi Ari,

What I'd like to see is to have the slur start from the other end of the
stem - the end where there's no note.

There used to be a functions that allowed you to set the slur to begin at the stem — it was deprecated/eliminated several versions ago.
Now, you must use \override Slur #'positions and manually set the points…

HTH,
Kieren.

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
Jonathan Kulp
http://www.jonathankulp.com

Attachment: slurs.png
Description: PNG image


reply via email to

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