]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove several warnings in the regtests, add warning-as-error where needed
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 3 Sep 2011 23:11:00 +0000 (01:11 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 3 Sep 2011 23:52:40 +0000 (01:52 +0200)
12 files changed:
input/regression/bom-mark.ly
input/regression/incompatible-stem-warning.ly
input/regression/quote-during.ly
input/regression/quote.ly
input/regression/repeat-unfold.ly
input/regression/repeat-volta.ly
input/regression/skiptypesetting-bar-check.ly
input/regression/stem-tremolo.ly
input/regression/tablature-negative-fret.ly
input/regression/tablature-zero-finger.ly
input/regression/tie-arpeggio.ly
input/regression/warn-conflicting-key-signatures.ly

index 19895a5af8151d00f7656ea5e51df0d214cd5b5d..854754bafb9b50af6232ada6967cd2d1705cd6da 100644 (file)
@@ -1,6 +1,6 @@
+#(ly:set-option 'warning-as-error #f)
  \version "2.15.9"
 
-#(ly:set-option 'warning-as-error #f)
 
 \header {
   texidoc = "This input file contains a UTF-8 BOM not at the very beginning,
index 287c67403d2994fcae337d1d6d286b503e80cef9..29631053fe76151f90d570321b4dec561aa4a98d 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
 
 \header {
 
index 3abc0eb6338a989b33136cde65e3b9fc56356106..aa14aef30cac9d70ff11833b7512ff22e4436150 100644 (file)
@@ -32,9 +32,9 @@ original = \relative c'' { c8 d s2 es8 gis8 }
        
        \set Staff.instrumentName = "orig+quote"        
        \set Staff.quotedEventTypes = #'(note-event articulation-event)
-       \new Voice {
+       \new Voice {\voiceOne
            \override Voice . Beam #'collision-voice-only = ##t
            \original }
-       { s4 \quoteDuring #"quoteMe" { s2. } }
+       \new Voice {\voiceTwo s4 \quoteDuring #"quoteMe" { s2. } }
     >>
 >>
index 97e158ed90f86993246eb53bf4d5058a434859b2..ee26fc453f24bd9d9c03e1d43ac69708096841b7 100644 (file)
@@ -30,10 +30,9 @@ original = \relative c'' { c8 d s2 es8 gis8 }
     \new Staff \relative c'' <<
        \set Staff.instrumentName = "orig+quote"        
        \set Staff.quotedEventTypes = #'(note-event articulation-event)
-       \new Voice {
-           \override Voice . Beam #'collision-voice-only = ##t
+       \new Voice {\voiceOne
            \original }
-       \new Voice {
+         \new Voice {\voiceTwo
            s4
            \set fontSize = #-4
            \override Stem #'length-fraction = #(magstep -4)
index c48bb909cb25539cdc58580773548a8859eaa318..9b1578266db459c2b1ce005dd21efaf4ac539427 100644 (file)
@@ -11,6 +11,8 @@ get to the number of repeats.
 Unfolded behavior:"
 }
 
+#(ly:set-option 'warning-as-error #f)
+
 \context Voice \relative c'' {
   \repeat unfold 3 { c^"3x 0a" d }
   %% less alts than body
index 2614b237e8401819cee32c3efca80b3305c4f711..d1c26e76c34fb2a04aafe61a6b157bb7fe6cb088 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
 
 \header{
   texidoc="
index 5658d5ef37c5a2ef421f961320354106f223a4be..ce0daec988f7630176f83bd5baa299861d3d12a9 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
 
 \header {
 
index 166ebbceb610a99ca95b533ed9f0908814fca35c..8c0ef57d7924cd8d227939317f0a3934e6f20360 100644 (file)
@@ -15,7 +15,7 @@ a fixed distance from the note head.
 "
 }
 
-
+#(ly:set-option 'warning-as-error #f)
 
 \context Voice \relative c''{
   \textSpannerUp
index fd7b7cea2ee50bcfbad493773b6c13c9ec1e3943..0010438d2620417650e9a62e405ad2f26b659790 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
 
 \header {
 
index 89db7ab1aacf4c51de0eeb966638714ef85eb56d..60c0113dc653915efa3abf3aaa3e820b95a44870 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
 
 \header {
   texidoc="
index 6c313623636965f02fd6dde2e79c1879b87c6fed..99ff64c71427d551ec3b9770a4701493e1a2072a 100644 (file)
@@ -1,16 +1,16 @@
+\version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
+
 \header
 {
 
   texidoc =
-
   "when @code{tieWaitForNote} is set, the right-tied note does not
  have to follow the lef-tied note directly. When @code{tieWaitForNote}
  is set to false, any tie will erase all pending ties."
   
 }
 
-\version "2.14.0"
-
 \paper { ragged-right =  ##t }
 \relative c' {
   c~ e~ g~ <c, e g>
index 75d6cfc63abef971a4e6daddddec77d4ac13a1c3..0845cc5f60bcabbaf7a7911711aaca8c4e3bfeb3 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
 
 \header {
   texidoc = "If you specify two different key signatures at one point, a