> ¹ 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
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 t
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 su
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 l
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 supp
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
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 sl
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
>
>
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 ma
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 w
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., "s
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.
--
Phil
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 Li
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 -- th
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
}
>>
W
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 additions.
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 | \chang
>> 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
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 i
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
ec932b4/setuptools-44.1.1-py2.
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&id=1119
> >
> > Many thanks for your snippet, though, please add a description to it.
> > ;)
>
> Would this work better to avoid th
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
https://files.pythonhosted.org/packages/e1/b7/182161210a13158cd3ccc41ee19
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 fro
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. 2
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
sid
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 wrote:
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 long
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
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
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 L
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
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 earl
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
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
> merged
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.
>
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 py
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
37 matches
Mail list logo