]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index 9161eb3744004c138b95532eb77b9aefabcd5727..643e25c95a06d59b6b58ba2af0ea4a09318c68da 100644 (file)
@@ -1,39 +1,24 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.13.31"
+\version "2.18.0"
 
 \header {
-  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
-
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  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"
-
-%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
-
-  texidocde = "
-Diese Form der Notation wird benutzt für die Notation von Psalmen, in denen
-die Strophen nicht die gleiche Länge haben.
-
-"
-  doctitlede = "Psalmennotation"
-
+  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 }
-stemOff = { \override Staff.Stem #'transparent = ##t }
+stemOff = \hide Staff.Stem
+stemOn  = \undo \stemOff
 
 \score {
   \new Staff \with { \remove "Time_signature_engraver" }
@@ -48,4 +33,3 @@ stemOff = { \override Staff.Stem #'transparent = ##t }
     \stemOn g'2 \bar "||"
   }
 }
-