summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2012-07-27 07:26:27 +0200
committerDavid Kastrup <dak@gnu.org>2012-07-27 07:26:27 +0200
commit0a02dad4e693f068c235fd44647cc03ebe2af5ec (patch)
treee82516637ac11258f1b0b884d26d692f4c8331e1 /input
parent08e0e65cb2905bfe9ded5407662d9af3b0b99283 (diff)
Issue 2664/2: Run scripts/auxiliar/update-with-convert-ly.sh
Diffstat (limited to 'input')
-rw-r--r--input/regression/context-string-tuning.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/regression/context-string-tuning.ly b/input/regression/context-string-tuning.ly
index 6651e21527..5866123e11 100644
--- a/input/regression/context-string-tuning.ly
+++ b/input/regression/context-string-tuning.ly
@@ -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
}
>>