]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-string-tuning.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / context-string-tuning.ly
index 2281bb9a82209cd3b944464dca1d8369cb27d62c..5ff69ea966e99bbce46aed80014967c9938b9b4c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   texidoc="
@@ -17,7 +17,8 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \contextStringTuning #'custom-tuning <c' g' d'' a''>
+    #(define custom-tuning #{ \stringTuning <c' g' d'' a''> #})
+    \set Staff.stringTunings = #custom-tuning
     \mynotes
   }
 >>