X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchord-glissando-in-tablature.ly;h=2fff4520867254e51096f15bcf37f6ed270ac37c;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=f1ab4d37cd0e34db1e6fa44a682de4eb4dfa5e49;hpb=d7a465a71d44e4710602cfe618edddddd437872a;p=lilypond.git diff --git a/Documentation/snippets/chord-glissando-in-tablature.ly b/Documentation/snippets/chord-glissando-in-tablature.ly index f1ab4d37cd..2fff452086 100644 --- a/Documentation/snippets/chord-glissando-in-tablature.ly +++ b/Documentation/snippets/chord-glissando-in-tablature.ly @@ -1,29 +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.14.2" \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. +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 - -\include "chord-glissando-init.ly" - myMusic = \relative c' { - \chordGlissando - 8 + 1 \glissando } \score {