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 <mosea.c...@gmail.com> 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 <lilyp...@maltemeyn.de>:
> 
> 
> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to