Re: bar checks and independent time signatures

2015-10-24 Thread David Bellows
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

Re: bar checks and independent time signatures

2015-10-23 Thread David Wright
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

Re: bar checks and independent time signatures

2015-10-22 Thread Brian Barker
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

Re: bar checks and independent time signatures

2015-10-22 Thread Phil Holmes
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

bar checks and independent time signatures

2015-10-22 Thread Michael Collins
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

Re: independent time signatures

2015-10-20 Thread Simon Albrecht
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

Re: independent time signatures

2015-10-20 Thread tisimst
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

Re: independent time signatures

2015-10-20 Thread Urs Liska
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

Re: independent time signatures

2015-10-20 Thread 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 > out of the score context and into the staff context.  However, I&

Re: independent time signatures

2015-10-20 Thread Urs Liska
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

independent time signatures

2015-10-20 Thread Michael Collins
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'

Re: partial measure with independent time signatures

2009-02-26 Thread Peter Van Kranenburg
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

Re: partial measure with independent time signatures

2009-02-25 Thread Mats Bengtsson
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

partial measure with independent time signatures

2009-02-25 Thread Peter Van Kranenburg
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.