X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-ambitus-per-voice.ly;h=10e277199e4bc91444b588d662e5025bc8d7808e;hb=64476e23a2baea26be731b11a5c4a62cb0ff7be0;hp=8d130aa6729951992b2d317c53e83918d6d18dcb;hpb=f38331f2a44d40bb22b1b0a321463d0eae05e1bf;p=lilypond.git diff --git a/input/lsr/adding-ambitus-per-voice.ly b/input/lsr/adding-ambitus-per-voice.ly index 8d130aa672..10e277199e 100644 --- a/input/lsr/adding-ambitus-per-voice.ly +++ b/input/lsr/adding-ambitus-per-voice.ly @@ -1,26 +1,46 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.62" \header { lsrtags = "pitches, staff-notation, vocal-music" - texidoc = " + + doctitlees = "Añadir un ámbito por voz" + texidoces = " +Se puede añadir un ámbito por cada voz. En este caso, el ámbito se +debe desplazar manualmente para evitar colisiones. + +" + +texidocde = " +Ambitus können pro Stimme gesetzt werden. In diesem Fall müssen sie +manual verschoben werden, um Zusammenstöße zu verhindern. + +" +doctitlede = "Ambitus pro Stimme hinzufügen" + + texidoc = " Ambitus can be added per voice. In this case, the ambitus must be moved manually to prevent collisions. -" } -% begin verbatim + +" + doctitle = "Adding ambitus per voice" +} % begin verbatim + \new Staff << \new Voice \with { \consists "Ambitus_engraver" } \relative c'' { \override Ambitus #'X-offset = #2.0 \voiceOne - c4 a d e f1 + c4 a d e + f1 } \new Voice \with { \consists "Ambitus_engraver" } \relative c' { \voiceTwo - es4 f g as b1 + es4 f g as + b1 } >>