]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/accordion-discant-symbols.ly
LSR updates from tarball
[lilypond.git] / Documentation / snippets / accordion-discant-symbols.ly
index 096d76dd127769f55d7d5c8dda127e2880b20952..dae241adb4797e47d97c5d1c5201dfbe961d866f 100644 (file)
@@ -4,12 +4,12 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "keyboards"
+  lsrtags = "specific-notation, workaround, keyboards, symbols-and-glyphs"
 
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Los símbolos específicos de acordeón discanto se escriben mediante
 @code{\\markup}.  Se puede trucar la colocación vertical de los
@@ -27,6 +27,15 @@ Die vertikale Position der einzelnen Elemente werden mit @code{\\raise}
 angepasst.
 "
 
+%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
+  texidocfr = "
+Les symboles spécifiques au clavier main droite d'un accordéon
+s'indiquent à l'aide de @code{\\markup}.  Le positionnement de tels
+symboles s'ajuste grâce à des arguments @code{\\raise}.
+
+"
+  doctitlefr = "Symboles de chant pour accordéon"
+
   texidoc = "
 Accordion discant-specific symbols are added using @code{\\markup}. The
 vertical placement of the symbols can be tweaked by changing the
@@ -38,6 +47,7 @@ vertical placement of the symbols can be tweaked by changing the
   doctitle = "Accordion-discant symbols"
 } % begin verbatim
 
+
 discant = \markup {
   \musicglyph #"accordion.discant"
 }