On Sat, Apr 13, 2019 at 7:57 PM MING TSANG <[email protected]> wrote:
> Lilyponders:
>
> I have the following lily code:
>
> \version "2.19.83"
> \language "english"
>
> \fixed c' { <<{f4 e8 c8~( c4 e8( f8) )}\\{f4 e8 c~ 4~ 4}>> |
>
> [image: Inline image]
> the slur e8( f8) is missing. How can I get the slur printed by lilypond.
>
> original:
> [image: Inline image]
>
> On the above image, slur from e to f necessary.
>
Greetings, Ming -
I've done two things. First, I've rewritten your code in a way that's
easier for me to read.
Second, and more to the point, I've changed the "outside" set of slurs to
phrasing slurs. AFAIK, you can't nest regular slurs. Please take a look at <
http://lilypond.org/doc/v2.19/Documentation/learning/ties-and-slurs> .
All the best,
Ralph
%%%%%% begin snippet %%%%%%
\version "2.19.83"
\language "english"
\fixed c'
{ <<
{
f4 e8 c8~\( c4 e8( f8) \) | % the \( and \) are phrasing slurs.
}
\\
{
f4 e8 c~ 4~ 4 ||
}
>>
}
%%%%% end snippet %%%%%
--
Ralph Palmer
Brattleboro, VT
USA
[email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user