]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Thu, 15 Jan 2004 20:28:44 +0000 (20:28 +0000)
committerhanwen <hanwen>
Thu, 15 Jan 2004 20:28:44 +0000 (20:28 +0000)
input/test/divisiones.ly

index 13772947b1f473fea3f87d7794467cd1ea99310e..1542d9413005acf19074cd84772fe80246ab5497 100644 (file)
@@ -12,8 +12,8 @@ Choices are @code{divisioMinima}, @code{divisioMaior}
 \include "gregorian-init.ly"
 
 \score {
-    \notes {
-       \new 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
@@ -40,7 +40,7 @@ Choices are @code{divisioMinima}, @code{divisioMaior}
            \caesura
             g4( a) g e( f) e
        }
-       \new Lyrics \lyrics {
+       \newaddlyrics "" \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.
        }
-    }
+    >>
 }