Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / lsr / adding-ambitus-per-voice.ly
blob66d04fe8628c4c75415c22f3fd5f6d2d1a641614
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.48"
5 \header {
6 lsrtags = "pitches, staff-notation, vocal-music"
8 texidoc = "
9 Ambitus can be added per voice. In this case, the ambitus must be moved
10 manually to prevent collisions.
13 doctitle = "Adding ambitus per voice"
14 } % begin verbatim
15 \new Staff <<
16 \new Voice \with {
17 \consists "Ambitus_engraver"
18 } \relative c'' {
19 \override Ambitus #'X-offset = #2.0
20 \voiceOne
21 c4 a d e
24 \new Voice \with {
25 \consists "Ambitus_engraver"
26 } \relative c' {
27 \voiceTwo
28 es4 f g as