]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/ancient.itely
Doc: move divisiones.ly into Ancient.
[lilypond.git] / Documentation / es / notation / ancient.itely
index 357aa6a49ed866de06885fe0a34a827908d6b9b4..da4019363db89bb7d27dc64a1fffada5665a594e 100644 (file)
@@ -1257,7 +1257,36 @@ ediciones usan @emph{virgula} o @emph{caesura} en vez de divisio
 minima.  Por ello, @file{gregorian@/.ly} define tambiĆ©n las
 instrucciones @code{\virgula} y @code{\caesura}.
 
-@lilypondfile[quote,ragged-right]{divisiones.ly}
+@lilypond[quote,ragged-right]
+\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
+    }
+  >>
+}
+@end lilypond
 
 
 @predefined