]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/using-grace-note-slashes-with-normal-heads.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / using-grace-note-slashes-with-normal-heads.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "rhythms"
7
8 %% Translation of GIT committish: 5a33019d8b4a837f564eadd4979501ff07e9dfd5
9   texidoces = "
10
11 Es posible aplicar la barrita que cruza la barra de las
12 acciaccaturas, en otras situaciones.
13
14 "
15
16   doctitlees = "Utilizar la barra que tacha las notas de adorno con notas normales"
17
18   texidoc = "
19 The slash through the stem found in acciaccaturas can be applied in
20 other situations.
21
22 "
23   doctitle = "Using grace note slashes with normal heads"
24 } % begin verbatim
25
26 \relative c'' {
27   \override Stem #'stroke-style = #"grace"
28   c8( d2) e8( f4)
29 }
30