X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchant-or-psalms-notation.ly;h=e20c06202bcbe9da5314478a01ffe35f1f3f33cf;hb=1ac30bae510facbc438cc5d5546b7a815431021c;hp=ee77bf02bdf37a0901a6049aabac1f92078f08c7;hpb=f5387a5c986393052bc9443ebd9b6cd9f14c6887;p=lilypond.git diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index ee77bf02bd..e20c06202b 100644 --- a/Documentation/snippets/chant-or-psalms-notation.ly +++ b/Documentation/snippets/chant-or-psalms-notation.ly @@ -1,18 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.10" +% 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.17.6 +\version "2.17.6" \header { - lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers" - -%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 - texidoces = " -Este tipo de notación se utiliza para el canto de los Salmos, en -que las estrofas no siempre tienen la misma longitud. - -" - doctitlees = "Notación de responsos o salmos" + lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers, specific-notation" texidoc = " This form of notation is used for the chant of the Psalms, where verses @@ -22,8 +18,16 @@ 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" } @@ -38,4 +42,3 @@ stemOff = { \override Staff.Stem #'transparent = ##t } \stemOn g'2 \bar "||" } } -