Re: Any way to reset page numbers?

2018-08-24 Thread Larry Kent
I worked this out.  I reversed "evenHeaderMarkup" and "oddHeaderMarkup" in
the two lines below, and in David's suggested solution to my original
question, I commented out the two lines following "first page number=4"

Thanks again!
LK



On Fri, Aug 24, 2018 at 6:54 PM, Larry Kent  wrote:

> Thanks, Davidthat worked!  It left me with another problem to solve. .
> . I need that first page (now page 4 in our example) to act as an
> odd-numbered page, and I need the header not to print on the first page
> (page 4).
>
> I have the following markup for the headers:
>
> evenHeaderMarkup=\markup  \fill-line { \fromproperty
> #'page:page-number-string \htitle \hcomposer }
>
> oddHeaderMarkup=\markup  \fill-line { \on-the-fly #not-first-page
> \hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page
> \fromproperty #'page:page-number-string }
>
>
> BTW, I inherited this file from someone who obviously had better LP skills
> than I, and I'm trying to add my own tweaks, etc.
>
> Thanks again,
> LK
>
>
>
> On Fri, Aug 24, 2018 at 6:35 PM, David Wright 
> wrote:
>
>> On Fri 24 Aug 2018 at 17:47:16 (-0400), Larry Kent wrote:
>> > I've looked for this in the documentation without success, so I'm asking
>> > for help.
>> >
>> > Is there any way to override the page numbers?  I have a multi-movement
>> > piece that I would like to keep as separate files, but I want to put
>> them
>> > into a notebook with the pages numbered as if it's one document.  For
>> > example, Mvt 1 is 3 pages, so I want Mvt 2 to begin as page 4.
>> >
>> > Is there any way to do this?
>>
>> Try:
>>
>> \paper {
>>   first-page-number = 4
>>   print-page-number = ##t
>>   print-first-page-number = ##t
>> }
>>
>> Cheers,
>> David.
>>
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Any way to reset page numbers?

2018-08-24 Thread Larry Kent
Thanks, Davidthat worked!  It left me with another problem to solve. .
. I need that first page (now page 4 in our example) to act as an
odd-numbered page, and I need the header not to print on the first page
(page 4).

I have the following markup for the headers:

evenHeaderMarkup=\markup  \fill-line { \fromproperty
#'page:page-number-string \htitle \hcomposer }

oddHeaderMarkup=\markup  \fill-line { \on-the-fly #not-first-page
\hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page
\fromproperty #'page:page-number-string }


BTW, I inherited this file from someone who obviously had better LP skills
than I, and I'm trying to add my own tweaks, etc.

Thanks again,
LK



On Fri, Aug 24, 2018 at 6:35 PM, David Wright 
wrote:

> On Fri 24 Aug 2018 at 17:47:16 (-0400), Larry Kent wrote:
> > I've looked for this in the documentation without success, so I'm asking
> > for help.
> >
> > Is there any way to override the page numbers?  I have a multi-movement
> > piece that I would like to keep as separate files, but I want to put them
> > into a notebook with the pages numbered as if it's one document.  For
> > example, Mvt 1 is 3 pages, so I want Mvt 2 to begin as page 4.
> >
> > Is there any way to do this?
>
> Try:
>
> \paper {
>   first-page-number = 4
>   print-page-number = ##t
>   print-first-page-number = ##t
> }
>
> Cheers,
> David.
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Any way to reset page numbers?

2018-08-24 Thread Larry Kent
I've looked for this in the documentation without success, so I'm asking
for help.

Is there any way to override the page numbers?  I have a multi-movement
piece that I would like to keep as separate files, but I want to put them
into a notebook with the pages numbered as if it's one document.  For
example, Mvt 1 is 3 pages, so I want Mvt 2 to begin as page 4.

Is there any way to do this?

Thank you.

Larry Kent
USA
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Specifying a different number of systems on pg 1 ?

2015-06-22 Thread Larry Kent
My apologies..I'm sure I've seen this in the documentation or on this
list somewhere, but today when I actually need this, I can't find a way to
do this.

I want to have 3 systems per page, except only 2 systems on the first page.

Thanks in advance for a pointer.

LKent
Tampa FL
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to avoid a collision?

2015-05-21 Thread Larry Kent
As a relative newcomer myself, I have also found it useful to grab the code
that people post here - like this discussion - and dropping it into
Frescobaldi and seeing how far I can get in solving the problem, or
modifying a good solution to see what happens when I make small changes to
perfectly good code.

Larry Kent
Tampa, FL


On Thu, May 21, 2015 at 2:45 PM, Simon Albrecht simon.albre...@mail.de
wrote:

  Am 21.05.2015 um 15:21 schrieb Olivier Vogel:


 2015-05-21 13:54 GMT+01:00 Kieren MacMillan kieren_macmil...@sympatico.ca
 :


 May I ask why you’re not using Lilypond’s built-in (and generallly
 excellent) voice-handling? e.g. In the modified snippet (below), I’m using
 \voiceOne, \voiceTwo, etc., which eliminates the need for \stemUp,
 \tieDown, etc., and appears (to my eye) to eliminate all note collisions.


  Simply because, I'm learning Lilypond since only a few days.

  Your solution avoids the collision at the third measure, but introduces
 an horizontal shift at the fourth measure, which I'd like to prevent. Is it
 possible?



 p.s. Also note that I abstracted your note code from your score code — it
 is so much easier to read and debug this way, in my opinion, and it keeps
 the score block as clean and simple as possible.


  Thank you very much for your advice. As a beginner, where can I learn
 how to write a better code?

 1. Learning by doing – and by trying yourself how you might improve it, so
 that it’s more flexible, easy to type and read.
 2. Use the templates of Frescobaldi http://frescobaldi.org
 http://frescobaldi.org, which besides is extremely recommendable anyway.
 3. Learn from others – look at code examples from experienced users like
 in the LSR, like on this list, or elsewhere on the web (but there are all
 sorts of code around, including less elegant or outdated ones…)

 HTH and keep going :-),
 Simon

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: mutopia's shortcomings

2015-04-24 Thread Larry Kent
I'm trying to decide if the last sentence (referring to the scores at the 3
links) is made in jest.  It must be, right?
LK


On Fri, Apr 24, 2015 at 2:11 PM, Simon Albrecht simon.albre...@mail.de
wrote:

 Am 24.04.2015 um 16:35 schrieb Gilles:

 On Fri, 24 Apr 2015 10:01:29 -0400, Kieren MacMillan wrote:

 Hi Simon,

  You forgot the quality of sheets: a (really) digital PDF will always
 look better than a scanned PDF.

 I think it depends: firstly, many IMSLP scores are on a level of
 typographical quality which – I’m sorry – Lilypond might never reach.


 +1000


 Why do use LilyPond then?
 Or: Doesn't your appreciation need a more specific context?
 Like: LilyPond might never reach [that] level of typographical quality
 *without human tweaking*.

 If you’re interested, have a close look at 
 http://imslp.org/wiki/Symphony_No.9_%28Mahler,_Gustav%29 (UE, 1912) or 
 http://imslp.org/wiki/File:PMLP106915-Mendelssohn_op.79_Sechs_Sprueche.pdf
 and http://imslp.org/wiki/3_Motets,_Op.69_%28Mendelssohn,_Felix%29
 (Peters, perhaps around 1900?). Nothing the likes of this will ever be
 engraved by a machine.

 Yours, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How do new users feel about LilyPond's documentation?

2015-04-22 Thread Larry Kent
My problem is that too much of it is written like the following response
from Elaine, which looks like Pprogrammers Only Need Apply.

I get frustrated when I'm looking for something to answer the question How
do I increase/decrease the space between the bottom system and the footer?
...and cannot find an answer that begins Here's how to increase/decrease
the space between the bottom system and the footer.

If Lilypond such a complex program that I should not expect it to meet me
at the intersection I just described?

Thanks,
Larry Kent
Tampa, FL


On Wed, Apr 22, 2015 at 2:11 PM, Flaming Hakama by Elaine 
ela...@flaminghakama.com wrote:


  What is the thing you (especially new users) like the least about LilyPond's
 documentation structure?

 Insufficient explanation of the object model, the process model and the
 hierarchy of languages used and how they fit together.  Example:  Does
 anyone here really understand what a voice actually is?  How about an
 engraver?   (If so, I have many follow-up questions for you...)

 At the root of the problem is that the documentation allows you to think
 that lilypond is a program to organize music.  When it is really a program
 to organize grobs.



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: A sign I can't understand ...

2014-10-16 Thread Larry Kent
Thanks for the more complete picture.  I don't know how you do this in
Lilypond, but I think the proper notation is to write two eighth notes and
use a dotted tie (indicating that for one verse it's tied (i.e. a quarter
note) and for the other verse, it's two separate eighth notes.

LK

On Thu, Oct 16, 2014 at 7:49 AM, Son_V vincenzo.a...@gmail.com wrote:

  isn't that indicating that in a second (or later) verse there are two
 syllables?

 Yes. Sorry ... I've been too stingy. :-)

 Here is a larger view:

 http://lilypond.1069038.n5.nabble.com/file/n167616/Simbolo_strano_2.jpg

 Note that the comma on the right should be a breath

  the notation of your image would be wrong

 I suppose it too; but what should be the correct way to write this thing?
 Sorry but when I encounter these strange situations I'm not able to find a
 reference in the manual. It seems to me to try to find a needle in an
 haystack.

 Thanks.



 --
 View this message in context:
 http://lilypond.1069038.n5.nabble.com/A-sign-I-can-t-understand-tp167597p167616.html
 Sent from the User mailing list archive at Nabble.com.

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: A sign I can't understand ...

2014-10-15 Thread Larry Kent
Just a guess, but it's probably the composer/editor's helpful instruction
to sing an eighth note and breathe instead of singing a full quarter.

But don't use it...the apostrophe/comma above the barline tells the singers
all they need to know.  The note in parentheses is an added distraction.

The standard way of indicating special performance instructions that are
difficult to notate in standard notation (which this is NOT) would be to
use a footnote ( a small asterisk or a number like in a book ) and at the
bottom of the page, write:  Sing an 1/8th instead of a 1/4 note, then take
a breath and proceed.  But you do not need anything like this for this
example.

LKent
Tampa FL



On Wed, Oct 15, 2014 at 4:19 PM, Son_V vincenzo.a...@gmail.com wrote:

 Hi all and excuse me; I found this symbol, parenthesis before and after a
 note added to a 2/4 beat: here it is;

 http://lilypond.1069038.n5.nabble.com/file/n167597/Strange_sign.jpg

 that should be a note inserted when singing for the second time the beat.
 How can I insert in in the score? How can it be called? I posted some days
 ago the request for a visual dictionary for musical notation; That could
 have helped me. Maybe I'll try to make a first edition of it.
 Thanks.



 --
 View this message in context:
 http://lilypond.1069038.n5.nabble.com/A-sign-I-can-t-understand-tp167597.html
 Sent from the User mailing list archive at Nabble.com.

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Line in lyrics to show half or full note

2014-10-01 Thread Larry Kent
Jay,

What you are trying to do is improper notation.  There should not be an
extender on the word gee in your example.  (and the singer should be able
to sing this properly without the added line).

Best wishes,
Larry Kent
Tampa, FL



On Wed, Oct 1, 2014 at 11:41 AM, Jay Vara j...@diljun.com wrote:

 When a lyric syllable corresponds to several notes, it is easy to get a
 line extending under all the notes concerned. When a lyric syllable
 corresponds to a single full note (or dotted full or a half note) I would
 like to see a line the extends from the lyric till the completion of the
 current note. Here is an example:

 %

 \version 2.18.2

 

 \new Voice = melody {

 \relative c' {c4 d e f g1}}

 \new Lyrics \lyricsto melody { cee dee eee ef gee}
 
 %

 This is what it produces:

 [image: Inline image 1]

 This is what I would like to see with a line showing that the lyric gee
 extends to the end of the measure:

 [image: Inline image 2]

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Printed manuals, why not?

2014-09-19 Thread Larry Kent
I agree completely with the sentiment.

However, because LilyPond changes so frequently, it would have to be almost
like a subscription with loose-leaf pages in a binder, so that when
something changes, we could print out replacement pages.

I haven't thought through this, but maybe something like:  Say that Chapter
1 includes pages 1-1 through 1-40 and when an update occurred we could
replace pages 1-3 through 1-8 with pages 1-3a through 1-8d (and then the
next page would still be page 1-9 etc).

Larry Kent
Tampa FL


On Fri, Sep 19, 2014 at 4:44 PM, Son_V vincenzo.a...@gmail.com wrote:

 Hi, I would be glad to have the option to buy printed manuals for
 LilyPond; I
 thought of making it from some printing service, but for a 834 page book I
 should pay 40 Euro, something like 55USD. It could  (maybe) be something to
 have a contribution. Has no one thought about this? Thanks.



 --
 View this message in context:
 http://lilypond.1069038.n5.nabble.com/Printed-manuals-why-not-tp166619.html
 Sent from the User mailing list archive at Nabble.com.

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-09 Thread Larry Kent
Yes, there is a rule.  All of the places where you have used underscore,
like er__go should be hyphens:   er-go and the last words in both lines
(cernui and jubilatio) should both end with an underscore that goes
through the last note.

Larry in Tampa


On Tue, Sep 9, 2014 at 1:56 PM, Son_V vincenzo.a...@gmail.com wrote:

 Well, I now include an image; I usually write a long underscore when
 there
 is something that lasts in a next syllable; like in the example, Sa -- cra
 -- men __ tum (here you can see what i mean in men __ tum, or to
 __que). I do not give trace about the syllable to be sung after cer -- nu
 -- i. The i
 
 http://lilypond.1069038.n5.nabble.com/file/n166284/Appunto_Tantum_ergo.jpg
 
 must be sung for the other three notes; is there a rule that says what
 should be done? I hope to have expressed myself in a comprehensible way.
 Thanks.



 --
 View this message in context:
 http://lilypond.1069038.n5.nabble.com/In-wait-for-a-subsequent-word-sorry-how-can-I-put-it-tp166204p166284.html
 Sent from the User mailing list archive at Nabble.com.

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Footnote Question

2014-08-07 Thread Larry Kent
I think something like this will work, if you include this in your  \header

copyright=\markup{
\fill-line {Copyright 2014 Your Name  \typewriter Version 2.1}
}


Good luck.
Larry



On Thu, Aug 7, 2014 at 11:59 AM, Chris Trahan trahan.ch...@gmail.com
wrote:

 Hi,

 I would like to put a revision date at the bottom right of the 1st page on
 the same line with the copyright notice. The only two header fields that I
 see in the manual are tagline and copyright.

 Is there a way that I can do this? I like to have a revision date as we're
 working on a score so that everyone in the group knows that they're looking
 at the correct version.

 Thanks,
 Chris Trahan

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Mystery quirk in lyrics - only in the bass part

2014-07-23 Thread Larry Kent
Interesting quirk that popped up this morning, and I wonder if anyone else
has come across anything similar.

 I'm working on an a cappella choral score, and the lyrics are
misbehaving - but only in the bass part.  Here's what is happening:

1.  Lyric extenders do not appear in the bass part, although they do show
up as expected in every other part.  Just to make sure I was not mis-typing
or something, I copied and pasted the same text etc from the alto part, but
no luck.

2.  The second problem is not connected to extenders, but is also limited
only to the bass part (same score as above).  Throughout the score, in the
bass part, the final syllable of a hyphenated word  is left-aligned rather
than centered, as it should be - and as it is in all of the other parts
throughout.


A couple of details that might help anyone who wants to offer theories or
advice:

1.  I'm not using any slurs, and not asking anything to happen
automatically with the lyrics.

2.  I'm running LilyPond 2.18 and 2.16 (with the same results), Windows 8.1
and I use Frescobaldi 2.0.16 to edit and compile the score.  I also ran it
directly in LilyPond 2.18, all with the same results.

Any thoughts on this, anyone?

Thanks in advance.

Larry Kent
Tampa, Florida
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Mystery quirk in lyrics - only in the bass part

2014-07-23 Thread Larry Kent
Thanks for the replies, David Kastrup, Thomas Morley, David Nalesnik.  The
problem is fixed, and if you care to read how, keep reading; otherwise,
thanks again and have a nice day.

While trying to figure out how to create a tiny example that would
duplicate my problem, which I was sure had to be happening because of the
complicated layout, score block, incipit and choir staff markup etc etc, I
found the problem, and it was very simple.

When I was preparing this score with version 2.18 (from an original file
that was in version 1.4), I had left the bass lyrics block with
*textobassus=\lyrics{*
rather than  *textobassus=\lyricmode{*

This was close enough that it compiled all right, and Frescobaldi did not
flag it as an error, but it was enough to create the two little problems I
mentioned originallyboth are fixed now.

And it took me less than 6 hrs.

Thanks again.
LK



On Wed, Jul 23, 2014 at 2:29 PM, Thomas Morley thomasmorle...@gmail.com
wrote:

 2014-07-23 20:05 GMT+02:00 Larry Kent kentla...@gmail.com:

  Any thoughts on this, anyone?

 http://www.lilypond.org/website/tiny-examples.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Updating a score from version 1.4

2014-07-17 Thread Larry Kent
This issue comes up from time to time for me, and I hope someone can help.
Occasionally I need to make minor revisions to a score that was engraved
with LilyPond version 1.4.12.  That version was long before I started
trying to use the program, so I don't have that version.  Anyway, every
time I try to revise the source so that it will compile in v. 2.16 or 2.18,
I screw up something and it makes a mess and pretty soon I'm frustrated and
move on to something more productive.

So my question is:   Is there any way I can get any of the very early
versions so that I can make a couple of minor tweaks and compile these
scores?  Or is there some other solution that doesn't involve recodiing
everything?

Thanks in advance for any advice.

Larry Kent
Tampa, FL
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Updating a score from version 1.4

2014-07-17 Thread Larry Kent
Thanks, James, David, and Hwaen.  Convert-ly doesn't handle version 1.4
very well, not surprising.  The current project I'm working on is a very
short piece, so I may just start over with this one.  Long-term, however,
it would be nice to find somewhere that a user can grab an old version,
install it in a separate folder and work on an old edition.

Thanks again.
Larry


On Thu, Jul 17, 2014 at 12:42 PM, James pkx1...@gmail.com wrote:

 On 17/07/14 16:46, Larry Kent wrote:

 This issue comes up from time to time for me, and I hope someone can
 help.  Occasionally I need to make minor revisions to a score that was
 engraved with LilyPond version 1.4.12.  That version was long before I
 started trying to use the program, so I don't have that version.  Anyway,
 every time I try to revise the source so that it will compile in v. 2.16 or
 2.18, I screw up something and it makes a mess and pretty soon I'm
 frustrated and move on to something more productive.

 So my question is:   Is there any way I can get any of the very early
 versions so that I can make a couple of minor tweaks and compile these
 scores?  Or is there some other solution that doesn't involve recodiing
 everything?

 Thanks in advance for any advice.

 Larry Kent
 Tampa, FL

  http://lilypond.org/doc/v2.18/Documentation/usage/updating-
 files-with-convert_002dly

 I hope this helps.

 James

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Updating a score from version 1.4

2014-07-17 Thread Larry Kent
Thanks for the suggestion.  I can't find version 2.8 to download either,
but that's quite a ways from 1.4, so I'm not sure if it would work.  I
think I'll let this thread hang out there for another day or so, and then
start from scratch.  Thanks again!

Best,
LK




On Thu, Jul 17, 2014 at 1:38 PM, Colin Campbell c...@shaw.ca wrote:

 On 14-07-17 10:52 AM, Larry Kent wrote:

 Thanks, James, David, and Hwaen.  Convert-ly doesn't handle version 1.4
 very well, not surprising.  The current project I'm working on is a very
 short piece, so I may just start over with this one.  Long-term, however,
 it would be nice to find somewhere that a user can grab an old version,
 install it in a separate folder and work on an old edition.



 Would it work if you were to install an intermediate version of LilyPond,
 perhaps 2.8.0  and use the convert-ly from that version to get you part
 way, then run convert-ly from your current version to finish the job?  This
 is untested, but may be a more general solution than simply recoding from
 scratch. In principle, it's nearly always worth the effort to bring an old
 score up to current levels when you are revising it, although as you imply,
 it may not be useful for a minor revision or two.

 Cheers,
 Colin

 --
 I've learned that you shouldn't go through life with a catcher's mitt on
 both hands. You need to be able to throw something back.
 -Maya Angelou, poet (1928- )


 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Updating a score from version 1.4

2014-07-17 Thread Larry Kent
David,

You sent me this link:

URL:http://download.lin
http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-ancient-1.4.15-1.linux-x86.sh
uxaudio.org/lilypond/binaries/linux-x86/lilypond-ancient-1.4.15-1.linux-x86.sh
http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-ancient-1.4.15-1.linux-x86.sh


The problem I have using the link is that my computer doesn't know what to
do with thatno application on my computers (Windows 8.1) to handle
files with that extension.

LK




On Thu, Jul 17, 2014 at 3:49 PM, David Kastrup d...@gnu.org wrote:

 Larry Kent kentla...@gmail.com writes:

  Thanks for the suggestion.  I can't find version 2.8 to download either,
  but that's quite a ways from 1.4, so I'm not sure if it would work.

 Look, I gave you a full download link to 1.4.15, so what do you mean
 with you can't find version 2.8 to download either?

 Can you please at least mention what problem you have using the link?

 --
 David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Header markup question

2014-07-08 Thread Larry Kent
I'm editing a file that was created in 2.16.  Within the *\paper* settings,
I have the following two lines that put headers on pages after the first,
and they print too close to the top edge of the paper.  What markup should
be added to move the headers down a bit?




*evenHeaderMarkup=\markup \fill-line { \fromproperty
#'page:page-number-string \htitle \hcomposer } *

* oddHeaderMarkup= \markup \fill-line { \on-the-fly #not-first-page
\hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page
\fromproperty #'page:page-number-string }*


Thanks.

Larry Kent
Tampa, FL
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: ANN: LilyKDE, tool to work with LilyPond in KDE

2008-02-13 Thread Larry Kent

  KDE easier. If you use KDE you might like it: http://lilykde.googlecode.com/
 

The site says if you want to preview pdf files, you need KPDF, but there's no 
button (that I can see) for downloading that.  What am I missing? -LK

Larry Kent
Tampa FL
[EMAIL PROTECTED]

_
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser.msn.com/___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Newby - any recent postings?

2007-10-15 Thread Larry Kent

I'm new to this list, and just beginning to look at Lilypond, and wondered...is 
this list always so quiet? I've seen no postings at all since subscribing a few 
days ago. -LKLarry KentTampa, [EMAIL PROTECTED]
_
Climb to the top of the charts!  Play Star Shuffle:  the word scramble 
challenge with star power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


opening files with Notepad

2005-07-12 Thread Larry Kent
Taking my first baby steps with Lily, so forgive the syntax/grammer of the 
question:


Using NotePad, I've entered a few short samples from the user's manual, even 
edited in a few changes, etc., and all goes well, saved the files as 
something like Test.ly and run the compiler, the output comes out great in 
a .pdf file.


The problem is that when I then reopen the source file in Notepad, 
everything looks different, all run together and basically un-readable.  
I've also gone to the Mutopia site and downloaded a couple of examples. They 
look fine, print fine, but again when I open the source code files in 
Notepad (I've also tried MSWord), the same thing happens.


What am I missing here?  BTW:  I'm running Windows XP Pro.

Thanks. -LK

Larry Kent
Tampa, FL
[EMAIL PROTECTED]




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user