bug-lilypond
[Top][All Lists]
Advanced

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

Bus error when attaching voice context to grouping


From: Douglas Ligertwood
Subject: Bus error when attaching voice context to grouping
Date: Sat, 5 Jul 2014 13:45:22 +0100

% This fails with a bus error.
% I'm uncertain if this should be valid code,
% but a clearer error message would be helpful.

\version "2.18.2"

\layout {
        \context {
                \Voice
                \name trebleVoice
                \alias Voice
        }
        \context {
                \ChoirStaff
                \accepts trebleVoice
        }
}

\new trebleVoice { a1 }


reply via email to

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