]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/guitar-slides.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / guitar-slides.ly
index e19db0679550a510044eda304fc683b59f671e65..c65a265cf818a556757e524f3d6d1436887fb0a1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.20"
+\version "2.17.30"
 
 \header {
   lsrtags = "fretted-strings"
@@ -15,9 +15,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
 }