]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-ambiti-per-voice.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / adding-ambiti-per-voice.ly
index b29df5795225834ebe60b77abb0c1c599de33e0f..2be46181f91fded7f25bbc0f28e4be072d6cf67b 100644 (file)
@@ -1,13 +1,14 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: pitches, staff-notation, vocal-music
-\version "2.11.35"
+%% 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"
 
-\header { texidoc = "
+\header {
+  lsrtags = "pitches, staff-notation, vocal-music"
+ texidoc = "
 Ambits can be added per voice. In that case, the ambitus must be moved
 manually to prevent collisions. 
 " }
-
-{
+% begin verbatim
 \new Staff <<
   \new Voice \with {
     \consists "Ambitus_engraver"
@@ -23,5 +24,3 @@ manually to prevent collisions.
        es4 f g as b1
   }
 >>
-
-}