]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/harp-pedals-sanity-checks.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / harp-pedals-sanity-checks.ly
index e239adc6bbad15b1607e50d8b27c149aee983bbd..f3e8dd5e9f0c54f6e12bfcac1bb759bbfc5e0484 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\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))
@@ -13,10 +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^"