]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index 7876f457c969edd1dc8f1d0947b00db0ba856ab7..4b9ed6550c1bbd6254d63965e81a9a441b0b0708 100644 (file)
@@ -1,8 +1,11 @@
-% Do not edit this file; it is automatically
+% DO NOT EDIT this file manually; it is automatically
 % generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
 % This file is in the public domain.
-%% Note: this file works from version 2.13.4
-\version "2.13.4"
+%% Note: this file works from version 2.16.0
+\version "2.17.6"
 
 \header {
   lsrtags = "fretted-strings"
@@ -20,11 +23,12 @@ 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 NoteHead #'no-ledgers = ##t
-  \once \override Glissando #'(bound-details left padding) = #0.3
+  \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
 }
 
 music= \relative c' {