]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: move divisiones.ly into Ancient.
authorGraham Percival <graham@percival-music.ca>
Sat, 30 Jan 2010 00:02:46 +0000 (00:02 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 30 Jan 2010 00:50:27 +0000 (00:50 +0000)
Translations: I did the same thing here to retain compiling;
hopefully this doesn't break anything.  AFAIK nobody has touched
the translations of Ancient in years.

Documentation/de/notation/ancient.itely
Documentation/es/notation/ancient.itely
Documentation/fr/notation/ancient.itely
Documentation/included/divisiones.ly [deleted file]
Documentation/notation/ancient.itely

index 4999627b1c07d3b75bd219c7ad85e15437911e89..b2ac2d910a2ef864a08c47665169c349222ea480 100644 (file)
@@ -1247,7 +1247,36 @@ entsprechenden Stellen zu schreiben. Einige Editionen verwenden eine
 sich in der Datei @file{gregorian@/-init@/.ly} auch eine Definition für
 @code{\virgula} und @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
 
 @funindex \virgula
 @funindex \caesura
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
index cce6eb3eca7a5c6aade649d9f24c37eecb8540f2..ef511664a9ed7d43c68938f17a7dc24c5bc8c8dd 100644 (file)
@@ -847,7 +847,37 @@ Les divisions sont disponibles après inclusion du fichier
 pourquoi @file{gregorian@/-init@/.ly} définit aussi @code{\virgula} et
 @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
diff --git a/Documentation/included/divisiones.ly b/Documentation/included/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
-    }
-  >>
-}
index 25635726cad28e3d5ae51ee9f93f5a7a5a8a99ed..adec460f29e650f651a884b4f99a20c3ddc1a124 100644 (file)
@@ -1236,7 +1236,36 @@ and @code{\finalis} at proper places in the input.  Some editions use
 Therefore, @file{gregorian@/.ly} also defines @code{\virgula} and
 @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