]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/divisiones.ly
* scm/paper.scm (set-staff-size): new function: set default
[lilypond.git] / input / test / divisiones.ly
index 8804440adf93bde430e414359d56efc01f0e0929..3fe27a8b96a89a70b1a52ade7c9d4614cfbd1dfa 100644 (file)
@@ -1,46 +1,46 @@
+% possible rename to ancient- or gregorian- ?
 \header {
-
-    texidoc = "Divisiones are gregorian variants of breathing signs.
+    texidoc = "@cindex Divisiones
+Divisiones are gregorian variants of breathing signs.
 Choices are @code{divisioMinima}, @code{divisioMaior}
 @code{divisioMaxima} and @code{finalis}, @code{virgula} and
-@code{caesura}."
-
-}
+@code{caesura}.
+" }
 
-\version "1.7.16"
+\version "2.1.10"
 
 \include "gregorian-init.ly"
 
 \score {
-    \notes {
-       \context Staff = staff \addlyrics \notes \transpose c c' {
+ <<
+       \context Voice \notes \transpose c c' {
            \property Score.timing = ##f
            \property Score.barAlways = ##t
            \property Voice.TextScript \set #'padding = #3
            \property Staff.BarLine \override #'transparent = ##t
            \property Voice.Stem \override #'transparent = ##t
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
             ^\markup { "divisio minima" }
            \divisioMinima
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
             ^\markup { "divisio maior" }
            \divisioMaior
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
             ^\markup { "divisio maxima" }
            \divisioMaxima
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
             ^\markup { "finalis" }
            \finalis
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
 
             ^\markup { "virgula" }
            \virgula
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
             ^\markup { "caesura" }
            \caesura
-            g4( a-) g e( f-) e
+            g4( a) g e( f) e
        }
-       \context Lyrics = lyrics \lyrics {
+       \lyricsto "" \new  LyricsVoice \lyrics {
            Blah blub, blah blam.
            Blah blub, blah blam.
            Blah blub, blah blam.
@@ -49,5 +49,5 @@ Choices are @code{divisioMinima}, @code{divisioMaior}
            Blah blub, blah blam.
            Blah blub, blah blam.
        }
-    }
+    >>
 }