]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle.ly
release: 0.1.33
[lilypond.git] / input / twinkle.ly
index 6d5c243fd1cf6e4ddb3ce1e532d91698c6402f18..51d8114f05e0b67d8ba4dd286c1af01296eeea4a 100644 (file)
@@ -10,10 +10,11 @@ composers =  "Traditional";
 enteredby =     "HWN & JCN";
 copyright =     "public domain";
 }
-%{
-Tested Features: lyrics
 
+%{
+Tested Features: lyrics, interleaving lyrics and staffs
 %}
+
 \version "0.1.7";
 
 melody = \melodic{
@@ -122,19 +123,17 @@ textiii = \lyric{
 
 \score{
        < 
-               \type Grandstaff <
-                       < \global 
+               \lyric \type Lyrics = top < 
+                       \global \tekst >
+
+               \type Staff=treb < \global 
                          \melody >
-                       < \global 
+               \lyric \type Lyrics  = "Middle" <  \global
+                       \texte >
+               \type Staff=bass        < \global 
                        \accompany >
-               >
-               
                % ugh
-               \lyric \type Lyrics < 
-                       \global \tekst >
-               \lyric \type Lyrics <  \global
-                       \texte >
-               \lyric \type Lyrics < \global
+               \lyric \type Lyrics  = bottomlyrics < \global
                        \texti \textii \textiii >
                
        >