I think I'm almost migrated to 1.5. However, the
Score.breakAlignOrder which in 1.4 causes my incipits to be separated
from the modern clef by a barline, in 1.5 causes all the clefs to be
printed before the staff starts. I have tried fiddling with it, but
every Score.breakAlignOrder setting that I have tried has this effect.
Attached is the example file. A less serious problem with it is that
the custos's (custi?) aren't there.
Also, contrary to my previous post, based on looking at time.ly, the
ancient-font time-signature seems to be fine. That is, it isn't what
I want in this case, but it's what I'd expect based on what my script
asked for.
% incipit for cantus.abc
% written by writeincipit.sh on Tue Apr 16 17:01:19 EDT 2002, with RANGEONLY = true
range=\notes{<None4 None4>}
modernclef=\notes{\clef ""}
%incipit template /home/lconrad/incipit.ly
incipitwords=\lyrics{ _ }
%use this only if necessary
%\property Score.barAlways=##t
% now draw modern clef and key signature in normal font
incipit = \notes {
\property Voice.NoteHead \override #'style = #'baroque
\modernclef
\keysignature
\property Staff.fontSize = #-1
\property Voice.Stem \override #'transparent = ##t
\range
\property Staff.fontSize \unset
\property Voice.Stem \revert #'transparent
\property Staff.barCheckNoSynchronize=##f
\bar "|."
%\property Staff.barCheckNoSynchronize=##t
\context Staff \outputproperty #(make-type-checker 'clef-interface) #'full-size-change
= ##t
\property Staff.forceClef = ##t
\modernclef
|
\property Score.currentBarNumber = #1
}
%end incipit
#(set! point-and-click line-location)
\header {
footnotes = ""
tagline = "Lily was here 1.5.37 -- automatically converted from ABC"
}
voicedefault = \notes {
\property Staff.noAutoBeaming = ##t
\property Score.breakAlignOrder = #'(
Instrument_name
Left_edge_item
Span_bar
Breathing_sign
Staff_bar
Clef_item
Key_item
time_signature
Custos
)
\property Staff.forgetAccidentals = ##t
\property Voice.NoteHead \override #'style = #'baroque
\property Staff.Custos \override #'style = #'mensural
\property Score.RehearsalMark \set #'extra-offset = #'( -3 . 0 )
\property Score.RehearsalMark \override #'visibility-lambda = #begin-of-line-invisible
\property Score.defaultBarType="empty"
\incipit
}\score{
\notes <
\context Staff="default"
{
\voicedefault
}
>
\paper {
\translator{
\StaffContext
\consists Custos_engraver
} }
\midi {}
}
--
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097 fax: (801) 365-6574
233 Broadway, Cambridge, MA 02139
(If I haven't invited you to my party on June 2, I'm sure it's an oversight.)