]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
LSR: update.
[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.20"
5
6 \header {
7   lsrtags = "rhythms"
8
9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
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
21 %% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b
22   texidocfr = "
23 Le trait que l'on trouve sur les hampes des acciaccatures peut
24 être appliqué dans d'autres situations.
25
26 "
27
28   doctitlefr = "Utilisation de hampe barrée pour une note normale"
29
30   texidoc = "
31 The slash through the stem found in acciaccaturas can be applied in
32 other situations.
33
34 "
35   doctitle = "Using grace note slashes with normal heads"
36 } % begin verbatim
37
38 \relative c'' {
39   \override Stem #'stroke-style = #"grace"
40   c8( d2) e8( f4)
41 }
42