]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index a1d6c618f4f71efa52fdfe46f8751f91c8a0c8cc..205edecfdaa3e1188b9cc2517317b84a25fdeed8 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.20"
+%% Note: this file works from 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
 }