]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-string-tuning.ly
Issue 2664/2: Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / context-string-tuning.ly
index 6651e21527c90a61f8eacc1b4fd5d872ee94a950..5866123e119309e9e4048a0e04d0b4a7e8bf28dd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.16"
+\version "2.15.42"
 
 \header {
   texidoc="
@@ -18,7 +18,7 @@ mynotes = {
   }
   \new TabStaff {
     #(define custom-tuning #{ \stringTuning <c' g' d'' a''> #})
-    \set stringTunings = #custom-tuning
+    \set Staff.stringTunings = #custom-tuning
     \mynotes
   }
 >>