bug-lilypond
[Top][All Lists]
Advanced

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

Re: Segfault


From: Mike Solomon
Subject: Re: Segfault
Date: Sat, 12 Oct 2013 00:59:00 +0300

On Oct 11, 2013, at 8:18 PM, Colin Campbell <address@hidden> wrote:

> On 13-10-11 06:55 AM, Mike Solomon wrote:
>> \version "2.17.26"
>> 
>> \score {
>>   \new Staff {}
>>   \midi {}
>> }
>> 
>> Ultra-minimalist composers everywhere are completely blocked until someone 
>> fixes this.
>> 
>> Cheers,
>> MS
>> _______________________________________________
>> bug-lilypond mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>> 
> 
> I'll hold off on my TTBB transcription of Cage's 4'33", shall I?
> 
> Cheers,
> Colin

My string quartet version compiles ok…

\version "2.17.26"

music = {
   \tempo 4=60
   s4*268 |
   \time 5/4
   s1*5/4 \bar "|."
}
\score {
  \new StaffGroup <<
    \new Staff \with { instrumentName = "Violin I" } \music
    \new Staff \with { instrumentName = "Violin II" } \music
    \new Staff \with { instrumentName = "Viola" } \music
    \new Staff \with { instrumentName = "Cello" } \music
  >>
  \midi {}
}

but I haven't tried it in TTBB yet - that will likely trigger the bug.

Cheers,
MS


reply via email to

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