X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-slurs-across-voices.ly;h=74e82c55e22b194a7d1900f07d7529ec30b707c2;hb=354e5ce3edd1dba03b4ecb68fc766bb46235f5d2;hp=8097fa2ac99158a5b69b87430be131d4d982a152;hpb=f2fbf0dd215c8af6a30aae6c9634f3b92333b0ab;p=lilypond.git diff --git a/Documentation/snippets/creating-slurs-across-voices.ly b/Documentation/snippets/creating-slurs-across-voices.ly index 8097fa2ac9..74e82c55e2 100644 --- a/Documentation/snippets/creating-slurs-across-voices.ly +++ b/Documentation/snippets/creating-slurs-across-voices.ly @@ -1,24 +1,13 @@ -%% Do not edit this file; it is automatically +%% 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.12.2" +\version "2.16.0" \header { - lsrtags = "expressive-marks, keyboards, unfretted-strings" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - texidoces = " -En determinadas situaciones es necesario crear ligaduras de -expresión entre notas que están en voces distintas. - -La solución es añadir notas invisibles a una de las voces -utilizando @code{\\hideNotes}. - -Este ejemplo es el compás 235 de la Chacona de la segunda Partita -para violín solo, BWV 1004, de Bach. - -" - doctitlees = "Hacer ligaduras entre voces distintas" + lsrtags = "connecting-notes, expressive-marks, keyboards, real-music, unfretted-strings" texidoc = " In some situations, it may be necessary to create slurs between notes @@ -34,6 +23,7 @@ solo violin, BWV 1004. doctitle = "Creating slurs across voices" } % begin verbatim + \relative c' { << { @@ -55,4 +45,3 @@ solo violin, BWV 1004. } >> } -