LSR: Update.
[lilypond.git] / input / lsr / adding-ambitus-per-voice.ly
blobd62f4819955de31777709140df1dc05b42e1dbda
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.66"
5 \header {
6 lsrtags = "pitches, staff-notation, vocal-music"
8 doctitlees = "Añadir un ámbito por voz"
9 texidoces = "
10 Se puede añadir un ámbito por cada voz. En este caso, el ámbito se
11 debe desplazar manualmente para evitar colisiones.
15 texidocde = "
16 Ambitus können pro Stimme gesetzt werden. In diesem Fall müssen sie
17 manual verschoben werden, um Zusammenstöße zu verhindern.
20 doctitlede = "Ambitus pro Stimme hinzufügen"
22 texidoc = "
23 Ambitus can be added per voice. In this case, the ambitus must be moved
24 manually to prevent collisions.
27 doctitle = "Adding ambitus per voice"
28 } % begin verbatim
30 \new Staff <<
31 \new Voice \with {
32 \consists "Ambitus_engraver"
33 } \relative c'' {
34 \override Ambitus #'X-offset = #2.0
35 \voiceOne
36 c4 a d e
39 \new Voice \with {
40 \consists "Ambitus_engraver"
41 } \relative c' {
42 \voiceTwo
43 es4 f g as