On 2022-10-30 10:39 pm, Jacques Menu wrote:
Is there a LilyPond-specific term for the position of an element in a
measure, such a 7/16?
I believe "moment" is what you are looking for.
-- Aaron Hill
Hello Aaron,
> Le 31 oct. 2022 à 08:38, Aaron Hill a écrit :
>
> On 2022-10-30 10:39 pm, Jacques Menu wrote:
>> Is there a LilyPond-specific term for the position of an element in a
>> measure, such a 7/16?
>
> I believe "moment" is what you are looking for.
That was my first thought, but mom
Hi Jacques,
Le 31/10/2022 à 06:39, Jacques Menu a écrit :
Hello folks,
Is there a LilyPond-specific term for the position of an element in a measure,
such a 7/16?
Do you mean 7/16 as a fraction of the length of a whole note,
or a fraction of the length of a measure?
The former is called "m
Hello,
*Problem*
I have got an extra treble clef on the second Staff when using a PianoStaff
with two \clef bass staves. See the example below
*Example*
\version "2.23.14"
\score {
\new PianoStaff = bayan {
<<
\new Staff = rightHand {
\tempo Lento
\clef bass
> Le 31 oct. 2022 à 11:21, Volodymyr Prokopyuk a
> écrit :
>
> Problem
>
> I have got an extra treble clef on the second Staff when using a PianoStaff
> with two \clef bass staves. See the example below
This is a frequently discussed issue, last time here:
https://lists.gnu.org/archive/
Hello Jean,
> Le 31 oct. 2022 à 09:04, Jean Abou Samra a écrit :
>
> Hi Jacques,
>
> Le 31/10/2022 à 06:39, Jacques Menu a écrit :
>> Hello folks,
>>
>> Is there a LilyPond-specific term for the position of an element in a
>> measure, such a 7/16?
>
>
> Do you mean 7/16 as a fraction of the
Thank you Jean for your help!
Below follows the solution
Example
\version "2.23.14"
\score {
\new PianoStaff = bayan {
<<
\new Staff = rightHand {
\tempo Lento
\clef bass
\key c \minor
\time 2/4
\relative {
\acciaccatura { g=16 a b }
On 10/22/2022 3:32 PM, Jonas Hahnfeld via LilyPond user discussion wrote:
test your scores with this version
All seems well after several hours of light use on Windows 10.
--
Karlin High
Missouri, USA
I wanted to lengthen the stem of a pair of tied chords, but it didn't work as
expected. After some playing around, I found that I cannot tweak the
properties of a chord represented by q (repeating the previous chord), but that
the tweaks on the original chord get carried over. This example s
Oops - start should read:
I wanted to lengthen the stem of only the second of a pair of tied chords.
From: Paul Hodges
To:
Sent: 31/10/2022 15:08
Subject: Curious behaviour of q and a tweak
I wanted to lengthen the stem of a pair of tied chords, but it didn't work as
expe
Hello,
Is it possible to set/customize the path information in the point-and-click
metadata of LilyPond's output?
Thanks!
Le 31/10/2022 à 17:44, Paolo Prete a écrit :
Is it possible to set/customize the path information in the
point-and-click metadata of LilyPond's output?
In general, no. There is no such facility. I guess you could
post-process the PDF to change the links, though.
What are you trying to achie
Le 31/10/2022 à 17:56, Jean Abou Samra a écrit :
In general, no.
Well, I spoke too fast. You can do
\version "2.23.80"
#(set!
(@@ (lily output-ps) stencil-dispatch-alist)
(assq-set!
(@@ (lily output-ps) stencil-dispatch-alist)
'grob-cause
(lambda (offset grob)
(if (ly:get-o
Thank you as always!
In Spontini-Editor there are examples with generated SVG files that rely on
point-and-click in order to be edited. Although included paths are dummy
paths, I would like to clean them without post-processing the files. But I
think I don't have alternatives, given that the funct
BTW,
for unknown reasons your mails always go to the spam folder. I don't
experience the same issue with other members of the ml, and I don't
understand if the issue is on my account or on yours...
On Monday, October 31, 2022, Paolo Prete wrote:
>
> Thank you as always!
>
> In Spontini-Editor t
Le 31/10/2022 à 18:20, Paolo Prete a écrit :
Thank you as always!
In Spontini-Editor there are examples with generated SVG files that
rely on point-and-click in order to be edited. Although included paths
are dummy paths, I would like to clean them without post-processing
the files. But I th
Le 31/10/2022 à 18:35, Paolo Prete a écrit :
BTW,
for unknown reasons your mails always go to the spam folder. I don't
experience the same issue with other members of the ml, and I don't
understand if the issue is on my account or on yours...
Unfortunately, some people using GMail get my e
Hello all,
I need to typeset a lied (voice/piano) where temporarily the time
signatures change from 4/4 for both parts to 2/4 for the voice and to
6/8 for the piano and back to 4/4 again.
In the NR there is a nice example how to achieve this with equal
measure lenghts for the different time signat
Le 31/10/2022 à 22:31, Hajo Baess a écrit :
Hello all,
I need to typeset a lied (voice/piano) where temporarily the time
signatures change from 4/4 for both parts to 2/4 for the voice and to
6/8 for the piano and back to 4/4 again.
In the NR there is a nice example how to achieve this with equal
Le 29/10/2022 à 22:46, Edizioni Migliori a écrit :
Is it possible to make a MetronomeMark (tempo indication) appear
immediately to the right of a \sectionLabel, ideally also
vertically-aligned? The only way I have found so far is by overriding
X-offset, which seems convoluted. See example below
Wait, Wait,
I just gotta say, why does the tremolo interface breakdown on beam
direction in big or macro durations like whole notes? Why can't the
tremolo interface adjust to the distance of the note heads on the staff
to create an angle?
I will shut up now.
Craig
Le 01/11/2022 à 00:22, Craig Bakalian a écrit :
Wait, Wait,
I just gotta say, why does the tremolo interface breakdown on beam
direction in big or macro durations like whole notes? Why can't the
tremolo interface adjust to the distance of the note heads on the
staff to create an angle?
I w
I need to change them.
More specifically, each:
xlink:href="textedit:///some/personal/path/file.ly:x:y:z"
should be changed into
xlink:href="textedit:///dummy/path/file.ly:x:y:z"
For all the grobs with such metadata (SVG)
Anyway, with 4 lines of python postprocess code I did the operation, so,
On Tue 01 Nov 2022 at 02:23:23 (+0100), Paolo Prete wrote:
> I need to change them.
> More specifically, each:
>
> xlink:href="textedit:///some/personal/path/file.ly:x:y:z"
>
> should be changed into
>
> xlink:href="textedit:///dummy/path/file.ly:x:y:z"
>
> For all the grobs with such metadata
24 matches
Mail list logo