lilypond-devel
[Top][All Lists]
Advanced

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

Re: A few remarks concerning \relative


From: David Kastrup
Subject: Re: A few remarks concerning \relative
Date: Sun, 11 Sep 2011 23:28:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> "Trevor Daniels" <address@hidden> writes:
>
>> David Kastrup wrote Sunday, September 11, 2011 9:39 PM
>>
>>> "\relative f will interpret whatever note starts that group as if it
>>> were specified as an absolute pitch." would be what I meant.
>
>>> I would have considered it a better default
>>> for \relative { ... } as well, but that's water down the old
>>> drawbridge.
>>
>> Now that would have been sensible ... maybe still is.
>
> I don't think we should go back here.  That would be way too
> confusing.

If you want this kind of behavior, it is easy enough to define as
ablative =
#(define-music-function (parser location music) (ly:music?)
  "\\ablative { MUSIC } defines relative music where the pitch of the
  first note is specified absolutely."
  #{ \relative f $music #})

-- 
David Kastrup




reply via email to

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