]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/glissandi-can-skip-grobs.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / glissandi-can-skip-grobs.ly
diff --git a/Documentation/snippets/glissandi-can-skip-grobs.ly b/Documentation/snippets/glissandi-can-skip-grobs.ly
new file mode 100644 (file)
index 0000000..f58120b
--- /dev/null
@@ -0,0 +1,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.15.12
+\version "2.16.0"
+
+\header {
+  lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
+  doctitle = "Glissandi can skip grobs"
+  texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi."
+} % begin verbatim
+
+
+\relative c' {
+  a2 \glissando
+  \once \override NoteColumn #'glissando-skip = ##t
+  f''4 d,
+}