]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-short.ly
Fix inverted sign on relative offset for beam-collisions.
[lilypond.git] / input / regression / chord-tremolo-short.ly
index 756c058de21476b7e584eb370ed93465018fd214..883dbbea2033709e8271bd5ba60cfeadc6a13dc0 100644 (file)
@@ -1,14 +1,16 @@
-\version "2.6.0"
+\version "2.12.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 }
+
 
 \context Staff  \relative c' {
   \repeat "tremolo"  2 { c32 e32 }
   \stemDown
   \repeat "tremolo"  2 { c32 e32 }
 }
-\layout { raggedright = ##t }
+