]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-short.ly
Issue 2300: do not tinker with the position of a pitched rest
[lilypond.git] / input / regression / chord-tremolo-short.ly
index cb4ef1a438c8c81f8278b7782ea0fc0ab43e362c..725833bfa697e1702ab54e2f3c7673f97cbf19af 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.2.0"
+\version "2.14.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 \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 %%