X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreathing-sign-ancient.ly;h=3ec2c79cc063d34a144b26a4eaeef292dab99377;hb=a066a93ee74edebb9d238a1bac93c3bc7e8e6e4a;hp=609debede07218273266915ddd7abcd608c93240;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/breathing-sign-ancient.ly b/input/regression/breathing-sign-ancient.ly index 609debede0..3ec2c79cc0 100644 --- a/input/regression/breathing-sign-ancient.ly +++ b/input/regression/breathing-sign-ancient.ly @@ -1,50 +1,38 @@ -\version "2.1.22" +\version "2.14.0" \header{ -texidoc=" + texidoc=" Gregorian chant notation sometimes also uses commas and ticks, but in -smaller font size (we call it 'virgula' and 'caesura'). However, the -most common breathing signs are divisio minima/maior/maxima and +smaller font size (we call it `virgula' and `caesura'). However, the +most common breathing signs are divisio minima/@/maior/@/maxima and finalis, the latter three looking similar to bar glyphs. - " } -\include "gregorian-init.ly" - -\score { - - % - % Gregorian notation: - % - \context VaticanaStaff { - \notes \relative c' { - - % we turn bars and bar numbers off for Gregorian stuff - \override Staff.BarLine #'transparent = ##t - \override Score.BarNumber #'transparent = ##t +\include "gregorian.ly" - % here is no \breathe - c g c +\context VaticanaStaff { + \relative c' { + % here is no \breathe + c g c - % \virgula applies rcomma, but in a smaller font - c \virgula 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 + % \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 + % \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 + % \divisioMaior, \divisioMaxima 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 - } - } + % this one looks almost like a "||" type bar + \finalis + } }