]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-glissandi-breakable.ly
Merge branch 'translation'
[lilypond.git] / Documentation / snippets / making-glissandi-breakable.ly
index 444c98e9b6116c150370a2034d56fd8414fb291c..16799a19cfde7d9a4d90cae5e2d7d1f158773331 100644 (file)
@@ -4,8 +4,8 @@
 % 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.17.6"
+%% Note: this file works from version 2.17.30
+\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
 }