Re: layout of markup text (Peter Gentry)

2018-08-02 Thread David Kastrup
Noeck writes: > The idea that included files are indistinguishable from copy-and-paste, > even goes to extreme levels. This works: > > > --- included.ly > title = "title" > composer = "composer" > } > -- > > > --- main.ly

Re: layout of markup text (Peter Gentry)

2018-08-02 Thread Noeck
The idea that included files are indistinguishable from copy-and-paste, even goes to extreme levels. This works: --- included.ly title = "title" composer = "composer" } -- --- main.ly \

Re: layout of markup text (Peter Gentry)

2018-08-02 Thread Simon Albrecht
On 02.08.2018 10:43, Peter wrote: Thanks Simon yes sometimes I am not sure what environment the interpreter is in, especially when it is expecting a music Element or not. It's obvious in the simple case but can be confusing in a more (unessessaryily?) complex file. With variable definitions it

Re: layout of markup text (Peter Gentry)

2018-08-01 Thread Simon Albrecht
On 23.07.2018 16:22, Peter Gentry wrote: It looks as though in this case the compiler is treating each "addTextSpannerText.ly" in the parts as music rather than scheme. \include acts in a way that is completely indistinguishable from just pasting the content of the file instead of the include.

Re: layout of markup text

2018-07-29 Thread Trevor Bača
Hi David, On Mon, Jul 23, 2018 at 6:49 AM, David Nalesnik wrote: > Hi Peter, > > You might find this helpful: > https://github.com/davidnalesnik/lilypond-text-spanner-inner-texts Another great addition you've added to my LilyPond library. Did you know that GitHub's Markdown allows images? Eve

RE: layout of markup text (Peter Gentry)

2018-07-23 Thread Peter Gentry
I have placed a copy of addTextSpannerText.ly to the C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/ly folder. My score has five parts and in case a. each part/movement file includes the statement - \include "addTextSpannerText.ly" Result - Each part/movement compiles without error.

Re: layout of markup text

2018-07-23 Thread David Nalesnik
Bernard > Sent: 23 July 2018 11:23 > To: Peter Gentry > Cc: lilypond-user Mailinglist > Subject: Re: layout of markup text > > > > Hi Peter, > > > > There's a large discussion of text centered in spanners in the archives of > this list, and lots of code

Re: layout of markup text (Peter Gentry)

2018-07-23 Thread Peter Gentry
David wrote You can. It's just a matter of describing "anywhere" in terms a computer can understand. Very true the only weak link is “in terms the less than adept user can understand” 😊 ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: layout of markup text (Peter Gentry)

2018-07-23 Thread David Kastrup
"Peter Gentry" writes: > I was amazed at how complex this simple common problem turns out. > > > > I have used the rather complex scheme code from the archives but there > remain problems when spanning rest bars. > > > > You would think this is a common requirement. Why can't you place any t

RE: layout of markup text

2018-07-23 Thread Peter Gentry
Thanks “text centered in spanners” is the search text I was missing… From: Andrew Bernard Sent: 23 July 2018 11:23 To: Peter Gentry Cc: lilypond-user Mailinglist Subject: Re: layout of markup text Hi Peter, There's a large discussion of text centered in spanners in the archiv

Re: layout of markup text

2018-07-23 Thread Andrew Bernard
Hi Peter, There's a large discussion of text centered in spanners in the archives of this list, and lots of code contributions by the learned colleagues herein. Have a search. I have a Scheme solution but I think others have better than mine. Andrew ___