From 1bb7659e935633c0bb6fb12aa750e5ee298651d2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 18 Aug 2004 20:42:07 +0000 Subject: [PATCH] (hideNotes): remove \setMmRestFermata --- ChangeLog | 6 ++++++ ly/property-init.ly | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2adf99ec09..7d66bf2491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-18 Han-Wen Nienhuys + + * ly/property-init.ly (hideNotes): remove \setMmRestFermata + + * scripts/convert-ly.py (conv): add rule for \setMmRestFermata + 2004-08-18 Nicolas Sceaux * scm/framework-tex.scm (output-preview-framework) diff --git a/ly/property-init.ly b/ly/property-init.ly index 44f9381311..ea6ce2a457 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -149,11 +149,6 @@ glissando = #(make-music 'GlissandoEvent) fermataMarkup = \markup { \musicglyph #"scripts-ufermata" } -setMmRestFermata = - \once \override MultiMeasureRestNumber #'text = - #fermataMarkup - - hideNotes =\sequential { % hide notes, accidentals, etc. \override Dots #'transparent = ##t -- 2.39.5