X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcustodes.ly;h=e22f5a69f37b912508c760a41d0d585699567a92;hb=2f048e40f3c6bb1fda769caf537741c57d15d4ee;hp=4f7bf8841155cba70d05006a6b153e8a13790a30;hpb=820bbcbc38981f5a1866f291cdf40042ea686db0;p=lilypond.git diff --git a/Documentation/snippets/custodes.ly b/Documentation/snippets/custodes.ly index 4f7bf88411..e22f5a69f3 100644 --- a/Documentation/snippets/custodes.ly +++ b/Documentation/snippets/custodes.ly @@ -1,20 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.18.0" \header { - lsrtags = "specific-notation, ancient-notation, symbols-and-glyphs, tweaks-and-overrides" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - texidoces = " -Se pueden tipografiar «custos» en diferentes estilos. - -" - doctitlees = "Custos" + lsrtags = "ancient-notation, specific-notation, symbols-and-glyphs, tweaks-and-overrides" texidoc = " Custodes may be engraved in various styles. @@ -23,26 +16,24 @@ Custodes may be engraved in various styles. doctitle = "Custodes" } % begin verbatim - \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 1 - \override Staff.Custos #'style = #'medicaea + \override Staff.Custos.style = #'medicaea c1^"medicaea" \break 1 - \override Staff.Custos #'style = #'vaticana + \override Staff.Custos.style = #'vaticana c1^"vaticana" \break 1 - \override Staff.Custos #'style = #'mensural + \override Staff.Custos.style = #'mensural c1^"mensural" \break 1 } -