LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / creating-slurs-across-voices.ly
blobe4e55e6a98d7de6d1d26aa721179c3418ef28d57
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "expressive-marks, keyboards, unfretted-strings"
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
10 texidoces = "
11 En determinadas situaciones es necesario crear ligaduras de
12 expresión entre notas que están en voces distintas.
14 La solución es añadir notas invisibles a una de las voces
15 utilizando @code{\\hideNotes}.
17 Este ejemplo es el compás 235 de la Chacona de la segunda Partita
18 para violín solo, BWV 1004, de Bach.
21 doctitlees = "Hacer ligaduras entre voces distintas"
23 texidoc = "
24 In some situations, it may be necessary to create slurs between notes
25 from different voices.
27 The solution is to add invisible notes to one of the voices, using
28 @code{\\hideNotes}.
30 This example is measure 235 of the Ciaconna from Bach's 2nd Partita for
31 solo violin, BWV 1004.
34 doctitle = "Creating slurs across voices"
35 } % begin verbatim
37 \relative c' {
40 d16( a') s a s a[ s a] s a[ s a]
44 \slurUp
45 bes,16[ s e](
46 \hideNotes a)
47 \unHideNotes f[(
48 \hideNotes a)
49 \unHideNotes fis](
50 \hideNotes a)
51 \unHideNotes g[(
52 \hideNotes a)
53 \unHideNotes gis](
54 \hideNotes a)