]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index bb59310f5f67dc386a93f6e131fb310d88b8efb8..f98d9664eeda44ac3914a8bfb3e2a509db9e93df 100644 (file)
@@ -1,18 +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.13.16"
+% 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.16.0
+\version "2.17.6"
 
 \header {
-  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
-
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
-  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"
+  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers, specific-notation"
 
   texidoc = "
 This form of notation is used for the chant of the Psalms, where verses
@@ -22,8 +18,16 @@ 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" }
@@ -38,4 +42,3 @@ stemOff = { \override Staff.Stem #'transparent = ##t }
     \stemOn g'2 \bar "||"
   }
 }
-