]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/divisiones.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / test / divisiones.ly
index 9aa5eef57a33c160e4d8765e829d46010b294429..1577ab94e0bee8774b55e15ca625eb4d68da2af3 100644 (file)
@@ -1,53 +1,47 @@
 % possible rename to ancient- or gregorian- ?
 \header {
     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}.
+
 " }
 
-\version "2.1.36"
+\version "2.4.0"
 
 \include "gregorian-init.ly"
 
 \score {
  <<
-       \context Voice \notes \transpose c c' {
+       \context Voice  \transpose c c' {
            \set Score.timing = ##f
            \set Score.barAlways = ##t
            \override TextScript  #'padding = #3
            \override Staff.BarLine  #'transparent = ##t
            \override Stem  #'transparent = ##t
-            g4( a) g e( f) e
-            ^\markup { "divisio minima" }
+            g4( a) g^\markup { "divisio minima" }
            \divisioMinima
-            g4( a) g e( f) e
-            ^\markup { "divisio maior" }
+            g4( a) g^\markup { "divisio maior" }
            \divisioMaior
-            g4( a) g e( f) e
-            ^\markup { "divisio maxima" }
+            g4( a) g^\markup { "divisio maxima" }
            \divisioMaxima
-            g4( a) g e( f) e
-            ^\markup { "finalis" }
+            g4( a) g^\markup { "  finalis" }
            \finalis
-            g4( a) g e( f) e
-
+            g4( a) g
             ^\markup { "virgula" }
            \virgula
-            g4( a) g e( f) e
+            g4( a) g
             ^\markup { "caesura" }
            \caesura
-            g4( a) g e( f) e
+            g4( a) g
        }
-       \lyricsto "" \new  Lyrics \lyrics {
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-           Blah blub, blah blam.
+       \lyricsto "" \new  Lyrics \lyricmode {
            Blah blub, blah blam.
            Blah blub, blah blam.
            Blah blub, blah blam.
+           Blah blub.
        }
     >>
 }