]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/divisiones.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / manual / divisiones.ly
diff --git a/input/manual/divisiones.ly b/input/manual/divisiones.ly
deleted file mode 100644 (file)
index 6307c9a..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-% possible rename to ancient- or gregorian- ?
-\header {
-    texidoc = "@cindex Divisiones
-
-Divisiones are ancient variants of breathing signs.
-Choices are @code{divisioMinima}, @code{divisioMaior},
-@code{divisioMaxima} and @code{finalis}, @code{virgula} and
-@code{caesura}.
-
-" }
-
-\version "2.12.0"
-
-\include "gregorian.ly"
-
-\score {
-  <<
-    \context VaticanaVoice {
-      \override TextScript  #'padding = #3
-      g a g
-      s^\markup { "divisio minima" }
-      \divisioMinima
-      g a g
-      s^\markup { "divisio maior" }
-      \divisioMaior
-      g a g
-      s^\markup { "divisio maxima" }
-      \divisioMaxima
-      \break
-      g a g
-      s^\markup { "finalis" }
-      \finalis
-      g a g
-      s^\markup { "virgula" }
-      \virgula
-      g a g
-      s^\markup { "caesura" }
-      \caesura
-      g a g
-    }
-  >>
-}