]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/accordion-discant-symbols.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / accordion-discant-symbols.ly
index a0f702d90c184a9485a225c478eab91a2267bc2f..e1dfb230bae01d2533c5a3092673430e0c5865ed 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.16"
+\version "2.13.39"
 
 \header {
   lsrtags = "keyboards"
 
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 Los símbolos específicos de acordeón discanto se escriben mediante
 @code{\\markup}.  Se puede trucar la colocación vertical de los
@@ -36,10 +36,10 @@ vertical placement of the symbols can be tweaked by changing the
 } % begin verbatim
 
 discant = \markup {
-  \musicglyph #"accordion.accDiscant"
+  \musicglyph #"accordion.discant"
 }
 dot = \markup {
-  \musicglyph #"accordion.accDot"
+  \musicglyph #"accordion.dot"
 }
 
 \layout { ragged-right = ##t }