]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign-ancient.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / breathing-sign-ancient.ly
index 5e4de07dfc3bc6a504b5fd12ab384f721453aefe..3a366ae713628fc56349f55cba9aeb2a06764082 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.11.51"
 
 \header{
   texidoc="
@@ -11,38 +11,29 @@ finalis, the latter three looking similar to bar glyphs.
 
 \include "gregorian-init.ly"
 
-
-%%
-%% Gregorian notation:
-%%
 \context VaticanaStaff {
   \relative c' {
-
-    %% we turn bars and bar numbers off for Gregorian stuff
-    \override Staff.BarLine  #'transparent = ##t
-    \override Score.BarNumber  #'transparent = ##t
-
-    %% here is no \breathe
+    % here is no \breathe
     c g c
 
-    %% \virgula applies rcomma, but in a smaller font
+    % \virgula applies rcomma, but in a smaller font
     c \virgula g c
 
-    %% \caesura applies rvarcomma, but in a smaller font
+    % \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.
+    % \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
+    % \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
+    % this one looks almost like a "||" type bar
     \finalis
   }
 }