X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchant-or-psalms-notation.ly;h=643e25c95a06d59b6b58ba2af0ea4a09318c68da;hb=e4cab35000dfa1e6f0d9ed41f420152b4a8cc778;hp=e20c06202bcbe9da5314478a01ffe35f1f3f33cf;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index e20c06202b..643e25c95a 100644 --- a/Documentation/snippets/chant-or-psalms-notation.ly +++ b/Documentation/snippets/chant-or-psalms-notation.ly @@ -1,33 +1,24 @@ -% 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" +%% DO NOT EDIT this file manually; it is automatically +%% 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.18.0" \header { - lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers, specific-notation" + lsrtags = "ancient-notation, contexts-and-engravers, rhythms, specific-notation, vocal-music" texidoc = " -This form of notation is used for the chant of the Psalms, where verses -aren't always the same length. +This form of notation is used for Psalm chant, where verses aren't +always the same length. " doctitle = "Chant or psalms notation" } % begin verbatim - -stemOn = { - \revert Staff.Stem.transparent - \revert Staff.Flag.transparent -} - -stemOff = { - \override Staff.Stem.transparent = ##t - \override Staff.Flag.transparent = ##t -} +stemOff = \hide Staff.Stem +stemOn = \undo \stemOff \score { \new Staff \with { \remove "Time_signature_engraver" }