lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dots grob


From: Juergen Reuter
Subject: Re: dots grob
Date: Wed, 11 Oct 2006 12:11:48 +0200 (CEST)

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 and #'(). However, if you do not mind, I am also happy with the simpler solution.

Attached is a revised version that issues a proper warning if style is set to #'default or some other unsupported value, such that the dot is not found.

Should I apply it?

Greetings,
Juergen

Attachment: dots-style.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]