]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chord-glissando-in-tablature.ly
CG: explicitly detail the correct values for git cl config
[lilypond.git] / Documentation / snippets / chord-glissando-in-tablature.ly
index 89faf42eae73422838f0363f2871382273dffaca..a5b221cf28a84c908cfa39fec19dd1e5e2dc05d2 100644 (file)
@@ -1,39 +1,26 @@
-% 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.53
-\version "2.13.53"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 69d7781c6ab26df02bc81ff1eb294d47fa673491
-
-  texidoces = "
-Los deslizamientos para acordes se pueden indicar tanto en el contexto
-Staff como en TabStaff.  Los números de cuerda son necesarios para
-TabStaff porque los cálculos de cuerda automáticos son diferentes para
-los acordes y para notas sueltas, y @code{\\chordGlissando} traza
-líneas entre las notas individuales.
-
-"
-
-  doctitlees = "Glissando de acordes en tablatura"
   lsrtags = "fretted-strings"
+
   texidoc = "
-Slides for chords can be indicated in both Staff and TabStaff.
-String numbers are necessary for TabStaff because automatic
-string calculations are different for chords and for single notes,
-and @code{\\chordGlissando} draws lines between single notes.
+Slides for chords can be indicated in both @code{Staff} and
+@code{TabStaff}. String numbers are necessary for @code{TabStaff}
+because automatic string calculations are different for chords and for
+single notes.
+
 "
   doctitle = "Chord glissando in tablature"
 } % begin verbatim
 
-
 myMusic = \relative c' {
-  \chordGlissando
-  <c\3 e\2 g\1>8 <f\3 a\2 c\1>
+  <c\3 e\2 g\1>1 \glissando <f\3 a\2 c\1>
 }
 
 \score {