]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Doc: elaborate the placement of \paper blocks (2902)
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index 8fcf7f502af52797339a5624131767dac84040bd..e20c06202bcbe9da5314478a01ffe35f1f3f33cf 100644 (file)
@@ -4,11 +4,11 @@
 % 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"
+%% Note: this file works from version 2.17.6
+\version "2.17.6"
 
 \header {
-  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
+  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
@@ -19,8 +19,15 @@ aren't always the same length.
 } % begin verbatim
 
 
-stemOn = { \revert Staff.Stem #'transparent \revert Staff.Flag #'transparent }
-stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'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" }