X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchord-glissando-in-tablature.ly;h=a5b221cf28a84c908cfa39fec19dd1e5e2dc05d2;hb=fd466bdc47728eb1b00b947cafe67a2e0d80c58b;hp=bbcef7d5dd37386abd9c20d33f68b18eb6a7fcf7;hpb=84b8bdebe095fe005a330d26807449bf940867b0;p=lilypond.git diff --git a/Documentation/snippets/chord-glissando-in-tablature.ly b/Documentation/snippets/chord-glissando-in-tablature.ly index bbcef7d5dd..a5b221cf28 100644 --- a/Documentation/snippets/chord-glissando-in-tablature.ly +++ b/Documentation/snippets/chord-glissando-in-tablature.ly @@ -1,56 +1,24 @@ -% 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.14.0 -\version "2.14.0" +%% 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: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - - 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. - -" - - doctitlees = "Glissando de acordes en tablatura" - -%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 - texidocde = " -Gleiten von Akkorden kann sowohl im normalen Notensystem als auch in einer -Tabulatur notiert werden. Saitennummern werden für Tabulaturen -benötigt, weil die automatische Saitenberechnung unterschiedlich für -Akkorde und einzelne Noten funktioniert. -" - doctitlede = "Akkordglissando in Tabulaturen" - - -%% Translation of GIT committish: 40bf2b38d674c43f38058494692d1a0993fad0bd - texidocfr = " -Un glissando sur des accords s'indique dans un @code{TabStaff} de la -même manière que dans un @code{Staff}, à ceci près que nous aurons -besoin des numéros de corde afin de déterminer correctement les frets -d'arrivée. - -" - doctitlefr = "Glissando d'accords et tablature" - - 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. +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' { 1 \glissando }