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
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to