]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Removes facultative information from Documents/snippets/new
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index bbc99a3efd2963838a65810f572fc23d4360f128..9617e55f5bf3c3bb28875e83a70df7ae073bf9c0 100644 (file)
@@ -1,12 +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.12.2"
+% 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: a874fda3641c9e02f61be5c41b215b8304b8ed00
+%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
   texidoces = "
 Este tipo de notación se utiliza para el canto de los Salmos, en
 que las estrofas no siempre tienen la misma longitud.
@@ -24,6 +26,17 @@ die Strophen nicht die gleiche Länge haben.
   doctitlede = "Psalmennotation"
 
 
+%% Translation of GIT committish: c1d5bb448321d688185e0c6b798575d4c325ae80
+  texidocfr = "
+Ce style de notation permet d'indiquer la mélodie d'une psalmodie
+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.
@@ -32,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" }