]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-tremolo.ly
index 8312a186f171e92c9ee7797d8333be89b1ae1778..2e14abdc197d023503d25cab22db88a32e9cc591 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.16.0"
 
 \header{
 texidoc="
@@ -10,34 +10,32 @@ stems.
 
 In this example, each tremolo lasts exactly one measure.
 
-(To ensure that the spacing engine is not confused we add some regular notes as well.) 
+(To ensure that the spacing engine is not confused we add some regular
+notes as well.)
+
 "
 }
-  
-\score { 
-  \context Voice \notes\relative c' {
-       \time 4/4
-       \repeat "tremolo" 16 { d32 e }
-       \repeat "tremolo" 8 { d16 e }
-       \repeat "tremolo" 4 { d8 e }
-
-       \time 3/4
-       \repeat "tremolo" 12 { d32 e }
-       \repeat "tremolo" 6 { d16 e } 
-       \repeat "tremolo" 3 { d8 e } 
-
-       \time 2/4
-       \repeat "tremolo" 8 { d32 e }
-       \repeat "tremolo" 4 { d16 e }
-       \repeat "tremolo" 2 { d8 e }
-
-       \time 1/4
-       \repeat "tremolo" 4 { d32 e }
-       \repeat "tremolo" 2 { d16 e }
-
-       c4 c4 c4 c4 c4 
-  }
-
-  \midi { }
+
+\context Voice \relative c' {
+  \time 4/4
+  \repeat "tremolo" 16 { d32 e }
+  \repeat "tremolo" 8 { d16 e }
+  \repeat "tremolo" 4 { d8 e }
+
+  \time 3/4
+  \repeat "tremolo" 12 { d32 e }
+  \repeat "tremolo" 6 { d16 e } 
+  \repeat "tremolo" 3 { d8 e } 
+
+  \time 2/4
+  \repeat "tremolo" 8 { d32 e }
+  \repeat "tremolo" 4 { d16 e }
+  \repeat "tremolo" 2 { d8 e }
+
+  \time 1/4
+  \repeat "tremolo" 4 { d32 e }
+  \repeat "tremolo" 2 { d16 e }
+
+  c4 c4 c4 c4 c4 
 }
-%% new-chords-done %%
+