bug-lilypond
[Top][All Lists]
Advanced

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

breathing-sign-ancient.ly


From: José Luis Cruz
Subject: breathing-sign-ancient.ly
Date: Wed, 21 Jan 2004 22:42:41 +0100

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
Description: PNG image

Attachment: breathing-sign-ancient-2.0.png
Description: PNG image


reply via email to

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