]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Allow open strings in chords regardless of finger positions
[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 Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.15.15
8 \version "2.15.15"
9
10 \header {
11 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
12   texidoces = "
13
14 Es posible aplicar la barrita que cruza la barra de las
15 acciaccaturas, en otras situaciones.
16
17 "
18
19   doctitlees = "Utilizar la barra que tacha las notas de adorno con notas normales"
20
21
22
23 %% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b
24   texidocfr = "
25 Le trait que l'on trouve sur les hampes des acciaccatures peut
26 être appliqué dans d'autres situations.
27
28 "
29   doctitlefr = "Utilisation de hampe barrée pour une note normale"
30
31   lsrtags = "rhythms"
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
42 \relative c'' {
43   \override Flag #'stroke-style = #"grace"
44   c8( d2) e8( f4)
45 }
46