]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/custodes.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / custodes.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "ancient-notation, tweaks-and-overrides"
8
9 %% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
10   texidoces = "
11 Se pueden tipografiar «custos» en diferentes estilos.
12
13 "
14   doctitlees = "Custos"
15
16   texidoc = "
17 Custodes may be engraved in various styles.
18
19 "
20   doctitle = "Custodes"
21 } % begin verbatim
22
23 \layout { ragged-right = ##t }
24
25 \new Staff \with { \consists "Custos_engraver" } \relative c' {
26   \override Staff.Custos #'neutral-position = #4
27
28   \override Staff.Custos #'style = #'hufnagel
29   c1^"hufnagel" \break
30   <d a' f'>1
31
32   \override Staff.Custos #'style = #'medicaea
33   c1^"medicaea" \break
34   <d a' f'>1
35
36   \override Staff.Custos #'style = #'vaticana
37   c1^"vaticana" \break
38   <d a' f'>1
39
40   \override Staff.Custos #'style = #'mensural
41   c1^"mensural" \break
42   <d a' f'>1
43 }
44