]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/changes.tely
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / es / changes.tely
index 2b67fec9e202cba78a0dd2cb08041b2ce08325e5..0b241f71a159b50dfa88369d9d8aa7d16a67c8dd 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: 3724ee24288f466dc1153f21b4f6517374e336f6
+    Translation of GIT committish: 7ba0a22641cb0c7f5949d66a06d1e2e1fd0b3033
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -234,7 +234,12 @@ que no sean nĂºmeros:
 @lilypond[verbatim,quote,relative=1]
 \new TabStaff
 \with {
-  stringTunings = #'(17 14 9 5 2 -3)
+  stringTunings = #`(,(ly:make-pitch 1 3 NATURAL)
+                    ,(ly:make-pitch 1 1 NATURAL)
+                    ,(ly:make-pitch 0 5 NATURAL)
+                    ,(ly:make-pitch 0 3 NATURAL)
+                    ,(ly:make-pitch 0 1 NATURAL)
+                    ,(ly:make-pitch -1 5 NATURAL))
   tablatureFormat = #fret-letter-tablature-format
 }
 \new TabVoice {