diff options
author | Reinhold Kainhofer <reinhold@kainhofer.com> | 2011-08-30 13:08:47 +0200 |
---|---|---|
committer | Reinhold Kainhofer <reinhold@kainhofer.com> | 2011-08-30 20:48:29 +0200 |
commit | 5d46c7466c5902d40825c0a5f5ab1c67dbc1591a (patch) | |
tree | e47e29e429afb405d47916435cb3122cc16025d4 | |
parent | 108699247848e254f996236bca44d8ff46cabb14 (diff) |
Remove some warnigns from regtests
-rw-r--r-- | input/regression/backend-svg.ly | 2 | ||||
-rw-r--r-- | input/regression/beam-multiple-cross-staff.ly | 2 | ||||
-rw-r--r-- | input/regression/beam-quant-standard.ly | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/input/regression/backend-svg.ly b/input/regression/backend-svg.ly index 18e83a2eb3..edb1212ed0 100644 --- a/input/regression/backend-svg.ly +++ b/input/regression/backend-svg.ly @@ -1,3 +1,4 @@ +\version "2.14.0" %{ #(ly:set-option 'backend 'svg) #(set! output-count 1) @@ -5,7 +6,6 @@ \include "typography-demo.ly" -\version "2.14.0" #(define outname (ly:parser-output-name parser)) diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index 879e0037be..a3e43bc24e 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -25,7 +25,7 @@ to the last beam. g'4\rest b,8[ b16 \stemDown b''16 b ] - } + } >> diff --git a/input/regression/beam-quant-standard.ly b/input/regression/beam-quant-standard.ly index 465325b7a1..d562aa6bd2 100644 --- a/input/regression/beam-quant-standard.ly +++ b/input/regression/beam-quant-standard.ly @@ -5,6 +5,8 @@ is printed over the beam." } +%% FIXME: This file should actually NOT produce any warnings! +#(ly:set-option 'warning-as-error #f) \version "2.14.0" @@ -17,7 +19,7 @@ filler = \new Voice \relative c' { \hideNotes e4 e } - % +% %% %% Ross p108--112 @@ -106,7 +108,7 @@ filler = \new Voice \relative c' { e4 e4. } - % Ross, p122 +% Ross, p122 primeSixteenths = \relative c' { \stemUp \assertBeamQuant #'(0 . -1) #'(0 . -1) |