]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-accidentals.mf
Issue 3720: Doc: Built-in templates for SATB vocal scores
[lilypond.git] / mf / feta-accidentals.mf
index ed7bde2d4751199cb2872bfb0dd9e1211155a24f..d2585a195414ca8c2a97da7f9da73c72f805bfb7 100644 (file)
 % along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
 
-%
-% also show in other configuration wrt staff lines.
-%
-def draw_shifted_too =
-if test > 0:
-       fet_beginchar ("shifted too", "");
-               set_char_box (0, 0, 0, 0);
-               currentpicture := remember_pic;
-
-               draw_staff (-2, 2, 0.5);
-       fet_endchar;
-fi;
-enddef;
-
-
 %
 % Accidentals from various sources, notably
 %
@@ -56,18 +41,9 @@ enddef;
 
 
 fet_begingroup ("accidentals");
-
-save remember_pic;
-picture remember_pic;
-
-input feta-arrow;
-
-input feta-sharps;
-
-input feta-naturals;
-
-input feta-flats;
-
-input feta-parenthesis;
-
+       input feta-arrow;
+       input feta-sharps;
+       input feta-naturals;
+       input feta-flats;
+       input feta-parenthesis;
 fet_endgroup ("accidentals");