]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Update snippets from today's LSR with changed makelsr.py
[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   lsrtags = "rhythms"
12
13   texidoc = "
14 The slash through the stem found in acciaccaturas can be applied in
15 other situations.
16
17 "
18   doctitle = "Using grace note slashes with normal heads"
19 } % begin verbatim
20
21
22 \relative c'' {
23   \override Flag #'stroke-style = #"grace"
24   c8( d2) e8( f4)
25 }