lilypond-user
[Top][All Lists]
Advanced

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

Re: Supporting ♯ and ♭


From: Richard Shann
Subject: Re: Supporting ♯ and ♭
Date: Mon, 06 Oct 2014 15:42:00 +0100

On Mon, 2014-10-06 at 15:53 +0200, Malte Meyn wrote:
> You can try to add another “language” (or add alias entries to the 
> english language) in the file define-note-names.scm. I’m not sure 
> whether this will work (does Scheme support Unicode?) but it would be 
> definitely a simple solution.

This does work, for example after the line
 (cis . ,(ly:make-pitch -1 0 SHARP))
adding the line      
  (c♯ . ,(ly:make-pitch -1 0 SHARP))

makes c♯ available for indicating c sharp.

Richard


> 
> Am 06.10.2014 um 15:49 schrieb MarcM:
> >
> > In an effort to make lilypond syntax easier for people to adopt, i'd love to
> > see lilypond support the ♯ and ♭alterations Unicode symbols.
> >
> > I know using '#' would not work due to conflict with scheme but what about
> > using the Unicode symbols?
> >
> > "g g g e♭" would be easier to write and read then "g g g ef"
> >
> >
> > How much work would that require?
> >
> > http://www.fileformat.info/info/unicode/char/266f/index.htm
> > http://www.fileformat.info/info/unicode/char/266d/index.htm
> >
> >
> >
> > --
> > View this message in context: 
> > http://lilypond.1069038.n5.nabble.com/Supporting-and-tp167206.html
> > Sent from the User mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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