]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fingering-symbols-for-wind-instruments.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / fingering-symbols-for-wind-instruments.ly
index 31135a7b419ea476d862ddc265935cd21c41282b..e4ea09092fa0cddc632e2df4394ad8c2067a735a 100644 (file)
@@ -4,27 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
-  lsrtags = "winds"
-
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  texidoces = "
-Se pueden conseguir símbolos especiales combinando glifos existentes,
-lo que es de utilidad para la notación de instrumentos de viento.
-
-"
-  doctitlees = "Símbolos de digitación para instrumentos de viento"
-
-%% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
-  texidocfr = "
-Des sumboles spécifiques peuvent être obtenus en combinant les glyphes
-disponibles, ce qui est tout à fait indiqué en matière d'instrument à vent.
-
-"
-  doctitlefr = "Symboles de doigtés pour instruments à vent"
-
+  lsrtags = "symbols-and-glyphs, winds"
 
   texidoc = "
 Special symbols can be achieved by combining existing glyphs, which is
@@ -35,8 +18,8 @@ useful for wind instruments.
 } % begin verbatim
 
 centermarkup = {
-  \once \override TextScript #'self-alignment-X = #CENTER
-  \once \override TextScript #'X-offset =#(ly:make-simple-closure
+  \once \override TextScript.self-alignment-X = #CENTER
+  \once \override TextScript.X-offset =#(ly:make-simple-closure
     `(,+
       ,(ly:make-simple-closure (list
         ly:self-alignment-interface::centered-on-x-parent))
@@ -47,7 +30,7 @@ centermarkup = {
 {\relative c'
   {
     g\open
-    \once \override TextScript #'staff-padding = #-1.0 \centermarkup
+    \once \override TextScript.staff-padding = #-1.0 \centermarkup
     g^\markup{\combine \musicglyph #"scripts.open" \musicglyph
     #"scripts.tenuto"}
     \centermarkup g^\markup{\combine \musicglyph #"scripts.open"
@@ -55,4 +38,3 @@ centermarkup = {
     g\stopped
   }
 }
-