Juergen Reuter schreef:
On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:
Because, historically, there is no difference in lily's behaviour
between setting style to #'default and #'(). However, if you do not
that must have been a long time ago; I think I've tried to remove this
feature for some
On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:
Juergen Reuter schreef:
On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:
why not simply do
string style =""
if (scm_is_symbol (scm_style))
style = ly_symbol2string (scm_style);
string idx = "dots.dot" + style;
Because, historically, there i
On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:
Because, historically, there is no difference in lily's behaviour between
setting style to #'default and #'(). However, if you do not
that must have been a long time ago; I think I've tried to remove this
feature for some time now.
Ok.
+
Juergen Reuter schreef:
On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:
why not simply do
string style =""
if (scm_is_symbol (scm_style))
style = ly_symbol2string (scm_style);
string idx = "dots.dot" + style;
Because, historically, there is no difference in lily's behaviour
between se
On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:
why not simply do
string style =""
if (scm_is_symbol (scm_style))
style = ly_symbol2string (scm_style);
string idx = "dots.dot" + style;
Because, historically, there is no difference in lily's behaviour between
setting style to #'default
Juergen Reuter schreef:
Hi,
may I apply attached patch in order to fix the size/shape of dots for
ancient notation? This patch adds a "style" property to the "Dots" grob
and a new glyph to the parmesan font.
if (scm_is_number (c))
{
- Stenci
Hi,
may I apply attached patch in order to fix the size/shape of dots for
ancient notation? This patch adds a "style" property to the "Dots" grob
and a new glyph to the parmesan font.
Greetings,
JuergenIndex: ChangeLog
===