X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fancient-fonts.ly;h=13630ace02364334bcfc93c11a2cc40236629f61;hb=91f8d0ab0bfbd603b8f7801ef9f5c03529cbfa66;hp=9af86f0ff48bc5989d211f8f15026c156c377cd3;hpb=b01ca49c05566b73d690ae84fda6040b24fcf73f;p=lilypond.git diff --git a/Documentation/snippets/ancient-fonts.ly b/Documentation/snippets/ancient-fonts.ly index 9af86f0ff4..13630ace02 100644 --- a/Documentation/snippets/ancient-fonts.ly +++ b/Documentation/snippets/ancient-fonts.ly @@ -1,42 +1,24 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.16.0 %% This file is in the public domain. -\version "2.15.2" +\version "2.16.0" \header { - lsrtags = "ancient-notation" - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -Aquí se muestran muchos de (¿o quizá todos?) los símbolos que -están contemplados por la capacidad de LilyPond para la música -antigua. -" - - doctitlees = "Tipografía de música antigua" - - -%% Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea - texidocfr =" -Voici comment graver la plupart, sinon tous les symboles que -LilyPond prend en charge en matière de musique ancienne. - -" - doctitlefr = "Gravure de musique ancienne" + lsrtags = "ancient-notation, symbols-and-glyphs" texidoc = " Shown here are many (all?) of the symbols that are included in LilyPond's support for ancient notation. - - - " doctitle = "Ancient fonts" } % begin verbatim + upperStaff = \new VaticanaStaff = "upperStaff" << \context VaticanaVoice << \transpose c c { @@ -230,7 +212,7 @@ lowerStaff = \new MensuralStaff = "lowerStaff" << \MensuralVoice \override NoteHead #'style = #'neomensural \override Rest #'style = #'neomensural - \override Stem #'flag-style = #'mensural + \override Flag #'style = #'mensural \override Stem #'thickness = #1.0 } \context { @@ -248,4 +230,3 @@ lowerStaff = \new MensuralStaff = "lowerStaff" << } } } -