]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index a430eaed79f4efe67d974f46b5b85d9b3c59ba75..082a767cc1ac8c019177cd95a65ec12376179041 100644 (file)
@@ -1,14 +1,17 @@
-% 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.18"
+%% Note: this file works from version 2.15.10
+\version "2.15.10"
 
 \header {
-%% Translation of GIT committish: ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
 
 
-  texidoc = "
+  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
@@ -16,7 +19,7 @@ nota real, como se muestra en el ejemplo siguiente.
 
 "
 
-  doctitle = "Ligaduras de guitarra"
+  doctitlees = "Ligaduras de guitarra"
 
   lsrtags = "fretted-strings"
 
@@ -36,6 +39,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
 }