> On May 7, 2015, at 10:43 AM, Paul Morris <p...@paulwmorris.com> wrote:
> 
>  \relative [optional pitch] { ...
>  \absolute [no pitch] { ...
>  \octave [obligatory pitch] { …
> 
> The downside with this is that \absolute is really just a subset of the 
> functionality of \octave, but they have different names.  \octave c {… is the 
> same as \absolute {…

Here's another possibility with just two modes:

  \relative [optional pitch] {…}
  \octave [obligatory pitch] {…}

And then just use \octave c {…} instead of \absolute {…}.

In most cases one would simply use plain {…} for absolute-entry and would only 
need to use \octave c {…} when embedding inside \relative {…}.

(Hmmm… I think I prefer this approach over the others.)

-Paul


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to