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

2020-10-31 Thread Andrew Bernard
[A slightly older screed. Stil works for Ubunto 20. Using Atom is matter of simple substitution.] The Guide to getting Point and Click going with Gvim under Ubuntu 18 -- The NR leaves out some

The Guide to getting LilyPond Point and Click going with Atom under Fedora 33

2020-10-31 Thread Andrew Bernard
The Guide to getting LilyPond Point and Click going with Atom under Fedora 33 -- The NR leaves out some important information about how to configure a Ubuntu system to use Gvim for point

Re: Point & Click with Atom

2020-10-31 Thread Andrew Bernard
I'll start a new couple of threads for the instructions. Andrew

Re: Point & Click with Atom

2020-10-31 Thread Andrew Bernard
I'm just halfway through producing a screed for Martin, as mentioned (maybe my mail has not filtered through to America yet)! Give me a couple of hours! I can address all these issues. cheerio! Andrew On 1/11/2020 1:13 pm, David Wright wrote: ...

Re: Point & Click with Atom

2020-10-31 Thread David Wright
On Sat 31 Oct 2020 at 18:21:53 (+0100), Martín Rincón Botero wrote: > Am Sa., 31. Okt. 2020 um 18:03 Uhr schrieb Henning Hraban Ramm > : > > > Am 31.10.2020 um 17:45 schrieb Martín Rincón Botero > > > : > > > > > > I went over the Usage Manual for trying to configure Point & Click so > > that I

Re: Point & Click with Atom

2020-10-31 Thread Andrew Bernard
Hi Martin, I'll set up a model Fedora 33 instance today and update my screed on how to do this in Ubuntu that I posted to the list some time ago for Fedora 33 and Atom and lilypond latest release. Standby til later today! One issue is that Atom itself tends to be very slow, but this may be

Re: Lilypond and Python

2020-10-31 Thread 98123981293 1293812397123
Abjad is the most robust tool for this, as far as I'm aware. It won't run well on windows, so consider using a Linux virtual box if you're a windows user. https://github.com/Abjad This is a helpful guide for installation and learning: https://github.com/Abjad/intensive A not very high

Re: Point & Click with Atom

2020-10-31 Thread Federico Bruni
Il giorno sab 31 ott 2020 alle 18:48, Martín Rincón Botero ha scritto: Did you try to do what the docs say? Because the very beginning of the documentation is not clear as to what to do with the export line, I didn’t follow the steps for Gnome3. I’ll try adding that line to .bashrc and

Re: Sprechgesang

2020-10-31 Thread Massimiliano Viel
Thank you for the answer. Now it works fine… still, to be perfect, I should to find a way to extend the stem so that the x can find its comfortable place on it. And another possibly outrageous question… when I invoke \sp, it works from the first following note on to the last note, rests

Re: Lilypond and Python

2020-10-31 Thread Martín Rincón Botero
Hey Megan, I use a different approach, but have you checked Abjad already?  https://abjad.github.io/index.html Cheers Martín. www.martinrinconbotero.com On 31. Oct 2020, 18:51 +0100, Megan Aldrich , wrote: > Hello, > > Is there a package that would allow me to output in a lilypond format from

Re: Sprechgesang

2020-10-31 Thread Robin Bannister
Massimiliano Viel wrote: I receive the following message of error: Wrong number of arguments to ly:stencil-combine-at-edge Why is that? As far as I can understand the number of arguments is fine! The last parameter was dropped quite some time ago. You should have run it through

Sprechgesang

