summaryrefslogtreecommitdiff
path: root/lily/grace-music.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2000-11-26 20:06:46 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2000-11-26 20:06:46 +0100
commitcda8fc1780778b760905c8832f7e984161218f20 (patch)
treecfba29da32ab73386f3cad8779f417686d1912b1 /lily/grace-music.cc
parent07a5ed85c189a97d04c550679826dfc5eca2eb18 (diff)
release: 1.3.111
============ * Fixed non-empty-text feature. * Bugfix for Grob::has_extent_callback_b () * Added infrastructure for music property documentation strings. * Syntax change: \notenames -> \pitchnames * Changed syntax \push -> \override, \pop -> \revert. Add: \property Context.Element \set #'foo = #bar which does a \revert followed by a \override. * Documentation updates. * Fixed typechecks for \push, \pop and \property * Bugfix: Local_key_engraver. * Fixes for lilypond-mode.el (patch by Mark Hindley) 1.3.
Diffstat (limited to 'lily/grace-music.cc')
-rw-r--r--lily/grace-music.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/grace-music.cc b/lily/grace-music.cc
index a072d37a59..e2928ad6ec 100644
--- a/lily/grace-music.cc
+++ b/lily/grace-music.cc
@@ -25,6 +25,6 @@ Grace_music::length_mom () const
Grace_music::Grace_music (Music *p)
: Music_wrapper (p)
{
- set_mus_property ("type",
+ set_mus_property ("iterator-ctor",
Grace_iterator::constructor_cxx_function);
}