]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-short.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / chord-tremolo-short.ly
index 3886ec310c490d6920750a5b557cc9b5785335c8..2c9934e846a57b95b8f2dab4564088029c3f35ec 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.26"
+\version "2.3.22"
 \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. 
@@ -6,13 +6,11 @@
 }
 
 \score {
-  \context Staff \notes \relative c' {
+  \context Staff  \relative c' {
     \repeat "tremolo"  2 { c32 e32 }
     \stemDown
     \repeat "tremolo"  2 { c32 e32 }
   }
-  \paper { raggedright = ##t }
+  \layout { raggedright = ##t }
 }
 
-%% new-chords-done %%
-