]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/divisiones.ly
Moved files to input/manual/
[lilypond.git] / input / manual / divisiones.ly
diff --git a/input/manual/divisiones.ly b/input/manual/divisiones.ly
new file mode 100644 (file)
index 0000000..d3054f9
--- /dev/null
@@ -0,0 +1,42 @@
+% 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.7.39"
+
+\include "gregorian-init.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
+    }
+  >>
+}