]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index 1bf21c0ac158e04eeda08d78472f6da2869521ff..205edecfdaa3e1188b9cc2517317b84a25fdeed8 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.17.20
-\version "2.17.20"
+\version "2.17.30"
 
 \header {
   lsrtags = "fretted-strings"
@@ -23,9 +23,9 @@ in the following example.
 %% Hide fret number: useful to draw slide into/from a casual point of
 %% the fretboard.
 hideFretNumber = {
-  \once \override TabNoteHead.transparent = ##t
-  \once \override NoteHead.transparent = ##t
-  \once \override Stem.transparent = ##t
+  \once \hide TabNoteHead
+  \once \hide NoteHead
+  \once \hide Stem
   \once \override NoteHead.no-ledgers = ##t
   \once \override Glissando.bound-details.left.padding = #0.3
 }