]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index b9d1dbc7bd2ee7d4edd1eb015c28cc6268499800..643e25c95a06d59b6b58ba2af0ea4a09318c68da 100644 (file)
@@ -1,53 +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.15.15
-\version "2.15.15"
+%% 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 {
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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"
-
-
-%% 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"
+  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" }
@@ -62,4 +33,3 @@ stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'tran
     \stemOn g'2 \bar "||"
   }
 }
-