blob: c7f471d09bec9e1aa45c75cefb9927c0593bde94 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
% DO NOT EDIT this file manually; it is automatically
% generated from Documentation/snippets/new
% Make any changes in Documentation/snippets/new/
% and then run scripts/auxiliar/makelsr.py
%
% This file is in the public domain.
%% Note: this file works from version 2.17.6
\version "2.18.0"
\header {
= "rhythms"
= "
The slash through the stem found in acciaccaturas can be applied in
other situations.
"
= "Using grace note slashes with normal heads"
} % begin verbatim
\relative c'' {
\override Flag.stroke-style = #"grace"
c8( d2) e8( f4)
}
|