]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/creating-slurs-across-voices.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / creating-slurs-across-voices.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.38"
4
5 \header {
6   lsrtags = "expressive-marks, keyboards, unfretted-strings"
7
8   texidoc = "
9 In some situations, you may want to create slurs between notes from
10 different voices.
11
12 The solution is to add invisible notes to one of the voices, using
13 \\hideNotes.
14
15 This example is bar 235 of the Ciaconna from Bach's 2nd Partita for
16 solo violin, BWV 1004.
17
18 "
19   doctitle = "Creating slurs across voices"
20 } % begin verbatim
21 \relative
22 <<
23   {d16( a') s a s a[ s a] s a[ s a] } \\
24   {\slurUp bes,[ s e]( \hideNotes a) \unHideNotes f[( \hideNotes a) \unHideNotes fis]( \hideNotes a) \unHideNotes g[( \hideNotes a) \unHideNotes gis]( \hideNotes a) }
25 >>
26