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