On Tue, Oct 22, 2024 at 08:32:55PM +0200, David Kastrup wrote:
> "H. S. Teoh" via LilyPond user discussion
> writes:
[...]
> > After applying the workaround, the output looks OK now, but now I'm
> > getting this warning from Lilypond:
> >
> > warning: articulation failed to steal 9/320 note ba
Re: Compress Long Rest in Jianpu.
--
*From*: Werner LEMBERG
*Subject*: Re: Compress Long Rest in Jianpu.
*Date*: Sun, 24 Mar 2024 06:27:49 + (UTC)
--
[Please always reply to the list!]
>* Sure, it looks like this*
>* [image: image.png]*
"H. S. Teoh" via LilyPond user discussion
writes:
> On Tue, Oct 22, 2024 at 10:57:23AM -0700, Knute Snortum wrote:
>>On Tue, Oct 22, 2024 at 10:44 AM H. S. Teoh via LilyPond user discussion
>><[1]lilypond-user@gnu.org> wrote:
>>
>>> On Tue, Oct 22, 2024 at 07:27:48PM +0200, David Kas
On Tue, Oct 22, 2024 at 10:57:23AM -0700, Knute Snortum wrote:
>On Tue, Oct 22, 2024 at 10:44 AM H. S. Teoh via LilyPond user discussion
><[1]lilypond-user@gnu.org> wrote:
>
>> On Tue, Oct 22, 2024 at 07:27:48PM +0200, David Kastrup wrote:
>> > "H. S. Teoh" via LilyPond user discus
On Tue, Oct 22, 2024 at 10:44 AM H. S. Teoh via LilyPond user discussion <
lilypond-user@gnu.org> wrote:
> On Tue, Oct 22, 2024 at 07:27:48PM +0200, David Kastrup wrote:
> > "H. S. Teoh" via LilyPond user discussion
> > writes:
> >
> > > Hi all,
> > >
> > > I'm noticing some odd behaviour with th
On Tue, Oct 22, 2024 at 07:27:48PM +0200, David Kastrup wrote:
> "H. S. Teoh" via LilyPond user discussion
> writes:
>
> > Hi all,
> >
> > I'm noticing some odd behaviour with the latest version of Lilypond (git
> > master, nominally 2.25.21). I have a piano score (GrandStaff with two
> > Staff's
"H. S. Teoh" via LilyPond user discussion
writes:
> Hi all,
>
> I'm noticing some odd behaviour with the latest version of Lilypond (git
> master, nominally 2.25.21). I have a piano score (GrandStaff with two
> Staff's underneath), and when one staff contains grace notes right at
> the beginning,
Dear Teoh,
I don't actually know, but try this workaround:
-William
% ---
\version "2.25.20"
\score {
\new GrandStaff <<
\new Staff {
\clef treble
\time 4/4
\key aes \major
Hi all,
I'm noticing some odd behaviour with the latest version of Lilypond (git
master, nominally 2.25.21). I have a piano score (GrandStaff with two
Staff's underneath), and when one staff contains grace notes right at
the beginning, it throws off alignment of the key/time signatures and
clefs w
p.s. If you want the first time signature to appear (as in your example), then
just delay the \omit:
\version "2.25.11"
{
\time 4/4
c''2 2
\omit Score.TimeSignature
\time 4/2
c''2 2 2 2
\time 4/1
c'' 2 2 2 2 1 1
}
> On Oct 22, 2024, at 11:38 AM, Kieren MacMillan
> wrote:
>
> Hi
Hi Alexander,
> is there any chance to reproduce this kind of different bar lengths?
\version "2.25.11"
{
\time 4/4
\omit Score.TimeSignature
c''2 2
\time 4/2
c''2 2 2 2
\time 4/1
c'' 2 2 2 2 1 1
}
Hope that helps!
Kieren.
__
My work da
Yes, try
\set Timing.measureLength = #(ly:make-moment 2/1)
See
https://lilypond.org/doc/v2.24/Documentation/notation/special-rhythmic-concerns
and ctrl-f "measurelength"
Thanks,
-William
On 10/22/24 11:21, Alexander Weidner wrote:
Hello,
is there any chance to reproduce this kind of diffe
Hello,
is there any chance to reproduce this kind of different bar lengths?
\time 4/2 — does not fit with the measure in T4.
Thanks a lot! Alexander
13 matches
Mail list logo