For piano music it is common to indicate the use of the right hand in
the lower staff with a 'half-bracket' (and vice versa for the upper
staff), see image.
Two questions.
* What's the right term for this 'half-bracket'?
* Has someone coded this already? I couldn't find code in the LSR.
Thank
> * What's the right term for this 'half-bracket'?
BTW, in SMuFL this symbol is called 'keyboardPlayWithRH' :-)
https://w3c.github.io/smufl/latest/tables/keyboard-techniques.html
Werner
Le 31/05/2022 à 10:39, Werner LEMBERG a écrit :
For piano music it is common to indicate the use of the right hand in
the lower staff with a 'half-bracket' (and vice versa for the upper
staff), see image.
Two questions.
* What's the right term for this 'half-bracket'?
No idea, I don't know t
Werner LEMBERG writes:
> For piano music it is common to indicate the use of the right hand in
> the lower staff with a 'half-bracket' (and vice versa for the upper
> staff), see image.
>
> Two questions.
>
> * What's the right term for this 'half-bracket'?
>
> * Has someone coded this already?
>> For piano music it is common to indicate the use of the right hand in
>> the lower staff with a 'half-bracket' [...]
>
> In the NR I find
>
> Indicating cross-staff chords with arpeggio bracket [...]
>
> It's not a half-bracket but it's the closest in the manual I can
> find at a glance.
Tha
Werner,
:-)>
The problem with ligatures is that they have 3 meanings - ties,
bowing/breathing marks and phrasing marks. And sometimes a note will have all
three. But this is getting a bit off-topic.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Tuesda
Hi,
Consider the following code:
\version "2.23.9"
\relative c, {
\override Staff.Clef.full-size-change = ##t
% Defaults ClefModifier.clef-alignments = #'((G -0.2 . 0.1) (F -0.3
. -0.2) (C 0 . 0))
\set Staff.forceClef = ##t
\clef "F_8"
c1
\set Staff.forceClef = ##t
\once \override St
Werner LEMBERG wrote:
For piano music it is common to indicate the use of the right hand in
the lower staff with a 'half-bracket' (and vice versa for the upper
staff), see image.
Two questions.
* What's the right term for this 'half-bracket'?
* Has someone coded this already? I couldn't find
Le 31/05/2022 à 12:14, Simon Bailey a écrit :
Hi,
Consider the following code:
\version "2.23.9"
\relative c, {
\override Staff.Clef.full-size-change = ##t
% Defaults ClefModifier.clef-alignments = #'((G -0.2 . 0.1) (F -0.3
. -0.2) (C 0 . 0))
\set Staff.forceClef = ##t
\clef "F_8"
Hi Jean,
On Tue, 31 May 2022 at 11:46, Jean Abou Samra wrote:
> Le 31/05/2022 à 12:14, Simon Bailey a écrit :
> The pairs in clef-alignments are not (x . y) but (x-down . x-up),
> where x-down and x-up respectively control the horizontal
> alignment for clef modifiers that lower or raise the octa
Hi,
and after a little bit of experimentation, this is actually all that was needed:
\layout {
\context {
\Staff
\override ClefModifier.clef-alignments = #'((G -0.2 . 0.1) (F -1
. -0.2) (C 0 . 0))
\override ClefModifier.staff-padding = #'()
}
}
\relative c, {
\clef "F_8"
Hi Simon,
Le 31/05/2022 à 13:33, Simon Bailey a écrit :
Hi Jean,
On Tue, 31 May 2022 at 11:46, Jean Abou Samra wrote:
Le 31/05/2022 à 12:14, Simon Bailey a écrit :
The pairs in clef-alignments are not (x . y) but (x-down . x-up),
where x-down and x-up respectively control the horizontal
align
Hoi,
A have a problem with a acciaccatura after a repeat volta.
Ik get two repeat signs. How can I solve this problem.
\version "2.20.0"
global = {
\time 4/4
\key c \major
\tempo 4=100
}
melody = \relative c'' {
\global
\repeat volta 2 {
c4 d e f
g d g f
e c d e
f g a f
On Tue, May 31, 2022 at 6:16 AM Jacques Verhagen wrote:
>
> Hoi,
>
>
> A have a problem with a acciaccatura after a repeat volta.
>
> Ik get two repeat signs. How can I solve this problem.
This is one of the oldest bugs in LilyPond. If you have a grace note
on the start of a measure in one voi
fwiw I was never able to get Lyx’s native Lilypond mode working reliably. The
manual was, and remains completely unhelpful.
That said, it is a good environment for embedding multiple Lilypond generated
pdf/eps in a structured text document, because any changes in those pdf/eps
files are picked
On Tue, May 31, 2022 at 10:02 AM Damian leGassick
wrote:
> fwiw I was never able to get Lyx’s native Lilypond mode working reliably. The
> manual was, and remains completely unhelpful.
Thanks! Knowing that the manual is unhelpful is really helpful. ;-)
Not to mention knowing that LyX's native L
>
> Uh-oh. That's a bit worrisome, since I was stymied by lilypond-book
> alone... Since you're the only person so far who seems to have spent
> time with LyX, I'll take that under serious advisement...
For simple stuff Lyx is much simpler. I’d certainly recommend you try it.
Am 31.05.22 um 16:02 schrieb Damian leGassick:
That said, it is a good environment for embedding multiple Lilypond generated
pdf/eps in a structured text document, because any changes in those pdf/eps
files are picked up automatically without having to reimport them (cf MS Word)
or even refres
Hello Hraban.
The OLL repo will be ready again in a few days. An excellent candidate
for that.
I used ConTeXt with great success in the past.
Andrew
Henning Hraban Ramm wrote on 1/06/2022 12:49 AM:
I actually don’t use LaTeX but ConTeXt where I wrote the LilyPond
bridge myself (https://wik
Am 31.05.22 um 17:01 schrieb Andrew Bernard:
The OLL repo will be ready again in a few days. An excellent candidate
for that.
I used ConTeXt with great success in the past.
That’s good to hear – but do you mean with OLL?
AFAIR Urs provided just LaTeX support for his critical edition stuff.
Le mar. 31 mai 2022 à 16:18, Kevin Cole a écrit :
> On Tue, May 31, 2022 at 10:02 AM Damian leGassick
> wrote:
>
> > My sense is also that for smaller documents, learning Lyx is actually
> more work than just learning lilypond-book as tweaks outside of what Lyx
> provides (and there could be man
Sorry, I forgot saying that the code between backticks should be saved to a
"test.tex" file.
Le mar. 31 mai 2022 à 17:19, Jacques Peron a écrit :
> Le mar. 31 mai 2022 à 16:18, Kevin Cole a écrit :
>
>> On Tue, May 31, 2022 at 10:02 AM Damian leGassick
>> wrote:
>>
>> > My sense is also that f
No I mean it would be good if you submitted this module to OLL when I
get it back up and running soonish.
Andrew
Henning Hraban Ramm wrote on 1/06/2022 1:13 AM:
That’s good to hear – but do you mean with OLL?
Hello folks,
I get such temp files:
jacquesmenu@macmini: ~/musicformats-git-dev/files/musicxmlfiles > ll Anacrusis*
600 -rw-r--r-- 1 jacquesmenu staff 303764 May 31 17:42:40 2022
Anacrusis-tmp-5978322
8 -rw-r--r--@ 1 jacquesmenu staff2100 May 31 17:42:33 2022 Anacrusis.ly
8 -rw-r--r-
Hi lilyponders: To produce ‘EPS’ images;lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly How ro run the above from frecobaldi v3.13? I do not know how to use command line with lilypond. Thank you for the help, Shalom,Ming Sent from Mail for Windows
Hi Ming,
go to the Lilypond menu and select "Engrave custom", then select EPS
in the "Output format" dropdown.
hth,
sb
On Tue, 31 May 2022 at 16:56, WaiMing Tsang wrote:
>
> Hi lilyponders:
>
>
>
> To produce ‘EPS’ images;
>
> lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile
Am 31.05.22 um 17:24 schrieb Andrew Bernard:
Henning Hraban Ramm wrote on 1/06/2022 1:13 AM:
That’s good to hear – but do you mean with OLL?
No I mean it would be good if you submitted this module to OLL when I
get it back up and running soonish.
It’s not even a module but just a setup for
On Tue 31 May 2022 at 17:49:45 (+0200), Jacques Menu wrote:
> I get such temp files:
>
> jacquesmenu@macmini: ~/musicformats-git-dev/files/musicxmlfiles > ll
> Anacrusis*
> 600 -rw-r--r-- 1 jacquesmenu staff 303764 May 31 17:42:40 2022
> Anacrusis-tmp-5978322
> 8 -rw-r--r--@ 1 jacquesmenu
Presumably you want all except the tmp file. Normally these go in /tmp.
Why yours do not I do not know. But you can force that with setting the
environment variable TMPDIR=/tmp in your shell of preceding the LilyPond
command.
Frescobaldi has an option to delete them but I suspect that is Pyth
Hello everyone,
This does not answer the question directly... but suggests a solution without
command line.
It is indeed easy to create EPS and/or SVG files from the PDF using Inkscape. You can then
edit the file, and choose any part you want to include. It works perfecty with PDF files
produ
> On May 31, 2022, at 4:39 AM, Werner LEMBERG wrote:
>
>
> * Has someone coded this already? I couldn't find code in the LSR.
>
I don't know if this is still the most ideal way, but it works. Someone on this
list coded all of this many years ago ... unfortunately, I'm unable to remember
wh
Apologies if this question has already been asked and answered on this
list, but... any chance that Lilybin might come back from the dead, some
day?
http://lilybin.com/
It's been gone for a few weeks now. Is there anything someone might do to
help it come back from the dead?
I have always used Gimp to convert music PDFs to EPS, whether the PDF was
generated by Lilypond (via Frescobaldi) or by gabc. Here is a link to a
document I wrote several years ago detailing how to do that:
http://lakewoodsound.com/misc/pdf2eps-gimp.pdf
Hope this helps.
dB
On Tue, May 31, 2022,
Am 31.05.22 um 21:56 schrieb David M. Boothe, CAS:
I have always used Gimp to convert music PDFs to EPS, whether the PDF
was generated by Lilypond (via Frescobaldi) or by gabc.
That means you convert a proper vector PDF into pixels. Don’t do that.
It makes no sense.
Hraban
How can I define a block of wordwrap (or justified) text that includes
commands such as \italic or \bold? I've done some searching and tried
various things, all to no avail.
Thank for any help,
John
"John Schlomann" writes:
> How can I define a block of wordwrap (or justified) text that includes
> commands such as \italic or \bold? I've done some searching and tried
> various things, all to no avail.
Huh.
\markup \wordwrap { This is a text with \italic italic words in it and
then I put som
Le 31/05/2022 à 23:36, John Schlomann a écrit :
How can I define a block of wordwrap (or justified) text that includes
commands such as \italic or \bold? I’ve done some searching and tried
various things, all to no avail.
Like this?
\version "2.22.2"
\markup \wordwrap {
Lorem ipsum d
Yes, that's very straightforward. And it works perfectly. What I'm actually
doing is a markup embedded in some Scheme code. I'll take another look at
that, and send actual code if I can't get it to work.
I apologize for the noise. Thank you, David.
John
-Original Message-
From: David Kast
Le 31/05/2022 à 17:49, Jacques Menu a écrit :
Hello folks,
I get such temp files:
*jacquesmenu@macmini*: ~/musicformats-git-dev/files/musicxmlfiles > ll
Anacrusis*
600 -rw-r--r-- 1 jacquesmenu staff 303764 May 31 17:42:40 2022
Anacrusis-tmp-5978322
8 -rw-r--r--@ 1 jacquesmenu staff 2
Thank you, Jean. I'm not sure where I got tripped up. Perhaps I need a brain
transplant.
John
-Original Message-
From: Jean Abou Samra
Sent: Tuesday, May 31, 2022 4:43 PM
To: John Schlomann ; lilypond-user@gnu.org
Subject: Re: Markup command in wrapped text
Le 31/05/2022 à 23:36, John
Le 31/05/2022 à 18:45, Andrew Bernard a écrit :
Presumably you want all except the tmp file. Normally these go in
/tmp. Why yours do not I do not know. But you can force that with
setting the environment variable TMPDIR=/tmp in your shell of
preceding the LilyPond command.
Frescobaldi has an
"John Schlomann" writes:
> Thank you, Jean. I'm not sure where I got tripped up. Perhaps I need a
> brain transplant.
I hear that the Wizard of Oz does things like that.
--
David Kastrup
On Tue 31 May 2022 at 23:54:06 (+0200), Jean Abou Samra wrote:
> Le 31/05/2022 à 17:49, Jacques Menu a écrit :
> > I get such temp files:
> >
> > *jacquesmenu@macmini*: ~/musicformats-git-dev/files/musicxmlfiles
> > > ll Anacrusis*
> > 600 -rw-r--r-- 1 jacquesmenu staff 303764 May 31 17:42:40 2
The @ just means the file has extended attributes which can be seen with
xattr.
MacOS is just UNIX underneath, so I don't see why /tmp should not
operate normally. Is there any chance the OP has TMPDIR set to '.'?
Here's a post on /tmp in MacOS that may be illuminating.
https://osxdaily.com
Thanks Dan!
JM
> Le 31 mai 2022 à 20:19, delfink . a écrit :
>
>
>> On May 31, 2022, at 4:39 AM, Werner LEMBERG wrote:
>>
>>
>> * Has someone coded this already? I couldn't find code in the LSR.
>>
>
> I don't know if this is still the most ideal way, but it works. Someone on
> this lis
For what it’s worth, this happened to me recently using frescobaldi on windows
while having one of the resulting PDFs open in Adobe Acrobat. This may be
something similar – most PDF readers lock the files, so lilypond can’t write to
the PDF and then also won’t delete the intermediate files. prob
46 matches
Mail list logo