bug-lilypond
[Top][All Lists]
Advanced

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

Re: [Bug] LilyPond Crash (return code -1073741819) - reproduceable?


From: David Kastrup
Subject: Re: [Bug] LilyPond Crash (return code -1073741819) - reproduceable?
Date: Fri, 23 May 2014 21:50:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

pls <address@hidden> writes:

> This is the culprit:
>> harpPart = \new PianoStaff<<
>>  \new Staff = "upper" \upper
>>  \new Staff = "lower" \lower
>> >>
>> 
> You need to use braces like so:
> harpPart = {
>   \new PianoStaff <<
>     \new Staff = "upper" \upper
>     \new Staff = "lower" \lower
>   >>
> }

Why?  The above looks quite legitimate to me.

-- 
David Kastrup




reply via email to

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