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