]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo.ly
new file.
[lilypond.git] / input / regression / chord-tremolo.ly
index c8b2b192d786097a4dd31e0358565bc231f4d2a3..78790e4494514796f043194a22425916cd30f262 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -18,7 +17,7 @@ notes as well.)
 }
 
 \score { 
-  \context Voice \notes\relative c' {
+  \context Voice \relative c' {
        \time 4/4
        \repeat "tremolo" 16 { d32 e }
        \repeat "tremolo" 8 { d16 e }
@@ -42,6 +41,6 @@ notes as well.)
   }
 
   \midi { }
-  \paper {} 
+  \layout {} 
 }