In the attached file, the line:

\bar "|.";


I get an end bar, that is, a thin followed by a thick bar.  I want a
thick followed by a thin bar.  It must be something about my context,
because the same specification in input/bugs/barlines produces a begin
bar.

This is in 1.3.127, although I think it may have been true for some
time.

Also, Staff.fullSizeChanges doesn't seem to be working.  

\header {
        composer = "Thomas Morley";
        title = "I. See, Myne Owne Sweet Jewell\\\\Cantus";
}

voicedefault = \notes {
\property Score.breakAlignOrder = #'(
                  Left_edge_item
                  Span_bar
                  Breathing_sign
                  Staff_bar
                  Clef_item
                  Key_item
                  Time_signature
                )

\property Staff.noAutoBeaming = ##t
\property Score.defaultBarType="empty"
%incipit
% put first note in original clef
\property Voice.NoteHead \override #'style = #'mensural
\clef "mensural2_c3"; 
    \property Staff.TimeSignature \override #'style = #'old
\time 4/4;
b'1 
\bar "|.";
% now draw modern clef and key signature in normal font
\property Voice.NoteHead \override #'style = #'baroque
\property Staff.fullSizeChanges = ##t
\clef "treble";
 \key g \major; 
\property Staff.fontSize = #-1
\property Voice.fontSize = #-1
\property Voice.Stem \override #'transparent = ##t
<g'4 g''4>
\property Staff.fontSize  = #0
\property Voice.fontSize = #0
\property Voice.Stem \override #'transparent = ##f
%now put in normal time signature
    \property Staff.TimeSignature \override #'style = #'C
 \time 4/4; % 1
%now continue with the piece
     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

Reply via email to