]> git.donarmstrong.com Git - lilypond.git/blob - input/test/divisiones.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / divisiones.ly
1 % possible rename to ancient- or gregorian- ?
2 \header {
3     texidoc = "@cindex Divisiones
4
5 Divisiones are ancient variants of breathing signs.
6 Choices are @code{divisioMinima}, @code{divisioMaior},
7 @code{divisioMaxima} and @code{finalis}, @code{virgula} and
8 @code{caesura}.
9
10 " }
11
12 \version "2.7.39"
13
14 \include "gregorian-init.ly"
15
16 \score {
17   <<
18     \context VaticanaVoice {
19       \override Staff.StaffSymbol #'color = #red
20       \override TextScript  #'padding = #3
21       g a g
22       s^\markup { "divisio minima" }
23       \divisioMinima
24       g a g
25       s^\markup { "divisio maior" }
26       \divisioMaior
27       g a g
28       s^\markup { "divisio maxima" }
29       \divisioMaxima
30       \break
31       g a g
32       s^\markup { "finalis" }
33       \finalis
34       g a g
35       s^\markup { "virgula" }
36       \virgula
37       g a g
38       s^\markup { "caesura" }
39       \caesura
40       g a g
41     }
42   >>
43 }