blob: 755a3ae4812e1bb76f2dbc0dc0218bc3b395430c (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% 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 {
= "expressive-marks, staff-notation, tweaks-and-overrides"
= "Glissandi can skip grobs"
= "@code{NoteColumn} grobs can be skipped over by glissandi."
} % begin verbatim
\relative c' {
a2 \glissando
\once \override NoteColumn.glissando-skip = ##t
f''4 d,
}
|