From 5d46c7466c5902d40825c0a5f5ab1c67dbc1591a Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 30 Aug 2011 13:08:47 +0200 Subject: [PATCH 1/1] Remove some warnigns from regtests --- input/regression/backend-svg.ly | 2 +- input/regression/beam-multiple-cross-staff.ly | 2 +- 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) -- 2.39.2