]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign.ly
* lily/parser.yy (step_number): semitones for chord entry too.
[lilypond.git] / input / regression / breathing-sign.ly
index 2d3f939fa2918c09ca89a02b2588c2bee1c7db3a..dbf04c18952ae76adddaa0575efe058491f090eb 100644 (file)
@@ -2,23 +2,10 @@
 \version "1.9.8"
 \header{
 texidoc="
-Breathing signs, also used for phrasing, do normally not influence
-global spacing -- only if space gets tight, notes are shifted to make
-room for the breathing sign. Breathing signs break beams running
-through their voice. In the following example, the notes in the first
-two measures all have the same distance from each other.
-
 Breathing signs are available in different tastes: commas (default),
-ticks, vees and `railroad tracks' (caesura).
-
-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
-finalis, the latter three looking similar to bar glyphs.
+ticks, vees and `railroad tracks' (caesura)."
+ }
 
-" }
-
-\include "gregorian-init.ly"
 
 \score {
 
@@ -67,43 +54,5 @@ finalis, the latter three looking similar to bar glyphs.
        es2 r4 \bar "||" \break
       }
     }
-
-    %
-    % 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
-      }
-    }
-  }
-  \paper {
-    \translator { \RemoveEmptyStaffContext }
   }
 }