]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/harp-pedals-sanity-checks.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / harp-pedals-sanity-checks.ly
index 38c4f450898801fe7c3be12f644cd1e2ab360a02..f3e8dd5e9f0c54f6e12bfcac1bb759bbfc5e0484 100644 (file)
@@ -1,4 +1,11 @@
-\version "2.12.0"
+\version "2.19.21"
+
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "Harp pedal diagram contains dividers at positions ~a.  Normally, there is only one divider after the third pedal.") '(1 3 5))
+#(ly:expect-warning (_ "Harp pedal diagram contains dividers at positions ~a.  Normally, there is only one divider after the third pedal.") '(4))
+#(ly:expect-warning (_ "Harp pedal diagram contains ~a pedals rather than the usual 7.") 5)
+#(ly:expect-warning (_ "Harp pedal diagram does not contain a divider (usually after third pedal)."))
+
 
 \header {
   texidoc = "The harp-pedal markup function does some sanity checks. All 
@@ -6,9 +13,10 @@ the diagrams here violate the standard (7 pedals with divider after third), so
 a warning is printed out, but they should still look okay."
 }
 
-\relative c'' {
+\relative {
+  \override Score.PaperColumn.keep-inside-line = ##f
   % Sanity checks: #pedals != 7:
-  c1^\markup \harp-pedal #"^-v|--"
+  c''1^\markup \harp-pedal #"^-v|--"
   % Sanity checks: no divider, multiple dividers, divider on wrong position:
   c1^\markup \harp-pedal #"^-v--v^"
   c1^\markup \harp-pedal #"^|-v|--|v^"