]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/duration-check.ly
Renamed file.
[lilypond.git] / input / test / duration-check.ly
index 20f19c727ecf7e3e0233c7ecbb401cd05d75d3d5..6aeb4fb3d5cf072516bb298a1233f2238915927b 100644 (file)
@@ -1,4 +1,14 @@
-\version "1.7.16"
+\version "1.7.18"
+% candidate for remove or regression.
+\header {
+    texidoc = "Check whether all @code{duration} properties can 
+be printed. This once helped track down an obscure memory corruption
+bug.  MOVE TO REGRESSION?  (probably not DELETE) "
+
+}
+
+
+
 #(define (duration-check music)
   "Check all rest durations in MUSIC"
 
@@ -41,5 +51,6 @@
          a b8 c16 d a2 r
       }
   >
+\paper{raggedright = ##t}
 }
 %% new-chords-done %%