2020-10-31 Thread Massimiliano Viel
Hello everybody, I would like to use Schoenberg’s original symbol for sprechgesang… Specifically, the x on the stem you find in the score of Pierrot Lunaire. I found a snippet in the forum, which is: sp = { \override Voice.Stem #'stencil = #(lambda (grob)

Re: Markup in scheme

2020-10-31 Thread Thomas Morley
Am Sa., 31. Okt. 2020 um 16:30 Uhr schrieb John Schlomann : > > In the following snippet, the first markup works fine. The second gives no > errors, but outputs nothing. > > > > Why does the scheme version not work? > > > > \version "2.20.0" > > \markup{"First markup"} > > #(markup #:line

Percent repeat counter starting at 1

2020-10-31 Thread David Sumbler
By default the percent repeat counter does not put a "1" over the bar which is to be repeated; it starts with a "2" over the first actual repetition. This is what is normally required, but for clarity in one particular instance I would like the repeat counter to put a "1" over the bar which is

Lilypond and Python

2020-10-31 Thread Megan Aldrich
Hello, Is there a package that would allow me to output in a lilypond format from python? I found something through google searches and it’s poorly documented and hard to use. Is there something that you recommend using? Meg -- Megan Aldrich Connecticut College

Re: Point & Click with Atom

2020-10-31 Thread Martín Rincón Botero
> Did you try to do what the docs say? Because the very beginning of the documentation is not clear as to what to do with the export line, I didn’t follow the steps for Gnome3. I’ll try adding that line to .bashrc and follow the Gnome3 steps parallelly. If I succeed, I’ll try writing a small

Re: Point & Click with Atom

2020-10-31 Thread Henning Hraban Ramm
Martín, I didn’t read the documentation before, and I’m on OSX, so I can’t try. It looks like you need the setup for GNOME *and* the environment variable. Did you try to do what the docs say? Hraban > Am 31.10.2020 um 18:21 schrieb Martín Rincón Botero > : > > Dear Henning, > > thank you

Re: vertical positioning of text spanners and hairpins

2020-10-31 Thread Werner LEMBERG
> From > : > "changing outside-staff-priority of the Hairpin object will have no > effect on the vertical positioning of hairpins – you must change > outside-staff-priority of the associated DynamicLineSpanner object

Re: Point & Click with Atom

2020-10-31 Thread Martín Rincón Botero
Dear Henning, thank you for your answer. I don't think I understand correctly. I open a terminal and type export LYEDITOR=atom, hit Enter and then write something like lilypond myfile.ly? If it works (I just tried that and it didn't), I add the export line to .bashrc and then follow the steps in

Re: Point & Click with Atom

2020-10-31 Thread Henning Hraban Ramm
> Am 31.10.2020 um 17:45 schrieb Martín Rincón Botero > : > > I went over the Usage Manual for trying to configure Point & Click so that I > can use it with Atom (as much as I like Frescobaldi, its poor performance > with large scores makes it unusable after a certain number of lines of

Point & Click with Atom

2020-10-31 Thread Martín Rincón Botero
Hello, I went over the Usage Manual for trying to configure Point & Click so that I can use it with Atom (as much as I like Frescobaldi, its poor performance with large scores makes it unusable after a certain number of lines of code). The usage manual

Re: vertical positioning of text spanners and hairpins

2020-10-31 Thread Kieren MacMillan
Hi Werner, > To be serious: How should this be handled in the correct way? Am I > misunderstanding how `outside-staff-priority` works? From : "changing outside-staff-priority of the Hairpin object will have no

Re: vertical positioning of text spanners and hairpins

2020-10-31 Thread Werner LEMBERG
>>> how can I make the 'rit.' appear below the hairpin? >> >> WARNING: HACK AHEAD! SOLUTION MAY NOT WORK BEYOND MWE!! >> >> \new Dynamics { >>s2\tweak outside-staff-priority #1000 \< >>s2_\tweak outside-staff-priority #2000 >> \tweak bound-details.left.text "rit." >>

Re: Markup in scheme

2020-10-31 Thread Martin Neubauer
Maybe this is a starting point: \version "2.20.0" \new Staff{ <>-\markup{"First markup"} <>-#(markup #:line (#:simple "Second markup")) } On 31/10/2020 16:29, John Schlomann wrote: In the following snippet, the first markup works fine. The second gives no errors, but outputs

Markup in scheme

2020-10-31 Thread John Schlomann
In the following snippet, the first markup works fine. The second gives no errors, but outputs nothing. Why does the scheme version not work? \version "2.20.0" \markup{"First markup"} #(markup #:line (#:simple "Second markup")) Thanks, John