X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-slurs-across-voices.ly;h=74e82c55e22b194a7d1900f07d7529ec30b707c2;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=30ef2d93ea1af7425be5981c487f22f9bebba9df;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/creating-slurs-across-voices.ly b/Documentation/snippets/creating-slurs-across-voices.ly index 30ef2d93ea..74e82c55e2 100644 --- a/Documentation/snippets/creating-slurs-across-voices.ly +++ b/Documentation/snippets/creating-slurs-across-voices.ly @@ -4,24 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "expressive-marks, keyboards, unfretted-strings" - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - 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 @@ -37,6 +23,7 @@ solo violin, BWV 1004. doctitle = "Creating slurs across voices" } % begin verbatim + \relative c' { << { @@ -58,4 +45,3 @@ solo violin, BWV 1004. } >> } -