]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-ambitus-per-voice.ly
Docs: explain MacOS 10.3/10.4 setup
[lilypond.git] / input / lsr / adding-ambitus-per-voice.ly
index 8d130aa6729951992b2d317c53e83918d6d18dcb..842b5f09c49e78b5f6cf833b39a87bee3bde7c40 100644 (file)
@@ -1,26 +1,38 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
 %% 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.61"
 
 \header {
   lsrtags = "pitches, staff-notation, vocal-music"
 
 \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.
+
+"
+
+  texidoc = "
 Ambitus can be added per voice. In this case, the ambitus must be moved
 manually to prevent collisions. 
 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
 \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
   }
   \new Voice \with {
     \consists "Ambitus_engraver"
   } \relative c' {
     \voiceTwo
-    es4 f g as b1
+    es4 f g as
+    b1
   }
 >>
   }
 >>