]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index 0404ed782bfbc0ec7356340f346bbadfa925312a..dd1cbd8d03315ae4480561c1a3c50ad105794839 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.15.10
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
-
-
-  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 = "
@@ -39,6 +26,7 @@ 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
 }