]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/custodes.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / custodes.ly
index bc0ed14f9e5e9f1ce0da64fc7f01af7eb982b73a..53f5d5150ae1858315e265590fd42d2bd6390fe6 100644 (file)
@@ -1,36 +1,34 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: ancient-notation, tweaks-and-overrides
-\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.51"
 
-\header { texidoc = "
-Custodes may be engraved in various styles.
-" }
-% begin verbatim
-\layout {
-  \context {
-    \Staff
-    \consists Custos_engraver
-  }
-  ragged-right = ##t
-}
-
-{
-  \override Staff.Custos  #'neutral-position = #4
+\header {
+  lsrtags = "ancient-notation, tweaks-and-overrides"
 
-  \override Staff.Custos  #'style = #'hufnagel
-  c'1^"hufnagel"
-  \break < d' a' f''>1
-
-  \override Staff.Custos  #'style = #'medicaea
-  c'1^"medicaea"
-  \break < d' a' f''>1
+  texidoc = "
+Custodes may be engraved in various styles.
 
-  \override Staff.Custos  #'style = #'vaticana
-  c'1^"vaticana"
-  \break < d' a' f''>1
+"
+  doctitle = "Custodes"
+} % begin verbatim
+\layout { ragged-right = ##t }
 
-  \override Staff.Custos  #'style = #'mensural
-  c'1^"mensural"
-  \break < d' a' f''>1
+\new Staff \with { \consists "Custos_engraver" } \relative c' {
+  \override Staff.Custos #'neutral-position = #4
+  
+  \override Staff.Custos #'style = #'hufnagel
+  c1^"hufnagel" \break
+  <d a' f'>
+  
+  \override Staff.Custos #'style = #'medicaea
+  c^"medicaea" \break
+  <d a' f'>
+  
+  \override Staff.Custos #'style = #'vaticana
+  c^"vaticana" \break
+  <d a' f'>
+  
+  \override Staff.Custos #'style = #'mensural
+  c^"mensural" \break
+  <d a' f'>
 }
-