Re: Gvim and point and click on Ubuntu 18.10

2019-02-24 Thread Andrew Bernard
Hi Mark, Thanks. I have overcome all the demons, and you will see I have contributed an essay on the topic. Andrew On Mon, 25 Feb 2019 at 18:48, Mark Knoop wrote: > > When I was using gvim the command shown in the documentation always worked > for me, i.e.: > > $ gvim --remote +:%(line)s:norm

The Guide to getting Point and Click going with Gvim under Ubuntu 18

2019-02-24 Thread Andrew Bernard
Hi All, Federico has pointed out that it seems to be the season for people wanting to get point and click going (for some reason!). In the spirit of the season I offer the fruit of my work on this, trying to get it all going over the last week. I hope this may be able to be incorporated into the

Re: Gvim and point and click on Ubuntu 18.10

2019-02-24 Thread Mark Knoop
At 22:33 on 24 Feb 2019, Andrew Bernard wrote: > Before I post long winded and complex error issues with my setup, is > anybody else using this combination to good effect? I am having no end of > trouble with error messages and unwanted behaviour from gvim. Even the > various vim forums are barren

Re: repeat title

2019-02-24 Thread foxfanfare
Yes, and don't forget to add the page numbers to the right or left with: \on-the-fly #print-page-number-check-first \number \fromproperty #'page:page-number-string -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mai

Re: repeat title

2019-02-24 Thread Timothy Lanfear
On 24/02/2019 22:03, Martin Tarenskeen wrote: Hi, I want to repeat the title of my score on top of every page, except the first page, in a small font, maybe italic. How to do that in LilyPond? Here is an example \paper {    oddHeaderMarkup = \markup \column {       \fill-line {    \n

Gvim and point and click on Ubuntu 18.10

2019-02-24 Thread Andrew Bernard
Before I post long winded and complex error issues with my setup, is anybody else using this combination to good effect? I am having no end of trouble with error messages and unwanted behaviour from gvim. Even the various vim forums are barren of information on what I am seeing and what is happenin

Re: Gvim and lilypond and emacs

2019-02-24 Thread foxfanfare
Andrew Bernard wrote > I am beginning to think a more extensive section on setting up point and > click is needed in the manual. Perhaps when I comprehend it and deal with > all the matters like 'press ENTER ...' appearing every time I click the > PDF > and so on I could draft something. I'd still

repeat title

2019-02-24 Thread Martin Tarenskeen
Hi, I want to repeat the title of my score on top of every page, except the first page, in a small font, maybe italic. How to do that in LilyPond? -- MT ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/l

Re: Configuration Point & Click

2019-02-24 Thread foxfanfare
Hey David, There were some lags on the nabble forum some days ago, and I didn't saw your answer before posting my solution using "nohup". I just tried yours and I think it's better (at least the code is shorter!). And I learnt a new command at the same time:) For those interested, the mapping g

Re: Only show the opus number once when there are multiple score blocks

2019-02-24 Thread Timothy Lanfear
On 24/02/2019 05:59, Robert White wrote: I have a Lilypond file with two score blocks like the following: \version "2.18.2" \header { title = "Two minuets" opus = "Op. 1" } \score { \header { piece = "No. 1: Minuet in D major" } %

Re: Only show the opus number once when there are multiple score blocks

2019-02-24 Thread Brian Barker
At 16:59 24/02/2019 +1100, Robert White wrote: I have a Lilypond file with two score blocks like the following: \version "2.18.2" \header { title = "Two minuets" opus = "Op. 1" } \score { \header { piece = "No. 1: Minuet in D major" } % Mus

Only show the opus number once when there are multiple score blocks

2019-02-24 Thread Robert White
I have a Lilypond file with two score blocks like the following: \version "2.18.2" \header { title = "Two minuets" opus = "Op. 1" } \score { \header { piece = "No. 1: Minuet in D major" } % Music here... } \score { \header {

Re: Gvim and lilypond and emacs

2019-02-24 Thread Andrew Bernard
Hi David, Funny, I have been using vi since it was invented by Bill Joy. Quite some time. (!) But I always use emacs, and I have to say I had never heard of gvim before this exercise. So it's a learning exercise for me to come to grips with the vast machinery of gvim. Here's something I found. Jus