]> 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 f310d35521716b15dfdab781b53bfe709f4e1f35..2be46181f91fded7f25bbc0f28e4be072d6cf67b 100644 (file)
@@ -1,14 +1,14 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: pitches, staff-notation, vocal-music
-\version "2.11.35"
+\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"
@@ -24,5 +24,3 @@ manually to prevent collisions.
        es4 f g as b1
   }
 >>
-
-}