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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to