]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo.ly
new file.
[lilypond.git] / input / regression / chord-tremolo.ly
index e4d855a0d45a45e14751663379097699c2c3fe37..78790e4494514796f043194a22425916cd30f262 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -17,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 }
@@ -41,6 +41,6 @@ notes as well.)
   }
 
   \midi { }
-  \paper {} 
+  \layout {} 
 }