]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 40c7b1c5397a47d28c0c21cffa1295326d9cea2b..0d047b6304747cc78182414c1bfda823692e492c 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.1.30"
+\version "2.19.21"
+
+\header { texidoc = "Volta repeats may be unfolded through the music
+    function @code{\\unfoldRepeats}."
 
-\header {
-    texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
 }
 
-nots = \notes\relative c'   {
-    c4 \repeat volta 2 c4 \alternative { d e  }
-    \repeat tremolo 4 { c16 d }
+nots = \relative   {
+    c'4 \repeat volta 2 c4 \alternative { d e  }
 }
+\layout {ragged-right = ##t} 
 
-\score { \notes \context Voice {
-\nots
-\apply #unfold-repeats \nots
+\context Voice {
+    \nots
+    \bar "||"
+    \unfoldRepeats \nots
 }
-\paper {raggedright = ##t} 
-     }