]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-short.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / chord-tremolo-short.ly
index e239281bd4f7a69a68fc288a4373dbc4e91c46ce..d8b4524630696dbfa736c1e3b9917da20ecc3576 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.6.0"
+\version "2.10.0"
 \header {
   texidoc = "
   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  \relative c' {
-    \repeat "tremolo"  2 { c32 e32 }
-    \stemDown
-    \repeat "tremolo"  2 { c32 e32 }
-  }
-  \layout { raggedright = ##t }
+
+\context Staff  \relative c' {
+  \repeat "tremolo"  2 { c32 e32 }
+  \stemDown
+  \repeat "tremolo"  2 { c32 e32 }
 }
 
+