Hello Jean !
Error 1073741819
\version "2.23.13"
$@(map (lambda (i)
#{
\bookpart {
\score {
\repeat unfold 100 c'1
}
}
#})
(iota 300))
Block on Fitting music on 171 or 172 pages...
\version "2.23.13"
$@(map (
On 19 Sep 2022, at 15:11, Jean Abou Samra wrote:
>
>
>
> Le 19/09/2022 à 11:50, Michael Hendry a écrit :
>> On 18 Sep 2022, at 22:32, Jean Abou Samra wrote:
>>
>>>
>>
>>
>>> \relative c' {
>>> c4 d e2 |
>>> g1 |
>>> g f e d | % notes wrongly entered
>>> s1 % missing bar check
>>>
On Mon, Sep 19, 2022 at 8:21 AM Michael Hendry
wrote:
> On 19 Sep 2022, at 15:11, Jean Abou Samra wrote:
> >
> >
> >
> > Le 19/09/2022 à 11:50, Michael Hendry a écrit :
> >> On 18 Sep 2022, at 22:32, Jean Abou Samra wrote:
> >>
> >>>
> >>
> >>
> >>> \relative c' {
> >>> c4 d e2 |
> >>> g1
On Sun, Sep 18, 2022 at 7:22 AM pagani laurent wrote:
[...]
> Unlike Latex editors (texstudio, or texshop e.g.), it does not have the list
> of reserved words/commands in lateral menus to retrieve quickly something you
> don’t remember. But I guess there are not so many things to remember at the
Hi Ken,
Lilypond has so called engravers at various levels that handle placement of
stuff. If you do ^"some text" a so called TextScript event is created, which is
handled by an engraver at Staff level. The voltas on the other hand are created
by an engraver at Score level. Other events that ar
Hi Jean,
I just finished a small implementation for this, just to see that you already
did a much better one yesterday!
Anyway. You can still achieve something like that for << ... >> constructs.
You can do something like this:
\layout {
\context {
\Voice
\accepts "Notes"
}
\cont
Le 19/09/2022 à 19:55, Cluanie Fraser a écrit :
Hi Tim,
Thanks for responding. I’m really struggling as I’m quite out of depth
with this tech stuff.
This is what shows up when I download the Lilypond file from the
website and double click to open it.
The only bit of English in the file is
HI Valentin;
Thank you for elaboration.
I have implemented the "Fine" and "D.C. al Fine" as rehearsal mark markups.
Now I have a problem where the "D.C. al Fine" consumes much more
space than the bar containing the dotted-half note, it even falls off
the right side of the page.
How does
On Mon 19 Sep 2022 at 16:28:35 (-0700), Kenneth Wolcott wrote:
> I have implemented the "Fine" and "D.C. al Fine" as rehearsal mark markups.
>
> Now I have a problem where the "D.C. al Fine" consumes much more
> space than the bar containing the dotted-half note, it even falls off
> the right
HI David;
Thank you.
What is "\rightjust"? Is it a variable (macro) that you have
defined? I can't find that command in the NR. How does that differ
from right-align, which I tried and it didn't work for me.
Thanks,
Ken
On Mon, Sep 19, 2022 at 5:23 PM David Wright wrote:
>
> On Mon 19 Se
Le 20/09/2022 à 02:45, Kenneth Wolcott a écrit :
HI David;
Thank you.
What is "\rightjust"? Is it a variable (macro) that you have
defined? I can't find that command in the NR.
I suppose David defined it as something like
rightjust = \tweak self-alignment-X #RIGHT \etc
The alignmen
HI Jean;
Now it finally starts to make sense!
Thanks,
Ken
On Mon, Sep 19, 2022 at 6:30 PM Jean Abou Samra wrote:
>
> Le 20/09/2022 à 02:45, Kenneth Wolcott a écrit :
> > HI David;
> >
> >Thank you.
> >
> >What is "\rightjust"? Is it a variable (macro) that you have
> > defined? I can'
On Mon 19 Sep 2022 at 17:45:24 (-0700), Kenneth Wolcott wrote:
> What is "\rightjust"? Is it a variable (macro) that you have
> defined? I can't find that command in the NR. How does that differ
> from right-align, which I tried and it didn't work for me.
Oops, I'm sorry. I forgot that I'm re
13 matches
Mail list logo