]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index c7d95c7db4335411fb49664e547c98967824ce17..a76309b1d3e56d011cded36493c63f1087a631be 100644 (file)
@@ -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: 2d548a99cb9dba80f2ff035582009477cd37eceb
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   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" }