]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/guitar-slides.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / guitar-slides.ly
index a3a3ee80ac73be1015a018d0a8d21f2deb9ae52b..c65a265cf818a556757e524f3d6d1436887fb0a1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.30"
 
 \header {
   lsrtags = "fretted-strings"
@@ -15,12 +15,11 @@ 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 \override Flag #'transparent = ##t
-  \once \override NoteHead #'no-ledgers = ##t
-  \once \override Glissando #'(bound-details left padding) = #0.3
+  \once \hide TabNoteHead
+  \once \hide NoteHead
+  \once \hide Stem
+  \once \override NoteHead.no-ledgers = ##t
+  \once \override Glissando.bound-details.left.padding = #0.3
 }
 
 music= \relative c' {