summaryrefslogtreecommitdiff
path: root/Documentation/snippets/glissandi-can-skip-grobs.ly
blob: 98976fc5bbe73537ed21ac1b86bc1dcf1a2351b2 (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.15.12
\version "2.15.12"

\header {
%% Translation of GIT committish: 8329db420f98f9d2f03ee8aec740b7ccf770b0d2
  texidocfr = "
Un glissando peut sauter un objet @code{NoteColumn}."

  doctitlefr = "Glissando par dessus un objet graphique"

  lsrtags = "expressive marks, staff-notation, tweaks-and-overrides"
  texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi."
}

\relative c' {
  a2 \glissando
  \once \override NoteColumn #'glissando-skip = ##t
  f''4 d,
}