]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/fretted-strings.itely
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / de / notation / fretted-strings.itely
index 5fcc0694a25e6745c73554324f3a90a4527b8069..34b30e99a49b248c889fed8a648417042501ec93 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.15.16"
 
 @c Translators: Till Paala
 
@@ -584,7 +584,8 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \contextStringTuning #'custom-tuning <c' g' d'' a''>
+    #(define custom-tuning #{ \stringTuning <c' g' d'' a''> #})
+    \set stringTunings = #custom-tuning
     \mynotes
   }
 >>
@@ -606,7 +607,7 @@ benutzt werden soll und eine Akkordkonstruktion, die die Stimmung definiert.
 Das vorherige Beispiel könnte auch folgenderweise geschrieben werden:
 
 @lilypond[quote,verbatim]
-\makeStringTuning #'custom-tuning <c' g' d'' a''>
+"custom-tuning" = \stringTuning <c' g' d'' a''>
 
 mynotes = {
   c'4 e' g' c'' |