]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chant-or-psalms-notation.ly
Fixes black bars in NR
[lilypond.git] / Documentation / snippets / new / chant-or-psalms-notation.ly
index f210c1d2a865bb81dd565ecdff9424591fee2384..95230aa31894414ac0f84e774db0770151d5dcc6 100644 (file)
@@ -3,43 +3,23 @@
 \header {
   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
 
-%% 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.
-
-"
-  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"
-
-
   texidoc = "
 This form of notation is used for the chant of the Psalms, where verses
 aren't always the same length.
 
 "
   doctitle = "Chant or psalms notation"
-} % begin verbatim
+}
+
+stemOn = {
+  \revert Staff.Stem #'transparent
+  \revert Staff.Flag #'transparent
+}
 
-stemOn = { \revert Staff.Stem #'transparent \revert Staff.Flag #'transparent }
-stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'transparent = ##t }
+stemOff = {
+  \override Staff.Stem #'transparent = ##t
+  \override Staff.Flag #'transparent = ##t
+}
 
 \score {
   \new Staff \with { \remove "Time_signature_engraver" }