bug-lilypond
[Top][All Lists]
Advanced

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

Re: Gregorian notes on _five lines_


From: Mats Bengtsson
Subject: Re: Gregorian notes on _five lines_
Date: Tue, 01 Aug 2006 09:17:23 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

A segmentation fault is always a serious bug. I forward your example
to bug-lilypond and note that the SIGSEGV happens also with version 2.8.5.

/Mats

Michał Dwużnik wrote:

Hi Mats,


OK, change that into
\new VaticanaStaff <<
\new VaticanaVoice{ ... }
\new VaticanaVoice{ ... }
>>

that _may be a better idea, but processing the following with 2.9.13
gives a segmentation fault...



\include "gregorian-init.ly"
#(set-global-staff-size 36)
\score {
\new VaticanaStaff {
\clef "medicaea-do3"
\override VaticanaStaff.StaffSymbol #'line-count = #5
<<
\new VaticanaVoice {
d d
}
\new VaticanaVoice {
f f
}
>>
}
}

t.ly:11:18: warning: ignoring too many clashing note columns

Thanks for the adventurous propositions :)

Michal


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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