]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/fretted-strings.itely
Issue 2664/2: Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / de / notation / fretted-strings.itely
index 748217ad97c67c2851bec6e3b4b23c75cfd5eabf..c8ff484d517c0c6bc3e46bd45172f7a8970f4ad3 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.15.16"
+@c \version "2.15.42"
 
 @c Translators: Till Paala
 
@@ -599,7 +599,7 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \set stringTunings = \stringTuning <c' g' d'' a''>
+    \set Staff.stringTunings = \stringTuning <c' g' d'' a''>
     \mynotes
   }
 >>
@@ -1171,7 +1171,7 @@ myChords = \chordmode { a1 a:m a:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #ukulele-tuning
+  \set Staff.stringTunings = #ukulele-tuning
   \myChords
 }
 @end lilypond
@@ -1189,7 +1189,7 @@ myChords = \chordmode { c1 c:m7.5- c:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #mandolin-tuning
+  \set Staff.stringTunings = #mandolin-tuning
   \myChords
 }
 @end lilypond