]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/glissandi-can-skip-grobs.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / glissandi-can-skip-grobs.ly
index 21edcefdf650cc6208515d7eaffa511b5e7a9380..5f20fe5c6cd14a292f83f5d0a90b85d9c82eacaa 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.16.0
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
@@ -16,6 +16,6 @@
 
 \relative c' {
   a2 \glissando
-  \once \override NoteColumn #'glissando-skip = ##t
+  \once \override NoteColumn.glissando-skip = ##t
   f''4 d,
 }