bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bus error when attaching voice context to grouping


From: Thomas Morley
Subject: Re: Bus error when attaching voice context to grouping
Date: Sat, 5 Jul 2014 18:55:04 +0200

2014-07-05 14:45 GMT+02:00 Douglas Ligertwood <address@hidden>:
> % This fails with a bus error.
> % I'm uncertain if this should be valid code,
> % but a clearer error message would be helpful.

Yep, clear error messages are always preferable

>
> \version "2.18.2"
>
> \layout {
>         \context {
>                 \Voice
>                 \name trebleVoice
>                 \alias Voice
>         }
>         \context {

You need to do it for Staff not ChoirStaff

>                 \ChoirStaff
>                 \accepts trebleVoice
>         }
> }
>
> \new trebleVoice { a1 }



Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]