2018-01-30 11:45 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>:
> 2018-01-30 11:40 GMT+01:00 Robert Blackstone <blackstone.rob...@gmail.com>:
>> Hi Harm.
>> Your example did not work on my system. No idea why not.
>> The error message mentions an unexpected } at the end. What is bothering
>> LilyPond here?
>>
>> I would very much like to see and try your solution because I recently have
>> struggled endlessly with slurs in passages with up to six voices in a single
>> staff. Maddening.
>>
>> Best regards,
>> Robert Blackstone
>
>
> I've retested my code: all working.
> c/p-error on your part?



Or some email-client messing with << >>
Try attached file.

Cheers,
  Harm
\version "2.19.80"

\context Voice {
  \clef bass
  \time 3/4

  \context Voice = "2" { fis4-2( e-1 d-2 }
  <<
    { r4 e4 a8( g8 \oneVoice }
    \\
    { a,2.) }
  >>
  \context Voice = "1" fis4)
  \context Voice
  r4
  r4
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to