X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchant-or-psalms-notation.ly;h=f98d9664eeda44ac3914a8bfb3e2a509db9e93df;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=bb59310f5f67dc386a93f6e131fb310d88b8efb8;hpb=a7210078ea5ed650743536c8fcd8b7291322d0e7;p=lilypond.git diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index bb59310f5f..f98d9664ee 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.16" +% 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 +\version "2.17.6" \header { - lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers" - -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d - 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 "||" } } -