|
From: | Urs Liska |
Subject: | Re: How write cross-staff slur (in combination with lyrics) |
Date: | Mon, 5 Oct 2015 13:33:44 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hi Jurgen, welcome to this list and LilyPond! I will answer some of your questions but you'll surely get other responses as well. Am 05.10.2015 um 12:46 schrieb
address@hidden:
Yes, this is the most straightforward solution. And if the image you posted is more or less all you need it is the way to go.
The solution is quite simple in your case: you can simply have the "left hand" rests change staff too. So adding \change Staff = right R2. after the third measure in the "left" variable will give you the desired result. There are solutions that may be "semantically" more correct, but for your example this is what I would do.
For changing the shape of a slur (or tie) you can use the function \shape (as explained here: http://www.lilypond.org/doc/v2.18/Documentation/notation/modifying-shapes.html) and enter e.g. \shape #'((0.25 . -1.5)(3 . 1)(0 . 0)(0 . -3)) Slur immediately *before* the note the slur start is attached to. This is a more general solution than that suggested by David but also a more (unnecessarily?) complex one.
First thing: you have to write "Rid -- ing" both times (with a double hyphen which is surrounded by spaces). This is the way to tell LilyPond that you want syllables. The thing with slurs and phrasing slurs (David's suggestion) may warrant an additional solution. Your original example is actually non-standard notation: The slurs usually indicate a melisma and therefore the syllables are distributed differently from what you expect. Therefore you have to "trick" LilyPond into doing what you want it to do, namely printing non-standard notation. The trick in this case is that a phrasing slur doesn't take part in the melisma/non-melisma considerations. But actually I suggest you consider actually changing the notation: Remove the slurs in the first two measures completely and use a phrasing slur over m. 3-4.. HTH Urs
|
[Prev in Thread] | Current Thread | [Next in Thread] |