In regression test

breathing-sign-accent is... screwed.



this is the code:
%--------------------------------------
\include "gregorian-init.ly"

\score {

    %
    % Gregorian notation:
    %
    \context VaticanaStaff {
      \notes \relative c' {

% we turn bars and bar numbers off for Gregorian stuff
\property Staff.BarLine \set #'transparent = ##t
\property Score.BarNumber \set #'transparent = ##t

% here is no \breathe
c g c

% \virgula applies rcomma, but in a smaller font
c \virgula g c

% \caesura applies rvarcomma, but in a smaller font
c \caesura g c

% \divisioMinima is a simple vertical stroke through the
% uppermost staffline, just like the original implementation
% of breathing signs.
c \divisioMinima g c

% \divisio{maior,maxima} and \finalis look like bars and are
% vertically centered on the staff; the direction property has
% no effect
c \divisioMaior g c
c \divisioMaxima g c

% this one looks almost like a "||" type bar
\finalis
      }
    }
}
%--------------------------------------


joseluis

<<attachment: breathing-sign-ancient-2.1.png>>

<<attachment: breathing-sign-ancient-2.0.png>>

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to