]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-short.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / chord-tremolo-short.ly
index e6d823c9923d19e969eb3eeb837827e169cb99d4..523dedb916743212f69634b868923e8a9ba0316a 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.3.4"
+\version "2.11.51"
 \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 }
-  }
-  \paper { raggedright = ##t }
+
+\context Staff  \relative c' {
+  \repeat "tremolo"  2 { c32 e32 }
+  \stemDown
+  \repeat "tremolo"  2 { c32 e32 }
 }
 
-%% new-chords-done %%