]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/making-glissandi-breakable.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / making-glissandi-breakable.ly
index 0be9f4b0acdd11be1cf3c1980361319d4e7c90cb..bf065ac79148ea450d8c870de07c0a82cdc143db 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.30"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides"
@@ -14,7 +14,7 @@ at a line break:
 
 glissandoSkipOn = {
   \override NoteColumn.glissando-skip = ##t
-  \override NoteHead.transparent = ##t
+  \hide NoteHead
   \override NoteHead.no-ledgers = ##t
 }