Re: Automatic beaming in 2/2

2011-10-30 Thread Thomas Morley
Hi me, sorry, should have read more carefully. Try: \version "2.14.2" music = \relative c'' { c16 c c c c c c c c8 c16 c c8 c16 c | r8 c c c c c c c | \break } \new Staff { \overrideTimeSignatureSettings #'(2 . 2) % timeSignatureFraction #'(1 . 4) % baseM

Re: Automatic beaming in 2/2

2011-10-30 Thread Carl Sorensen
On 10/30/11 11:41 AM, "me" wrote: > > >I want the piece to be in 2/2 time, but with the 4/4 beamExceptions. >What's the best way to do this? Probably find the beamExceptions from 4/4 time in scm/time-signature-settings.scm and copy them into your source file. HTH, Carl

Re: Automatic beaming in 2/2

2011-10-30 Thread Thomas Morley
Hi me, 2011/10/30 me > (...) > > > I want the piece to be in 2/2 time, but with the 4/4 beamExceptions. > What's the best way to do this? > > which version? With "2.14.2" try: \version "2.14.2" \new Voice \relative c'' { \overrideTimeSignatureSettings #'(2 . 2) % timeSign

Automatic beaming in 2/2

2011-10-30 Thread me
Hi all. I'm transcribing a piece written in 2/2 time, but I don't like the automatic beaming that LilyPond uses when I set \time 2/2: %%% begin snippet %%% music = \relative c'' { c16 c c c c c c c c8 c16 c c8 c16 c | r8 c c c c c c c | \break } \new Staff { % good \time 4/4 \mu