]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chord-glissando-in-tablature.ly
makelsr updates
[lilypond.git] / Documentation / snippets / new / chord-glissando-in-tablature.ly
index 1f5e08834d06d67a4e39bd9a0d7b1d1e74b229e0..04343899700a31af1676bbb5acfc517756fdf9dd 100644 (file)
@@ -1,19 +1,17 @@
-\version "2.13.53"
+\version "2.14.0"
 
 \header {
   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.
+string calculations are different for chords and for single notes.
 "
   doctitle = "Chord glissando in tablature"
 }
 
 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 {