couple days ago, I described a problem with a piece for two staves in
>> independent time signatures. After consulting this post, I moved the timing
>> translator and bar line engraver out of the score context and into the staff
>> context. While the midi compiles properly, th
Quoting Michael Collins (mxcoll...@gmail.com):
> A couple days ago, I described a problem with a piece for two staves in
> independent time signatures. After consulting this post, I moved the timing
> translator and bar line engraver out of the score context and into the staff
> con
At 15:57 22/10/2015 -0400, Michael Collins wrote:
A couple days ago, I described a problem with a piece for two staves
in independent time signatures. After consulting this post, I moved
the timing translator and bar line engraver out of the score context
and into the staff context. While the
From: Michael Collins
To: lilypond-user@gnu.org
Sent: Thursday, October 22, 2015 8:57 PM
Subject: bar checks and independent time signatures
Hello,
A couple days ago, I described a problem with a piece for two staves in
independent time signatures. After consulting this post, I move
Hello,
A couple days ago, I described a problem with a piece for two staves in
independent time signatures. After consulting this post
<http://lilypondblog.org/2014/05/independent-meters/>, I moved the timing
translator and bar line engraver out of the score context and into the
staff c
On 21.10.2015 00:09, Urs Liska wrote:
This is true, LilyPond can only make a line break when all staves are at
the same moment in time. You can force mid-measure breaks with \bar "",
but only at these points.
Unless of course you remove the "Forbid_line_break_engraver" (from
Voice) – a feature
Michael Collins wrote
> I'm trying to write a piece for two staves in independent time signatures.
Michael,
I'm totally confused by your score. They only thing I've been able to figure
out is that there are 16 notes in each staff that I (ignorantly) assume are
supposed to line
Am 20.10.2015 um 23:30 schrieb David Wright:
> Quoting Michael Collins (mxcoll...@gmail.com):
>> I'm trying to write a piece for two staves in independent time signatures.
>> After consulting this post, I moved the timing translator and bar line
>> engraver
>> o
Quoting Michael Collins (mxcoll...@gmail.com):
> I'm trying to write a piece for two staves in independent time signatures.
> After consulting this post, I moved the timing translator and bar line
> engraver
> out of the score context and into the staff context. However, I&
aves in independent time
>signatures.
>After consulting this post
><http://lilypondblog.org/2014/05/independent-meters/>, I moved the
>timing
>translator and bar line engraver out of the score context and into the
>staff context. However, I'm still getting garbled outpu
Hello,
I'm trying to write a piece for two staves in independent time signatures.
After consulting this post
<http://lilypondblog.org/2014/05/independent-meters/>, I moved the timing
translator and bar line engraver out of the score context and into the
staff context. However, I'
Mats Bengtsson wrote:
The reason for your problems is that the command \partial 8 is
equivalent to
\set Score.measurePosition = #(ly:make-moment -1 8)
which does the setting on the Score level. The solution is to make the
Ok. Perfectly clear. Thanks a lot!
Peter
corresponding
setting in th
The reason for your problems is that the command \partial 8 is
equivalent to
\set Score.measurePosition = #(ly:make-moment -1 8)
which does the setting on the Score level. The solution is to make the
corresponding
setting in the "Timing" context (which is just an alias for the context
where the
Hello all,
Why isn't the \partial working in the code below?
I get:
/Users/pvk/tmp/polymeter.ly:20:3: warning: barcheck failed at: -1/8
d8
| d4 f8 a
/Users/pvk/tmp/polymeter.ly:25:4: warning: barcheck failed at: 1/4
a,4
| d4. e8 f4 g
If I include only one of the staves, everything is ok.
14 matches
Mail list logo