]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-short.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-tremolo-short.ly
index 2c10fb62d5b10c91efc64d099b93bc935d9bd1ab..578a7d31f868838726b94f42a4cb6d6e07caac0f 100644 (file)
@@ -1,18 +1,16 @@
-\version "1.9.8"
+\version "2.16.0"
 \header {
   texidoc = "
-  Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/8) too. Only some of the beams are connected to the stems. 
+  Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/4) too. Only some of the beams are connected to the stems. 
   "
 }
+\layout { ragged-right = ##t }
 
-\score {
-  \context Staff \notes \relative c' {
-    \repeat "tremolo"  2 { c32 e32 }
-    \stemDown
-    \repeat "tremolo"  2 { c32 e32 }
-  }
-  \paper { raggedright = ##t }
+
+\context Staff  \relative c' {
+  \repeat "tremolo"  2 { c32 e32 }
+  \stemDown
+  \repeat "tremolo"  2 { c32 e32 }
 }
 
-%% new-chords-done %%