]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Merge branch 'translation' into 'master'
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index 0e508bcb362bf8856ba229fba3fd8ec141eb6727..e2e2b802f24fede1310cb090275fc24d0b14ca1d 100644 (file)
@@ -4,33 +4,10 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.15.10
-\version "2.15.10"
+%% Note: this file works from version 2.17.30
+\version "2.17.30"
 
 \header {
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-
-
-  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"
-
-%% Translation of GIT committish: 0
-  texidocfr = "
-Contrairement au glissando, un @qq{slide} peut aller d'un point non
-précisé du manche jusqu'à un fret spécifique.  Ceci peut s'indiquer à
-l'aide d'une note d'ornement masquée précédant la note effectivement
-jouée, comme dans l'exemple suivant.
-
-"
-  doctitlefr = "Indication d'un glissé de guitare"
-
   lsrtags = "fretted-strings"
 
   texidoc = "
@@ -46,12 +23,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' {