]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/custodes.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / custodes.ly
index 6a4afbd601db333b94a424960ec42ed4d4b420f2..b653e146ac31d4649d2b4237277033b16a9b562b 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "ancient-notation, specific-notation, symbols-and-glyphs, tweaks-and-overrides"
@@ -20,21 +20,21 @@ Custodes may be engraved in various styles.
 \layout { ragged-right = ##t }
 
 \new Staff \with { \consists "Custos_engraver" } \relative c' {
-  \override Staff.Custos #'neutral-position = #4
+  \override Staff.Custos.neutral-position = #4
 
-  \override Staff.Custos #'style = #'hufnagel
+  \override Staff.Custos.style = #'hufnagel
   c1^"hufnagel" \break
   <d a' f'>1
 
-  \override Staff.Custos #'style = #'medicaea
+  \override Staff.Custos.style = #'medicaea
   c1^"medicaea" \break
   <d a' f'>1
 
-  \override Staff.Custos #'style = #'vaticana
+  \override Staff.Custos.style = #'vaticana
   c1^"vaticana" \break
   <d a' f'>1
 
-  \override Staff.Custos #'style = #'mensural
+  \override Staff.Custos.style = #'mensural
   c1^"mensural" \break
   <d a' f'>1
 }