X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchant-or-psalms-notation.ly;h=b9d1dbc7bd2ee7d4edd1eb015c28cc6268499800;hb=84b8bdebe095fe005a330d26807449bf940867b0;hp=8cf1e9d13b664f872f1d33b7f76067bbef995d7f;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index 8cf1e9d13b..b9d1dbc7bd 100644 --- a/Documentation/snippets/chant-or-psalms-notation.ly +++ b/Documentation/snippets/chant-or-psalms-notation.ly @@ -1,15 +1,14 @@ -%% 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 -%% -%% This file is in the public domain. -\version "2.14.0" +% 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.15.15 +\version "2.15.15" \header { - lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers" - -%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Este tipo de notación se utiliza para el canto de los Salmos, en que las estrofas no siempre tienen la misma longitud. @@ -36,6 +35,8 @@ lorsque les strophes sont de longueur inégale. doctitlefr = "Notation pour psalmodie" + lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers" + texidoc = " This form of notation is used for the chant of the Psalms, where verses aren't always the same length. @@ -44,8 +45,9 @@ aren't always the same length. doctitle = "Chant or psalms notation" } % begin verbatim -stemOn = { \revert Staff.Stem #'transparent } -stemOff = { \override Staff.Stem #'transparent = ##t } + +stemOn = { \revert Staff.Stem #'transparent \revert Staff.Flag #'transparent } +stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'transparent = ##t } \score { \new Staff \with { \remove "Time_signature_engraver" }