Re: Markup on clef possible

2019-02-10 Thread Ben
On 2/10/2019 8:19 PM, Andrew Bernard wrote: I want to have markup such as ST over the clefs at the start of each page in a section of the string quartet I am doing. This is to indicate ongoing ST technique over extended sections, as a reminder to the player. Clefs don't appear to support markup

Re: Markup on clef possible

2019-02-10 Thread Ben
On 2/10/2019 8:19 PM, Andrew Bernard wrote: I want to have markup such as ST over the clefs at the start of each page in a section of the string quartet I am doing. This is to indicate ongoing ST technique over extended sections, as a reminder to the player. Clefs don't appear to support markup

Markup on clef possible

2019-02-10 Thread Andrew Bernard
I want to have markup such as ST over the clefs at the start of each page in a section of the string quartet I am doing. This is to indicate ongoing ST technique over extended sections, as a reminder to the player. Clefs don't appear to support markup. Rehearsal marks would be fine, but I only get

Re: Archive search down

2019-02-10 Thread Andrew Bernard
Back up again. Perhaps a network outage somewhere between Australia way down here and the archive. Thanks all! a ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Archive search down

2019-02-10 Thread Andrew Bernard
I know that one - that's not it. On Mon, 11 Feb 2019 at 11:51, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > > > I have noticed in the past that once a search is done, you can’t trigger a > new search from the "Namazu" [result] page; instead, you must return to the > initial page a

Re: Archive search down

2019-02-10 Thread Ben
On 2/10/2019 7:43 PM, Andrew Bernard wrote: Anything I search for here at the archives produces n9o results: https://lists.gnu.org/archive/html/lilypond-user/ Is the archive system down? I tried three different browsers on two different computers. Andrew Hi Andrew, It works here for me, us

Re: Archive search down

2019-02-10 Thread Kieren MacMillan
Hi Andrew, > Anything I search for here at the archives produces n9o results: > https://lists.gnu.org/archive/html/lilypond-user/ Works fine for me. I have noticed in the past that once a search is done, you can’t trigger a new search from the "Namazu" [result] page; instead, you must return to

Re: Archive search down

2019-02-10 Thread Thomas Morley
Am Mo., 11. Feb. 2019 um 01:44 Uhr schrieb Andrew Bernard : > > Anything I search for here at the archives produces n9o results: > > https://lists.gnu.org/archive/html/lilypond-user/ > > Is the archive system down? > > I tried three different browsers on two different computers. > > Andrew Works h

Re: Archive search down

2019-02-10 Thread Shane Brandes
Working in Ohio at 7:47 p.m. est. On Sun, Feb 10, 2019 at 7:44 PM Andrew Bernard wrote: > > Anything I search for here at the archives produces n9o results: > > https://lists.gnu.org/archive/html/lilypond-user/ > > Is the archive system down? > > I tried three different browsers on two different

Archive search down

2019-02-10 Thread Andrew Bernard
Anything I search for here at the archives produces n9o results: https://lists.gnu.org/archive/html/lilypond-user/ Is the archive system down? I tried three different browsers on two different computers. Andrew ___ lilypond-user mailing list lilypond-

Re: Aligning scores in a grid-like manner

2019-02-10 Thread Kieren MacMillan
Hi Michael, > I'm curious, however, if it's possible to compose a bunch of lilypond > scores to a equally horizontally and vertically aligned "grid" with lilypond > alone. Yes. Top-level markup can contain scores as elements. =) Hope that hint helps! Kieren. K

Re: How to fix this divisi please

2019-02-10 Thread Valentin Villenave
On 2/10/19, Reggie wrote: > How did you manage to remove the "single" > staffs name to make blank space for div a4 name? Assuming you’re referring to this message: https://lists.gnu.org/archive/html/lilypond-user/2019-02/msg00242.html I simply added a "%" character in front of the shortInstrumen

Aligning scores in a grid-like manner

2019-02-10 Thread Michael Käppler
Hi all, a while ago I had the idea of creating a variant of the popular "pairs" game with different notes, clefs, time signatures etc. I created the individual parts as Lilypond scores, which I exported as svg files and did the final "assembly" to a grid-like layout with Inkscape. Attached is a sm

Re: How to fix this divisi please

2019-02-10 Thread Reggie
Valentin Villenave-3 wrote > On 2/7/19, Reggie < > reegistoop@ > > wrote: >> I understand yes but there actually is a section of the piece later where >> there is a divisi with time signature changes. > > Then you should replace > \remove Time_Signature_engraver > > with > \once \override TimeS

Re: Slur connecting fingering numbers

2019-02-10 Thread Thomas Morley
Am Mi., 6. Feb. 2019 um 22:43 Uhr schrieb Thomas Morley : > > Am Mi., 6. Feb. 2019 um 06:57 Uhr schrieb Werner LEMBERG : > > > > > > >> Hooray, it works and looks amazing! > > > > > > Glad I could help. > > > > This small example is really nice, and perhaps it can be added as a > > `harp music snip

Re: Getting point-and-click working

2019-02-10 Thread David Wright
On Sun 10 Feb 2019 at 13:43:16 (+), David Sumbler wrote: > Thank you all for your help in this matter. > > Today I have point-and-click working as it should, with AppArmor > apparently doing what it is supposed to do. Great. While reading the following, bear in mind that I run Debian, and ap

Re: Getting point-and-click working

2019-02-10 Thread Aaron Hill
On 2019-02-10 5:15 am, Aaron Hill wrote: This scheme stems from ly:input-file-line-char-column (backed by Source_file::get_counts internally) which returns the zero-based character index and the one-based column number. Of note, columns are computed assuming eight-wide tabulation. To be precis

Re: Getting point-and-click working

2019-02-10 Thread David Sumbler
Thank you all for your help in this matter. Today I have point-and-click working as it should, with AppArmor apparently doing what it is supposed to do. What made the difference was the following: The Usage Manual 4.1.1 says that the lines # For Textedit links /usr/local/bin/lily

Re: Getting point-and-click working

2019-02-10 Thread Aaron Hill
On 2019-02-10 1:14 am, Andrew Bernard wrote: Didn't this come up in 2015 on the list here: https://lists.gnu.org/archive/html/lilypond-user/2015-06/msg00168.html That's an interesting thread. It turns up an alternate script [1] for handling the textedit: URI scheme, however curiously the scr

Re: Getting point-and-click working

2019-02-10 Thread David Sumbler
On Sun, 2019-02-10 at 20:14 +1100, Andrew Bernard wrote: > Hello All, > > Didn't this come up in 2015 on the list here: > > https://lists.gnu.org/archive/html/lilypond-user/2015-06/msg00168.html > > Is it that the Ubuntu lilypond is broken (still)? > > FWIW though, on my pristine Ubuntu 18.10,

Re: Getting point-and-click working

2019-02-10 Thread Andrew Bernard
Hello All, Didn't this come up in 2015 on the list here: https://lists.gnu.org/archive/html/lilypond-user/2015-06/msg00168.html Is it that the Ubuntu lilypond is broken (still)? FWIW though, on my pristine Ubuntu 18.10, clicking the PDF just does nothing. nada. All works great on Debian 9. An

Re: Getting point-and-click working

2019-02-10 Thread Federico Bruni
Il giorno sab 9 feb 2019 alle 20:03, David Sumbler ha scritto: On Sat, 2019-02-09 at 11:05 +0100, Federico Bruni wrote: [...] So far so good. By the way, it opens once or twice? If you are using a LilyPond installer released before October 2018 (today the answer is yes), you might get