]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/+.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / +.ly
index 6bb1c3596bb52fcb9173a69c8d4a237ae3c3fca3..990ef8a1fb00e106a66e42e81c3c8601734cd176 100644 (file)
@@ -1,34 +1,28 @@
-\version "1.9.8"
+\version "2.7.39"
 %% +.ly: Be the first .ly file for lys-to-tely.py.
 %% Better to make lys-to-tely.py include "introduction.texi" or
 %% other .texi documents too?
 
 
 \header{
-texidoc = "
-@section Introduction
+texidoc =
 
-This document presents a brief overview of LilyPond features.  When the
-text correspond with the shown notation, we consider LilyPond Officially
-BugFree (tm).  This document is intended for finding bugs, and
+#(string-append "@unnumbered Introduction
+
+This document presents proofs for
+LilyPond " (lilypond-version) ".  When the
+text corresponds with the shown notation, we consider LilyPond Officially
+BugFree (tm).  This document is intended for finding bugs and for
 documenting bugfixes.
 
 TODO: order of tests (file names!), test only one feature per test.
 Smaller and neater tests.
-
-
-"
+")
 
 }
 
-\score { \context Lyrics \notes {
-    \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
+%
+% make sure the .png is generated.
+%
+\lyrics { "(left blank intentionally)" }
 
-\mark #(ly:export    (string-append "(For LilyPond version "
-(lilypond-version) ")"))
-s2
- }
- \paper { indent = 0.0\pt
- raggedright   = ##t 
- }
-}