Re: Point & Click with Atom

2020-11-01 Thread Werner LEMBERG
> ¹ I'm not sure of the distinction between Character and Column in the > textedit string. Perhaps it's used by spreadsheets or something. There exist 'wide characters', for example CJKV ideographs, which use two columns per character on the terminal. Werner

Re: Point & Click with Atom

2020-11-01 Thread Martín Rincón Botero
Thank you all for your helpful answers! @Federico: I hope, you don’t take my criticism personally! I see Andrew has written upon what you wrote. That’s great! I’ll have to check how I installed Atom. If it’s in Ubuntu’s software center, I probably installed it from there (so it’s a snap, I

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

2020-11-01 Thread Ralph Palmer
On Sun, Nov 1, 2020 at 12:13 AM Andrew Bernard wrote: > [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 > >

Re: Lilypond and Python

2020-11-01 Thread Stefan Thomas
Dear Dave, unfortunately I have no idea how I can install abjad. I wasn't able to do it with pip, can I do it in another way? Am So., 1. Nov. 2020 um 15:50 Uhr schrieb Dave Seidel : > Hi Stefan, > > I suppose that the root user does not have pip in its path. I advise not > worrying about it --

how to give more horizontal space to the voice follower

2020-11-01 Thread Werner LEMBERG
Dear LilyPond community, please consider this MWE: << \new Staff = "R" { \showStaffSwitch s2. c'''4 | \change Staff = "L" a4 \override VoiceFollower.minimum-length = #20 s2 a4 | \change Staff = "R" c'''4 } \new Staff = "L" { s1 | s1 | s4 } >>

Re: how to give more horizontal space to the voice follower

2020-11-01 Thread Thomas Morley
Am So., 1. Nov. 2020 um 16:53 Uhr schrieb Werner LEMBERG : > > > Dear LilyPond community, > > > please consider this MWE: > > << > \new Staff = "R" { > \showStaffSwitch > s2. c'''4 | \change Staff = "L" a4 > \override VoiceFollower.minimum-length = #20 > s2 a4 |

Re: Point & Click with Atom

2020-11-01 Thread Wols Lists
On 01/11/20 02:13, David Wright wrote: > If one > deals only with graphical applications, there is almost no scope > for a shell to make an appearance at all, so it seems strange, to > some, to involve the shell at login time. AIUI, the problem is made worse by the fact that - if you

Re: Lilypond and Python

2020-11-01 Thread Stefan Thomas
Dear Dave, thanks for Your soon reply. When I type > sudo pip install --upgrade pip > I get > sudo: pip: command not found > I don't know how to update pip. Do You have a hint? All the best, Stefan Am So., 1. Nov. 2020 um 14:15 Uhr schrieb Dave Seidel : > Try upgrading pip with sudo (i.e.,

Re: Sprechgesang

2020-11-01 Thread Massimiliano Viel
Hi, yes the code was pretty old, about 2007. So it is good to have updated this topic in the forum. Thank you to you and everybody! unofortunately I use Lilypond only once in a while, so I don’t use it enough to develop a deep knowledge as I would like. first one who writes a book/tutorial on

Re: \bracketize?

2020-11-01 Thread Lukas-Fabian Moser
Hi Jun, Am 01.11.20 um 14:07 schrieb 田村淳: Hello, I’m looking for a “bracket” version of “\parenthesize” function to enclose an articulation or ornamentation mark within a pair of square brackets. I’d like to use parenthesis and brackets to indicate two different types of editorial

Re: Lilypond and Python

2020-11-01 Thread Stefan Thomas
Dear community, I tried to install abjad with pip install abjad And I got: > Collecting abjad > Using cached > https://files.pythonhosted.org/packages/f7/2f/23b14c7ff2ca1a5728e81fc1b5960374ec444efad43b197dca009 > 53d90cc/Abjad-3.1.tar.gz > Could not import setuptools which is required to install

Re: Sprechgesang

2020-11-01 Thread Lukas-Fabian Moser
Hi Massimiliano, the code you provided is _very_ old. I modified it a bit in order to work with both possible stem directions and respect rests. Also, there was a hard-coded offset for the cross that can more succinctly be replaced by a \center-align. I also lenghened the stems a bit. Note

\bracketize?

2020-11-01 Thread 田村淳
Hello, I’m looking for a “bracket” version of “\parenthesize” function to enclose an articulation or ornamentation mark within a pair of square brackets. I’d like to use parenthesis and brackets to indicate two different types of editorial additions. I achieved the same for dynamics marks by

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

2020-11-01 Thread Martín Rincón Botero
Thank you very much, Andrew, for this guide! It works! My pdf viewer is Foxit Reader so after installing the gnome-open program and checking it works, I didn't have to follow any other steps. I wish this guide can be merged with the current guide in the Usage Manual. Just one small suggestion to

Re: Lilypond and Python

2020-11-01 Thread Martín Rincón Botero
Hi Stefan. I remember having to make my version of Python 3 (3.6 I think) the system default (yours is 2.7) for abjad to work. I also remember having to install some things as root for it to work (you have a “Permission Denied” somewhere...). I read somewhere it’s not recommendable to use root

Re: Lilypond and Python

2020-11-01 Thread Stefan Thomas
Dear Dave, many thanks to Your fast reply. But unfortunately it didn't work. It seems to be a python problem: pip install setuptools Collecting setuptools Using cached https://files.pythonhosted.org/packages/e1/b7/182161210a13158cd3ccc41ee19aadef54496b74f2817cc147006

Re: Lilypond and Python

2020-11-01 Thread Martín Rincón Botero
Hi Stefan, it seems the updating process failed before having installed a newer version of pip (it says “command not found”). I would stick to learning how to install stuff using pip (with which you can install many modules for Python, not only abjad). If you’re using Ubuntu, reinstalling pip

Re: Point & Click with Atom

2020-11-01 Thread David Kastrup
Werner LEMBERG writes: >> ¹ I'm not sure of the distinction between Character and Column in the >> textedit string. Perhaps it's used by spreadsheets or something. > > There exist 'wide characters', for example CJKV ideographs, which use > two columns per character on the terminal. I am not

Lilypond stable release candidate now available

2020-11-01 Thread Phil Holmes
We are pleased to announce that Lilypond 2.21.80 has now been released and is available to download and install.  This is the first release candidate for the next stable version: 2.22.0, so we would be grateful if as many users as possible could install and test it. Thanks in advance. --

Re: how to give more horizontal space to the voice follower

2020-11-01 Thread Werner LEMBERG
>> Why doesn't the `VoiceFollower` grob obey the `minimum-length` >> property (inspite of supporting the `spanner-interface`)? What am I >> missing? > > add > \override VoiceFollower.springs-and-rods = #ly:spanner::set-spacing-rods > ;) Thanks! Werner

Re: Sprechgesang

2020-11-01 Thread Massimiliano Viel
Thank you, I was in fact interested in the notation of Pierrot Lunaire’ “Den Wein", which Schoenberg abandoned later to adopt the “Humperdinck” one. Thank you for the material, I’ll try to study it and understand how it works. Best Massimiliano > On 1 Nov 2020, at 21:43, Thomas Morley

Re: \unfoldRepeats

2020-11-01 Thread Aaron Hill
On 2020-11-01 2:25 pm, David Rogers wrote: Aaron Hill writes: On 2020-10-29 2:35 pm, David Kastrup wrote: David Nalesnik writes: Hi Andrew, On Wed, Oct 28, 2020 at 5:03 PM Andrew Bernard wrote: Hi David, But it would be great in the future to have more and better MIDI support. I no

Re: Installing Lilypond 2.21.80

2020-11-01 Thread Aaron Hill
On 2020-11-01 3:41 pm, Ralph Palmer wrote: Hi - I would like to install LilyPond 2.21.80, but I don't know how. I have successfully installed earlier versions, but I don't remember how, and I can't find instructions. I'm running Ubuntu 20.4.01 under Linux (duh - but I don't know how to find

Re: \unfoldRepeats

2020-11-01 Thread David Rogers
Aaron Hill writes: On 2020-10-29 2:35 pm, David Kastrup wrote: David Nalesnik writes: Hi Andrew, On Wed, Oct 28, 2020 at 5:03 PM Andrew Bernard wrote: Hi David, But it would be great in the future to have more and better MIDI support. I no longer regard it as a small feature on the

Re: Installing Lilypond 2.21.80

2020-11-01 Thread Ralph Palmer
On Sun, Nov 1, 2020 at 7:31 PM Aaron Hill wrote: > On 2020-11-01 3:58 pm, Aaron Hill wrote: > > On 2020-11-01 3:41 pm, Ralph Palmer wrote: > >> Hi - > >> > >> I would like to install LilyPond 2.21.80, but I don't know how. I have > >> successfully installed earlier versions, but I don't remember

Re: Point & Click with Atom

2020-11-01 Thread Federico Bruni
Il giorno dom 1 nov 2020 alle 11:36, Martín Rincón Botero ha scritto: @Federico: I hope, you don’t take my criticism personally! I see Andrew has written upon what you wrote. That’s great! I’ll have to check how I installed Atom. If it’s in Ubuntu’s software center, I probably installed it

Re: Installing Lilypond 2.21.80

2020-11-01 Thread Aaron Hill
On 2020-11-01 5:26 pm, Ralph Palmer wrote: On Sun, Nov 1, 2020 at 7:31 PM Aaron Hill wrote: On 2020-11-01 3:58 pm, Aaron Hill wrote: > On 2020-11-01 3:41 pm, Ralph Palmer wrote: >> Hi - >> >> I would like to install LilyPond 2.21.80, but I don't know how. I have >> successfully installed

Re: LSR 1119 Force clef change in alternatives

2020-11-01 Thread Thomas Morley
Am Fr., 30. Okt. 2020 um 23:45 Uhr schrieb Aaron Hill : > > On 2020-10-30 2:19 pm, Thomas Morley wrote: > > To the author (Pierre?) of > > lsr.di.unimi.it/LSR/Item?u=1=1119 > > > > Many thanks for your snippet, though, please add a description to it. > > ;) > > Would this work better to avoid the

Re: Lilypond and Python

2020-11-01 Thread Federico Bruni
Il giorno dom 1 nov 2020 alle 17:07, Stefan Thomas ha scritto: many thanks to Your fast reply. But unfortunately it didn't work. It seems to be a python problem: pip install setuptools Collecting setuptools Using cached

Installing Lilypond 2.21.80

2020-11-01 Thread Ralph Palmer
Hi - I would like to install LilyPond 2.21.80, but I don't know how. I have successfully installed earlier versions, but I don't remember how, and I can't find instructions. I'm running Ubuntu 20.4.01 under Linux (duh - but I don't know how to find the Linux version). I'm slightly familiar with

RE: Markup in scheme

2020-11-01 Thread John Schlomann
Thank you, Martin and Harm. You gave me the understanding I needed. John > -Original Message- > From: Thomas Morley [mailto:thomasmorle...@gmail.com] > Sent: Saturday, October 31, 2020 1:47 PM > To: John Schlomann > Cc: lilypond-user > Subject: Re: Markup in scheme > > Am Sa., 31. Okt.

Re: Installing Lilypond 2.21.80

2020-11-01 Thread Aaron Hill
On 2020-11-01 3:58 pm, Aaron Hill wrote: On 2020-11-01 3:41 pm, Ralph Palmer wrote: Hi - I would like to install LilyPond 2.21.80, but I don't know how. I have successfully installed earlier versions, but I don't remember how, and I can't find instructions. I'm running Ubuntu 20.4.01 under

Re: Installing Lilypond 2.21.80

2020-11-01 Thread Ralph Palmer
On Sun, Nov 1, 2020 at 8:30 PM Aaron Hill wrote: > On 2020-11-01 5:26 pm, Ralph Palmer wrote: > > On Sun, Nov 1, 2020 at 7:31 PM Aaron Hill > > wrote: > > > >> On 2020-11-01 3:58 pm, Aaron Hill wrote: > >> > On 2020-11-01 3:41 pm, Ralph Palmer wrote: > >> >> Hi - > >> >> > >> >> I would like to

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

2020-11-01 Thread David Wright
On Sun 01 Nov 2020 at 14:25:07 (+0100), Martín Rincón Botero wrote: > Thank you very much, Andrew, for this guide! It works! My pdf viewer is > Foxit Reader so after installing the gnome-open program and checking it > works, I didn't have to follow any other steps. I wish this guide can be >

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

2020-11-01 Thread David Wright
On Sun 01 Nov 2020 at 15:12:56 (+1100), Andrew Bernard wrote: > [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 Yes, this one's the longer one, so I'll comment on this. >

Re: Lilypond and Python

2020-11-01 Thread Stefan Thomas
Dear Frederico, it worked! I've installed abjad successfully. Thanks, Stefan Am So., 1. Nov. 2020 um 22:55 Uhr schrieb Federico Bruni : > Il giorno dom 1 nov 2020 alle 17:07, Stefan Thomas > ha scritto: > > many thanks to Your fast reply. But unfortunately it didn't work. It > > seems to be a

problem with hacklily

2020-11-01 Thread Stefan Thomas
Dear community, I wanted to save a file in hacklily (https://www.hacklily.org/). Unfortunately I can't do this, I always get > TypeError: e.sent map is not a function. > I should mention that I use the firefox browser. Has someone an idea what could be wrong? Thanks, Stefan