]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-negative-fret.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-negative-fret.ly
index 4974bdd08e6b4b1278c18967d64558e65fa16b5c..28d08f427dcf289d638d9ac664a173edf974af58 100644 (file)
@@ -1,4 +1,14 @@
-\version "2.13.48"
+\version "2.19.21"
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "Requested string for pitch requires negative fret: string ~a pitch ~a") 1 "#<Pitch c' >")
+#(ly:expect-warning (_ "Ignoring string request and recalculating."))
+#(ly:expect-warning (_ "Negative fret for pitch ~a on string ~a") "#<Pitch c' >" 1)
+#(ly:expect-warning (_ "Requested string for pitch requires negative fret: string ~a pitch ~a") 1 "#<Pitch c' >")
+#(ly:expect-warning (_ "Ignoring note in tablature."))
+
+
+
+% #(ly:expect-warning (ly:translate-cpp-warning-scheme "Markup depth exceeds maximal value of %d; Markup: %s") 1024 "recursive-explosion-markup")
 
 \header {
 
@@ -10,8 +20,8 @@ all three cases demonstrated.
 
 }
 
-myMusic = \relative c'  {
-  <c\1>1 ^\markup { recalculate }
+myMusic = \relative  {
+  <c'\1>1 ^\markup { recalculate }
   \set TabStaff.handleNegativeFrets = #'include
   <c\1>1 ^ \markup { include }
   \set TabStaff.handleNegativeFrets = #'ignore