lilypond-devel
[Top][All Lists]
Advanced

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

Re: [GLISS] turn xxx.yyy into ("xxx" "yyy")


From: Han-Wen Nienhuys
Subject: Re: [GLISS] turn xxx.yyy into ("xxx" "yyy")
Date: Wed, 12 Sep 2012 11:58:10 -0300

On Wed, Sep 12, 2012 at 5:38 AM, David Kastrup <address@hidden> wrote:
>
> Hi,
>
> if we write xxx in LilyPond, this is considered to be a string.  I want
> xxx.yyy.zzz to be a list of strings ("xxx" "yyy" "zzz").  The main
> incentive is to be able to have music functions be able to accept both
> Stem as well as Staff.TimeSignature as a function argument.

> What do you think?

doesn't this a different polymorphic annoyances somewhere else, ie.

  \set "keySignature" = #(..)
  \set "Staff.keySignature" = #(..)

now, \set gets either a string (keySignature) or list of string. Are
music function equipped to deal with this type of polymorphism.

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen



reply via email to

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