]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingering-symbols-for-wind-instruments.ly
f95dc11fd77df79e045b2a98a2929c6d5693fa6e
[lilypond.git] / Documentation / snippets / fingering-symbols-for-wind-instruments.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "winds"
8
9 %% Translation of GIT committish: 298a2c322d7e4f437f3dd1a24db2839e3f35acce
10   texidoces = "
11 Se pueden conseguir símbolos especiales combinando glifos existentes,
12 lo que es de utilidad para la notación de instrumentos de viento.
13
14 "
15   doctitlees = "Símbolos de digitación para instrumentos de viento"
16
17 %% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
18   texidocfr = "
19 Des sumboles spécifiques peuvent être obtenus en combinant les glyphes
20 disponibles, ce qui est tout à fait indiqué en matière d'instrument à vent.
21
22 "
23   doctitlefr = "Symboles de doigtés pour instruments à vent"
24
25
26   texidoc = "
27 Special symbols can be achieved by combining existing glyphs, which is
28 useful for wind instruments.
29
30 "
31   doctitle = "Fingering symbols for wind instruments"
32 } % begin verbatim
33
34 centermarkup = {
35   \once \override TextScript #'self-alignment-X = #CENTER
36   \once \override TextScript #'X-offset =#(ly:make-simple-closure
37     `(,+
38       ,(ly:make-simple-closure (list
39         ly:self-alignment-interface::centered-on-x-parent))
40       ,(ly:make-simple-closure (list
41         ly:self-alignment-interface::x-aligned-on-self))))
42 }
43 \score
44 {\relative c'
45   {
46     g\open
47     \once \override TextScript #'staff-padding = #-1.0 \centermarkup
48     g^\markup{\combine \musicglyph #"scripts.open" \musicglyph
49     #"scripts.tenuto"}
50     \centermarkup g^\markup{\combine \musicglyph #"scripts.open"
51     \musicglyph #"scripts.stopped"}
52     g\stopped
53   }
54 }
55