]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chant-or-psalms-notation.ly
Doc-fr: updates texidocs
[lilypond.git] / Documentation / snippets / new / chant-or-psalms-notation.ly
index 95230aa31894414ac0f84e774db0770151d5dcc6..8edb405b0d76771c8fb01f5240acec87605d3815 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.15.15"
+\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
@@ -11,15 +11,8 @@ aren't always the same length.
   doctitle = "Chant or psalms notation"
 }
 
-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" }