]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.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.0"
8
9 \header {
10   lsrtags = "rhythms"
11
12 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
13   texidoces = "
14
15 Es posible aplicar la barrita que cruza la barra de las
16 acciaccaturas, en otras situaciones.
17
18 "
19
20   doctitlees = "Utilizar la barra que tacha las notas de adorno con notas normales"
21
22
23
24 %% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b
25   texidocfr = "
26 Le trait que l'on trouve sur les hampes des acciaccatures peut
27 être appliqué dans d'autres situations.
28
29 "
30
31   doctitlefr = "Utilisation de hampe barrée pour une note normale"
32
33   texidoc = "
34 The slash through the stem found in acciaccaturas can be applied in
35 other situations.
36
37 "
38   doctitle = "Using grace note slashes with normal heads"
39 } % begin verbatim
40
41 \relative c'' {
42   \override Stem #'stroke-style = #"grace"
43   c8( d2) e8( f4)
44 }
45