]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Sun, 9 Jun 2013 08:55:40 +0000 (10:55 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 9 Jun 2013 08:55:40 +0000 (10:55 +0200)
Documentation/snippets/chant-or-psalms-notation.ly

index e20c06202bcbe9da5314478a01ffe35f1f3f33cf..864374ec3f2a40dc6cbb918a390e23e25b6cefa5 100644 (file)
@@ -19,15 +19,8 @@ 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
-}
+stemOff = \hide Staff.Stem
+stemOn  = \undo \stemOff
 
 \score {
   \new Staff \with { \remove "Time_signature_engraver" }