]> 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 745067bc128856a31d27cf6d5e3b486452f26eb0..4b9ed6550c1bbd6254d63965e81a9a441b0b0708 100644 (file)
@@ -4,23 +4,10 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.13.36
-\version "2.13.36"
+%% Note: this file works from version 2.16.0
+\version "2.17.6"
 
 \header {
-%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
-
-
-  texidoces = "
-A diferencia de los glissandos, los @q{slides} o ligaduras pueden
-partir de un punto impreciso del mástil hasta un traste específico.
-Una buena forma de hacerlo es añadir una nota de mordente antes de la
-nota real, como se muestra en el ejemplo siguiente.
-
-"
-
-  doctitlees = "Ligaduras de guitarra"
-
   lsrtags = "fretted-strings"
 
   texidoc = "
@@ -36,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' {