]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat.ly
*** empty log message ***
[lilypond.git] / input / test / repeat.ly
index 489fc8e238dafa4e8e4d000f16640039e6376bea..584eb24d8057d45973d58ca20fd7ca1242b49e03 100644 (file)
@@ -1,12 +1,23 @@
+\version "2.1.28"
+
+% possible rename to lyric-repeat or repeat-lyric.
+
+\header{ texidoc = "@cindex Repeat Lyrics
+Alternate lyrics can be used, as well as alternate notes for repeats. "
+}
+
+%% Syntax << { aaa } { bbb } >> seems not to work in lyrics. 
+%% The notes are lyrics do not match syntactically here. - HJJ
+
 \score{
-       <
+       <<
                  \context Staff \notes\relative c'{ 
                          c d e f
                          \repeat "volta" 2 { g a b c }
                          \alternative { { c b a g } { f e d c } }
                  }
                  \context Lyrics \lyrics {
-                         De eer- ste < { maat } { moet } >
+                         De eer- ste << { maat } { moet } >>
                          \repeat fold 2 { }
                          \alternative {
                                  { en dan twee keer } 
@@ -14,5 +25,7 @@
                          }
                          en dan nog dit er ach- ter aan
                  }
-       >
+       >>
+       \paper{raggedright=##t}
 }
+