>>>>> "Jeff" == Jeff Henrikson <[EMAIL PROTECTED]> writes:
Jeff> Did you play with Score.breakAlignOrder?
Thanks, that does seem to be the answer.
However, using it gives me some odd results.
Jeff> property Score.breakAlignOrder = #'(
Jeff> "Span_bar"
Jeff> "Breathing_sign"
Jeff> "Clef_item"
Jeff> "Staff_bar"
Jeff> "Key_item"
Jeff> "Time_signature"
Jeff> )
Well, the best answer I came up with is:
\property Score.breakAlignOrder = #'(
Span_bar
Breathing_sign
Staff_bar
Clef_item
Key_item
Time_signature
)
However, when I use it in the attached file, I get the first two
symbols (c clef and time signature) off the staff. Am I doing
something wrong, or is it a bug?
\header {
composer = "Thomas Morley";
title = "I. See, Myne Owne Sweet Jewell\\\\Cantus";
}
voicedefault = \notes {
\property Score.breakAlignOrder = #'(
Span_bar
Breathing_sign
Staff_bar
Clef_item
Key_item
Time_signature
)
\property Staff.noAutoBeaming = ##t
\property Score.defaultBarType="empty"
%incipit
\property Voice.NoteHead \override #'style = #'mensural
\clef "soprano";
\property Staff.TimeSignature \override #'style = #'C
\time 4/4;
b'1
\bar "||";
\property Voice.NoteHead \override #'style = #'baroque
\property Staff.fontSize = #-1
\property Voice.fontSize = #-1
%\property Staff.fullSizeChanges = ##t
\clef treble;
\property Voice.Stem \override #'transparent = ##t
<g'4 g''4>
\property Staff.fontSize = #0
\property Voice.Stem \override #'transparent = ##f
\bar "||";
\property Staff.clefGlyph = #"clefs-G"
\property Staff.clefPosition = #-1
\key c \major;
\time 4/4; % 1
b'1 b'2 d''4 c''2 b'4 a'2 b'2 r4 d''4 d''4
}\score{
\notes <
\context Staff="default"
{
\$voicedefault
}
>
\paper {
}
\midi {}
}
--
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ ) (617)
661-8097 fax: (801) 365-6574 233 Broadway, Cambridge, MA 02139