lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3229 in lilypond: Patch: Make \relative { ...


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3229 in lilypond: Patch: Make \relative { ... } interpret the first pitch as an absolute one
Date: Thu, 07 Mar 2013 13:52:39 +0000


Comment #9 on issue 3229 by address@hidden: Patch: Make \relative { ... } interpret the first pitch as an absolute one
http://code.google.com/p/lilypond/issues/detail?id=3229

The conversion rules have pretty consistent coverage now. The problem is that the exceptions are the cases which would warrant conversion most:
\relative c'' <<
  \new Staff {
    \clef "treble"
    \time 3/4
    \autoBeamOff
    \key g\major
    g,4 a c d
  }
  \new Staff ...


Namely where the first pitch is _seriously_ detached from \relative by a load of cruft. Those are the cases where splitting the information about the first pitch between \relative and the actual occurence of the pitch are particularly annoying.

Unfortunately, the cases that are particularly hard to parse for humans are also particularly hard to parse for convert-ly.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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