lilypond-user
[Top][All Lists]
Advanced

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

Re: quetion about slur in the "<< .... \\ .....>>"


From: mosea chen
Subject: Re: quetion about slur in the "<< .... \\ .....>>"
Date: Tue, 30 Jan 2018 16:13:30 +0800

Thank you. I get the fingure. But not work,getting the warning:" cannot end slur"
内嵌图片 1

2018-01-30 16:03 GMT+08:00 Malte Meyn <address@hidden>:


Am 30.01.2018 um 09:01 schrieb mosea chen:
Hi,
     I found it difficult to engrave the staff as the fingure:
内嵌图片 1

the "slur" just does not work.
The source is as follows:

\version "2.19.80"
{
     \clef bass
     \time 3/4
     fis-2 ( e-1 d-2|
     <<
         { r4 ) e4 a8 ( g8  |}
         \\
         { a,2. |  }
     >>
     fis4 ) r4 r4
}

I would change this to


\version "2.19.80"
{
     \clef bass
     \time 3/4
     fis-2 ( e-1 d-2|
     <<
         { r4 ) e4 a8 ( g8  | \oneVoice fis4) }
         \\
         { a,2. |  }
     >>
     r4 r4
}

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