]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly
lily.git: Rewrite translation markers.
[lilypond.git] / Documentation / snippets / defining-predefined-fretboards-for-other-instruments.ly
index 4a501b50a961364b557df8376a1f2f52a886f514..f6dc7d15cc462ad0a1bb9ce92bb2f0290c17ce5a 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.16"
 
 \header {
   lsrtags = "fretted-strings"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
   texidoces = "
 
 Se pueden añadir diagramas de posiciones predefinidas para
@@ -26,7 +26,7 @@ de las cuerdas.  Hay planes para corregir esto en un futuro.
   doctitlees = "Definición de posiciones predefinidas para otros instrumentos"
 
 
-%% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
+%% Translation of GIT committish: f23429bc5cfa9d141ef7b4509afc46c140308a1e
   texidocde = "
 Vordefinierte Bunddiagramme können für neue Instrumente hinzugefügt werden
 neben denen, die schon für die Gitarre definiert sind.  Dieses Schnipsel
@@ -44,7 +44,7 @@ enthalten.  Das soll in der Zukunft verbessert werden.
 "
   doctitlede = "Eigene vordefinierte Bunddiagramme für andere Instrumente erstellen"
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 
   texidocfr = "
 La liste des diagrammes standards prédéfinis pour la guitare peut être
@@ -75,7 +75,7 @@ diagram and the @code{TabStaff}, but not the music.
 
 
 These fretboards are not transposable because they contain string
-information.  This is planned to be corrected in the future. 
+information.  This is planned to be corrected in the future.
 
 "
   doctitle = "Defining predefined fretboards for other instruments"
@@ -116,7 +116,7 @@ gMajor = { <b\4 b\1 d\3 g\2> }
 #(set-global-staff-size 16)
 
 primerosNames = \chordmode {
-  d:6 d a:maj7 d:maj7 
+  d:6 d a:maj7 d:maj7
   g
 }
 primeros = {
@@ -134,7 +134,7 @@ primeros = {
     \new Staff {
       \new Voice \with {
         \remove "New_fingering_engraver"
-      } 
+      }
       \relative c'' {
         \primeros
       }
@@ -153,10 +153,10 @@ primeros = {
       \set TabStaff.stringTunings = #cuatroTuning
       \primeros
     }
-    
+
   >>
 
-  \layout { 
+  \layout {
     \context {
       \Score
       \override SpacingSpanner