lilypond-user
[Top][All Lists]
Advanced

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

Re: Gregorian notes on _five lines_


From: Michał Dwużnik
Subject: Re: Gregorian notes on _five lines_
Date: Tue, 1 Aug 2006 00:13:49 +0200

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




reply via email to

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