lilypond-devel
[Top][All Lists]
Advanced

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

Re: Make \relative { ... } interpret the first pitch as an absolute one


From: k-ohara5a5a
Subject: Re: Make \relative { ... } interpret the first pitch as an absolute one (issue 7546044)
Date: Thu, 07 Mar 2013 05:58:46 +0000

In order from reasonable to ridiculous,
Converting
 \relative{g b d}  -> \relative c' {g b d}
is reasonable,
 \relative{sol ti re}  -> \relative $(ly:make-pitch 0 0) {sold ti re}
mildly annoying.
Changing the default starting pitch of \relative down a fifth will annoy
maybe 20 people who use \relative by habit, make maybe 5 people happy.
Converting
 <<\relative c'{f a c} // \relative c'{c a f}>>
to <<\relative c'{f a c} // \relative {c' a f}>>
creates a mess.

https://codereview.appspot.com/7546044/



reply via email to

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