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: Robert Blackstone
Subject: Re: quetion about slur in the "<< .... \\ .....>>"
Date: Tue, 30 Jan 2018 09:38:57 +0100

Hi,

In the improved version the first slur is still missing.
I would do it in the following way, ugly perhaps, but it works for me:

%%%%%%%%%%%%%%%%%%
\version "2.19.80"
{
    \clef bass
    \time 3/4  
    << {\stemDown fis-2 ( e-1 d-2 }  \\ { s2. } >> | % V1-1
    << {\stemDown a,2. ) }  \\ {\slurUp  a4 \rest \stemUp e4 a8 ( [ g8 ] } >> | % V1-2
    << { s2. }  \\ { fis4 ) d4 \rest d4 \rest  } >> | % V1-3
    
    }

%%%%%%%%%%%%%%%%%%%%%%%%

I hope it also works for you.

Best regards,
Robert Blackstone

On 30 Jan 2018, at 09:13 , mosea chen <address@hidden> wrote:

Thank you. I get the fingure. But not work,getting the warning:" cannot end slur"
<image.png>

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

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