Hi all,
is there an easy or already-implemented way to have a markup
double-underlined, or do I have to draw that manually?
Urs
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On Tue, 2019-10-15 at 05:31 +0200, Federico Bruni wrote:
> Il giorno lun 14 ott 2019 alle 17:47, msk...@ansuz.sooke.bc.ca ha
> scritto:
> > Creating MP3, or any digital-audio format, requires synthesizing
> > the
> > actual sounds of the notes. It's far outside the scope of what a
> > music
> >
On 10/14/2019 7:31 PM, Simon Albrecht wrote:
On 15.10.19 00:39, Ben wrote:
When I try your code, I see warnings in the log. Are these
unavoidable when using \shapeII in this way?
I don’t know—I get no such warning. Is your OLL and LilyPond up to date?
Best, Simon
Hmm, I think so. I'm usin
On Tue, Oct 15, 2019 at 09:47:09AM +0200, Urs Liska wrote:
> is there an easy or already-implemented way to have a markup
> double-underlined, or do I have to draw that manually?
I would like to know this, too. Last time I needed it, I was in a
tearing hurry, and slammed out this gem:
\ve
On 2019-10-15 12:47 am, Urs Liska wrote:
Hi all,
is there an easy or already-implemented way to have a markup
double-underlined, or do I have to draw that manually?
It's not exactly perfect, but you can \underline an \underline:
\version "2.19.83"
#(define-markup-command (double-underli
On 10/14/2019 7:31 PM, Simon Albrecht wrote:
On 15.10.19 00:39, Ben wrote:
When I try your code, I see warnings in the log. Are these
unavoidable when using \shapeII in this way?
I don’t know—I get no such warning. Is your OLL and LilyPond up to date?
Best, Simon
Hi Simon,
Here's some mor
Hi Urs a,d Aaron,
Simply:
\markup {
\underline
\override #'(offset . 6)\underline
"Lorem ipsum"
\override #'(offset . 5)\underline
\override #'(offset . 10)\underline
"dolor sit amet"
}
Works too. However, lines length are not equals, even in Aaron's coding.
HTH,
Cheers,
Pierre
Le
Hi all,
thank you for your suggestions. I've implemented Aaron's solution, which
seemed to be the most natural and semantically appropriate for my use
case. The results seem sufficient too (see attachment).
Best
Urs
Am 15.10.19 um 13:18 schrieb Pierre Perol-Schneider:
Hi Urs a,d Aaron,
Si
This works fine:
#(define-markup-command (dle-underline layout props args)
(markup?) #:properties ((offset 2) (gap 3))
(interpret-markup layout props
(markup #:override (cons 'offset (+ offset gap)) #:underline
(#:with-dimensions-from args
#:override (cons 'offset of
On 10/14/2019 7:31 PM, Simon Albrecht wrote:
On 15.10.19 00:39, Ben wrote:
When I try your code, I see warnings in the log. Are these
unavoidable when using \shapeII in this way?
I don’t know—I get no such warning. Is your OLL and LilyPond up to date?
Best, Simon
What version(s) are you us
If you're on Windows and use VirtualMidiSynth, it has a convert to mp3
option built in. Run the tool, open midi file, etc. You'll need, if I
recall correctly, to download lame and put the lame dll in the VMS install
folder. VMS docs explain this.
Regards
--
“Happiness is the meaning and the pur
Hi List,
I'm copying an old manuscript that has erroneously put a ten-bar rest at
the end of two voice parts. I want to use the ScholarLY interface to add an
annotation to address this in the source. From what I understand of the
documentation, the syntax is the following:
---
On Tue, Oct 15, 2019 at 1:50 AM Urs Liska wrote:
>
> Am 15.10.19 um 03:26 schrieb Freeman Gilmore:
>
>
>
> On Mon, Oct 14, 2019 at 7:48 PM Andrew Bernard
> wrote:
>
>> Hi Bill,
>>
>> https://github.com/openlilylib
>>
>> Having cloned the git repository, here are the instructions for use:
>>
>> h
15. Oktober 2019 16:28, "Freeman Gilmore" schrieb:
> On Tue, Oct 15, 2019 at 1:50 AM Urs Liska wrote:
>
>> ...
>>
>> So, for openLilyLib this means:
>>
>> * You need *one* root directory where all openLilyLib packages will be
>> located *below*, say
>> C:\openLilyLib
>> * Within that you need
Hi Andrew,
15. Oktober 2019 16:27, "N. Andrew Walsh" mailto:n.andrew.wa...@gmail.com?to=%22N.%20Andrew%20Walsh%22%20)>
schrieb:
Hi List,
I'm copying an old manuscript that has erroneously put a ten-bar rest at the
end of two voice parts. I want to use the ScholarLY interface to add an
annotatio
Hi Andrew,
15. Oktober 2019 16:47, "N. Andrew Walsh" schrieb:
> Hi Urs,
>
> On Tue, Oct 15, 2019 at 4:30 PM Urs Liska wrote:
>
>> I can't test right now, but I'd first try with these variants
>> correction { s1*0 }
>> correction { <>1*0 }
>> correction { {} }
>
> The first of these worked fi
Hi Urs,
On Tue, Oct 15, 2019 at 4:30 PM Urs Liska wrote:
> I can't test right now, but I'd first try with these variants
> correction { s1*0 }
> correction { <>1*0 }
> correction { {} }
>
> The first of these worked fine, but it turns out my problem wasn't exactly
that. From what I can tell, in
On Tue, Oct 15, 2019 at 10:34 AM Urs Liska wrote:
> 15. Oktober 2019 16:28, "Freeman Gilmore"
> schrieb:
>
> > On Tue, Oct 15, 2019 at 1:50 AM Urs Liska wrote:
> >
> >> ...
> >>
> >> So, for openLilyLib this means:
> >>
> >> * You need *one* root directory where all openLilyLib packages will be
Simon,
I couldn't get the tweak position to work, but the tweak-like shape
function worked great! Thanks for your help.
---
Knute Snortum
(via Gmail)
On Tue, Oct 15, 2019 at 5:33 AM Ben wrote:
> On 10/14/2019 7:31 PM, Simon Albrecht wrote:
>
> On 15.10.19 00:39, Ben wrote:
>
> When I try you
On Tue 15 Oct 2019 at 10:28:36 (-0400), Freeman Gilmore wrote:
[…]
> > I am not a programmer, but I am trying to understand the include path. Say
> > I clone here C:\openLilyLib\. Then I want to use some files in
> > snippets; and I include the path C:\openLilyLib\snippets\. Would that
> > in
On Tue, Oct 15, 2019 at 11:37 AM David Wright
wrote:
> On Tue 15 Oct 2019 at 10:28:36 (-0400), Freeman Gilmore wrote:
> […]
> > > I am not a programmer, but I am trying to understand the include
> path. Say
> > > I clone here C:\openLilyLib\. Then I want to use some files in
> > > snippets; a
On 15.10.19 17:16, Freeman Gilmore wrote:
See if I have it: I run lilypond-windows.exethen i enter -I
C:\openLilyLib path\to\document.loy.
this adds the C:\openLilyLib directory to the file document.loy?
No, -I and what follows it are a command line option to the command
lilypond-windows.exe.
On 15.10.19 14:33, Ben wrote:
What version(s) are you using Simon?
The same, basically…
Are you loading modules using the ‘new’ syntax? i.e.
\include "oll-core/package.ily"
\loadModule snippets.notation-snippets.shaping-bezier-curves.shapeII
Best, Simon
___
On 10/15/2019 4:43 PM, Simon Albrecht wrote:
On 15.10.19 14:33, Ben wrote:
What version(s) are you using Simon?
The same, basically…
Are you loading modules using the ‘new’ syntax? i.e.
\include "oll-core/package.ily"
\loadModule snippets.notation-snippets.shaping-bezier-curves.shapeII
Bes
On Tue 15 Oct 2019 at 12:34:41 (-0400), Freeman Gilmore wrote:
> On Tue, Oct 15, 2019 at 11:37 AM David Wright
> wrote:
> > On Tue 15 Oct 2019 at 10:28:36 (-0400), Freeman Gilmore wrote:
> > […]
> > > > I am not a programmer, but I am trying to understand the include
> > path. Say
> > > > I clo
On 15.10.19 23:35, Ben wrote:
On 10/15/2019 4:43 PM, Simon Albrecht wrote:
On 15.10.19 14:33, Ben wrote:
What version(s) are you using Simon?
The same, basically…
Are you loading modules using the ‘new’ syntax? i.e.
\include "oll-core/package.ily"
\loadModule snippets.notation-snippets.sha
Simon has already given a very clear answer, but I want to add some more
examples that may help you understanding the context and a part of your
question that may not be fully covered yet.
Say you have a document
C:\myscores\alleluja.ly
which contains a line
\include "my-config.ily"
(note th
On Tue, Oct 15, 2019 at 7:16 PM Urs Liska wrote:
> Simon has already given a very clear answer, but I want to add some more
> examples that may help you understanding the context and a part of your
> question that may not be fully covered yet.
>
The following is making it clear, i have 5 question
I Havel installed catalina 10.15 on my Mac andiamo lilypond 2.19.83 don't
runHELP!Inviato da smartphone Samsung Galaxy.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
29 matches
Mail list logo