]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run update-with-convert-ly
authorDavid Kastrup <dak@gnu.org>
Wed, 26 Oct 2011 18:08:45 +0000 (20:08 +0200)
committerGraham Percival <graham@percival-music.ca>
Thu, 27 Oct 2011 02:23:57 +0000 (03:23 +0100)
Documentation/de/notation/fretted-strings.itely
Documentation/es/notation/fretted-strings.itely
Documentation/fr/notation/fretted-strings.itely
Documentation/notation/fretted-strings.itely
input/regression/context-string-tuning.ly

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'' |
index b5b9c27ecf885a08aca6c3d34636d5705cfbfba2..065fe5cdeb111c31b706b3240cb636c539e1c7f3 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.15.16"
 
 @node Instrumentos de cuerda con trastes
 @section Instrumentos de cuerda con trastes
@@ -592,7 +592,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
   }
 >>
@@ -615,7 +616,7 @@ la afinación.  El ejemplo anterior también se podría haber escrito
 como sigue:
 
 @lilypond[quote,verbatim]
-\makeStringTuning #'custom-tuning <c' g' d'' a''>
+"custom-tuning" = \stringTuning <c' g' d'' a''>
 
 mynotes = {
   c'4 e' g' c'' |
index c67c728fb71c50fa623babcf87c6322d36bf465f..6d2d8ca4624a36ff7503450714b60f042ea7e59e 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: Matthieu Jacquot
 @c Translation checkers: Jean-Charles Malahieude
@@ -570,7 +570,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
   }
 >>
@@ -592,7 +593,7 @@ l'identifiant de ce nouvel accordage et l'accord dont il est constitué.
 Nous pourrions donc écrire l'exemple précédent ainsi@tie{}:
 
 @lilypond[quote,verbatim]
-\makeStringTuning #'custom-tuning <c' g' d'' a''>
+"custom-tuning" = \stringTuning <c' g' d'' a''>
 
 mynotes = {
   c'4 e' g' c'' |
index 3cb4dadb6809960cd38bb7b43595352f03df0669..4574e9bda1b802841e1fa318d75c3723dbc7bd37 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.15.16"
 
 @node Fretted string instruments
 @section Fretted string instruments
@@ -589,7 +589,7 @@ for predefined fret diagrams
 The previous example could also be written as follows:
 
 @lilypond[quote,verbatim]
-\makeStringTuning #'custom-tuning <c' g' d'' a''>
+"custom-tuning" = \stringTuning <c' g' d'' a''>
 
 mynotes = {
   c'4 e' g' c'' |
index 2281bb9a82209cd3b944464dca1d8369cb27d62c..6651e21527c90a61f8eacc1b4fd5d872ee94a950 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.16"
 
 \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 stringTunings = #custom-tuning
     \mynotes
   }
 >>