]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-string-tuning.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / context-string-tuning.ly
index 6651e21527c90a61f8eacc1b4fd5d872ee94a950..5ff69ea966e99bbce46aed80014967c9938b9b4c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.16"
+\version "2.16.0"
 
 \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
   }
 >>