]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/using-grace-note-slashes-with-normal-heads.ly
Imported Upstream version 2.12.3
[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.12.3"
4
5 \header {
6   lsrtags = "rhythms"
7
8   texidoc = "
9 The slash through the stem found in acciaccaturas can be applied in
10 other situations.
11
12 "
13   doctitle = "Using grace note slashes with normal heads"
14 } % begin verbatim
15
16 \relative c'' {
17   \override Stem #'stroke-style = #"grace"
18   c8( d2) e8( f4)
19 }
20