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 mix tempo

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

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

2010-08-22 Thread Reinhold Kainhofer
Am Sonntag, 22. August 2010, um 17:10:07 schrieb fauban: > I must admit I don't completely understand this code, but it works!! Basically, at the beginning, you modify the displayed time signature to display 3/4 5/8 2/4 rather then the default (#'stencil is the graphical object that will be disp

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
Kieren MacMillan wrote: > > > ...Yes, but once you've displayed the initial TS, you can just turn off > the stencil: > > \version "2.13.29" > > #(define ((custom-time-signature one two three four five six) grob) >(grob-interpret-markup grob > (markup #:override '

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. > > Best regards, > Kieren. > __ >

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

2010-08-22 Thread fauban
Xavier Scheuer wrote: > > > There is a snippet "Compound time signatures" in the doc, > NR 1.2.3 Displaying rhythms > Time signature > http://lilypond.org/doc/v2.13/Documentation/notation/displaying-rhythms.html#time-signature > > Cheers, > Xavier > > Oh!, you may not have understood me wel

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
Am Sonntag, 22. August 2010, um 11:40:14 schrieb 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 sec

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 one of those mixed time sig

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 is

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.org h