Re: mixed \time

2015-09-12 Thread David Kastrup
Blöchl Bernhard writes: > Thanks for help! Obviously the correct terms for manual search are > "unmetered" or "cadencas" ... sorry, I did not know. > > If I understand that correctly > \remove "Bar_engraver" > and/or > \remove "Default_bar_line_engraver" > is not enough? More like too much. > M

Re: mixed \time

2015-09-12 Thread Blöchl Bernhard
Thanks for help! Obviously the correct terms for manual search are "unmetered" or "cadencas" ... sorry, I did not know. If I understand that correctly \remove "Bar_engraver" and/or \remove "Default_bar_line_engraver" is not enough? My simple minded interpretation of that \remove something was t

Re: mixed \time

2015-09-12 Thread David Kastrup
Blöchl Bernhard writes: >> Am 12.09.2015 20:39, schrieb: >>> There is nothing "polymetric" at all in that code. You just have two >>> separate scores, one after the other. >>> >>> It is not clear what you are trying to achieve here. > > > I did not claim that to be polyrhythm. Anyway, if you co

Re: mixed \time

2015-09-12 Thread Blöchl Bernhard
I did not claim that to be polyrhythm. Anyway, if you compile the code you get a couple of double bars in the second half without any logic, at least for me. However you name that, I want a double bar between the rising and descending scales (with different length/rhythms?) and one double bar

Re: mixed \time

2015-09-12 Thread David Kastrup
Blöchl Bernhard writes: > Am 10.09.2015 15:33, schrieb Phil Holmes: >>  >> I think what you need to look for is "polymetric notation" in the >> Notation Reference. >> >> -- >> Phil Holmes >> > > Indeed my starting point was > http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythm

Re: mixed \time

2015-09-12 Thread Blöchl Bernhard
Am 10.09.2015 15:33, schrieb Phil Holmes:  I think what you need to look for is "polymetric notation" in the Notation Reference. -- Phil Holmes Indeed my starting point was http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#polymetric-notation> In reality I did not mix \

Re: mixed \time

2015-09-11 Thread BB
Indeed my starting point was http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#polymetric-notation> <%3CURL:http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#polymetric-notation%3E> In reality I did not mix \time, but changed the code for the question.

Re: mixed \time

2015-09-10 Thread Phil Holmes
I think what you need to look for is "polymetric notation" in the Notation Reference. -- Phil Holmes - Original Message - From: BB To: lilypond-user@gnu.org Sent: Thursday, September 10, 2015 2:09 PM Subject: mixed \time I tried sommething strange. I tried to

Re: mixed \time

2015-09-10 Thread David Kastrup
BB writes: > I tried sommething strange. I tried to mix tempo 4/4 and 6/8 in one > score. I had no success as only the last defined tempo will be used. LilyPond comes with a manual, and polymetric notation is dealt with exactly where you'd expect it to be. http://lilypond.org/doc/v2.18/Document

mixed \time

2015-09-10 Thread BB
I tried sommething strange. I tried to mix tempo 4/4 and 6/8 in one score. I had no success as only the last defined tempo will be used. Regards %%% \version "2.19.0" #(set-global-staff-size 23) first= \relative c' { \time 4/4 \key d \major d4 e f fis a b d r8

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Reinhold Kainhofer
last thing: How can I 'end' this mixed-time-signature section? That > is: after those 5 measures, now, how could I add a normal 6/8 section? % restore the default display \revert Score.TimeSignature #

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Kieren MacMillan
Hi Fauban, > I must admit I don't completely understand this code, but it works!! Here's a commented version: \version "2.13.29" %% Define a function to display custom time signatures #(define ((custom-time-signature one two three four five six) grob) (grob-interpret-markup grob

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread fauban
encil = ##f > \time 5/8 c8 c c c c | > \time 2/4 c8 c c c | > \time 5/8 c8 c c c c | > \time 3/4 c8 c c c c c | > } > > \score { \alternatingTS } > > Cheers, > Kieren. > > Wow! I didn't expect this would be so difficult! You are simply a Genius! I

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Kieren MacMillan
Hi Fauban, > I would like to ask you a couple of questions: > 1-The time signature is going to take some place, so how can I fix that? > 2-How can I engrave the [...] signature? \version "2.13.29" #(define ((custom-time-signature one two three four five six) grob) (grob-interpret-markup grob

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread fauban
Kieren MacMillan wrote: > > Hi, > >> How can I engrave one of those mixed time signatures (that is, 5/8 8/8)? > > Override the TimeSignature stencil -- there are examples of how to do this > in the docs and LSR. >

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread fauban
age 26 of this pdf file from the IMSLP:http://imslp.info/files/imglnks/usimg/6/62/IMSLP10496-Scriabin_-_Op.11.pdf) Anyway, thank you very much for your reply. Have a nice day! -- View this message in context: http://old.nabble.com/Mixed-Time-Signatures%3A-Non-regular-alternantion-between-5-8-and

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Kieren MacMillan
Hi Reinhold, > for 20th-century music it's no uncommon to have alternating time signatures. Yes. > The main problem for lilypond is not the display, since the stencil can be > easily overridden, but rather the automatic barline feature, which needs to > know how long a particular measure needs

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Reinhold Kainhofer
pattern. > > Then, the next section is always in 9/8. > > > > How can I engrave one of those mixed time signatures (that is, 5/8 8/8)? > > (Here is an example from Wikipedia: > > http://en.wikipedia.org/wiki/Time_signature#Mixed_meters , you must > > scroll down

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Xavier Scheuer
On 22 August 2010 11:33, fauban wrote: > > Dear Lilypond community: > I am typesetting a piece in two sections: > The first one consists of 5/8 and 8/8 bars. Their alternaton does not > follow any pattern. > Then, the next section is always in 9/8. > > How can I engrave

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread David Bobroff
On 8/22/2010 9:32 AM, fauban wrote: Dear Lilypond community: I am typesetting a piece in two sections: The first one consists of 5/8 and 8/8 bars. Their alternaton does not follow any pattern. Then, the next section is always in 9/8. How can I engrave one of those mixed time signatures (that

Re: Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread Kieren MacMillan
Hi, > How can I engrave one of those mixed time signatures (that is, 5/8 8/8)? Override the TimeSignature stencil -- there are examples of how to do this in the docs and LSR. Best regards, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.

Mixed Time Signatures: Non regular alternantion between 5/8 and 8/8

2010-08-22 Thread fauban
Dear Lilypond community: I am typesetting a piece in two sections: The first one consists of 5/8 and 8/8 bars. Their alternaton does not follow any pattern. Then, the next section is always in 9/8. How can I engrave one of those mixed time signatures (that is, 5/8 8/8)? (Here is an example from