]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-glissandi-breakable.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / snippets / making-glissandi-breakable.ly
index 444c98e9b6116c150370a2034d56fd8414fb291c..fd7b1e92c1cd639b9ef44b846891ca9741228555 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.17.6
-\version "2.17.6"
+\version "2.17.30"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides"
@@ -22,7 +22,7 @@ at a line break:
 
 glissandoSkipOn = {
   \override NoteColumn.glissando-skip = ##t
-  \override NoteHead.transparent = ##t
+  \hide NoteHead
   \override NoteHead.no-ledgers = ##t
 }