From 75988240e6ba28320ce5d835670712cc09cbd966 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 9 Jun 2013 10:55:40 +0200 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- Documentation/snippets/chant-or-psalms-notation.ly | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index e20c06202b..864374ec3f 100644 --- a/Documentation/snippets/chant-or-psalms-notation.ly +++ b/Documentation/snippets/chant-or-psalms-notation.ly @@ -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" } -- 2.39.5