lilypond-user
[Top][All Lists]
Advanced

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

Re: Force Lilypond to preserve vertical order of TextScripts?


From: Thomas Morley
Subject: Re: Force Lilypond to preserve vertical order of TextScripts?
Date: Mon, 19 Feb 2018 10:52:27 +0100

2018-02-19 9:35 GMT+01:00 David Kastrup <address@hidden>:
> Saul Tobin <address@hidden> writes:
>
>> I probably will write such a function to deal with my immediate needs, but
>> I raise the issue because this is a case where Lilypond has well defined
>> behavior MOST of the time, and then sometimes violates it.
>
> No, it doesn't.  Short of other information, it arranges stuff such that
> it fits best.  You can easily provide such other information by creating
> your own specialized TextScript functions with dedicated ordering
> priority.
>
>> Normally, when you write ^"one"^"two" you expect "two" to be displayed
>> above "one."
>
> I repeat: LilyPond is not a typewriter.

Hi Saul,

David is right.

Though, it's always difficult to discuss without actual example.
So here's some code where LilyPond doesn't follow the entered order of
TextScripts.

\version "2.19.65"

{
  <>^"foo"
  c'4^"aaaaa"^"bbbb"^"ccc"^"dd"^"e"
  c'4^"aaaaa"^"bbbb"^"ccc"^"dd"^"e"
}

Cheers,
  Harm



reply via email to

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