Re: How can I apply default automatic beam logic for 4/4 meter to a piece written in 2/2 meter

2019-10-19 Thread 田村 淳 via lilypond-user
Thanks guys for your kind help. "\set Staff.timeSignatureFraction = 2/2” worked 
perfectly for me.

Cheers,

Jun
https://imslp.org/wiki/User:Jun_T 

> 2019/10/19 21:35、Vaughan McAlley のメール:
> 
> On Sat, 19 Oct 2019, 23:32 Malte Meyn  > wrote:
> 
> 
> Am 19.10.19 um 13:56 schrieb 田村 淳 via lilypond-user:
> > If I set "\time 4/4” then the automatic beam works almost perfectly. Very 
> > little manual tweaking is required.
> 
> Maybe then the easiest way is to use \time 4/4 and \set 
> timeSignatureFraction = 2/2.
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org 
> https://lists.gnu.org/mailman/listinfo/lilypond-user 
> 
> 
> 
> Jinx!
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How can I apply default automatic beam logic for 4/4 meter to a piece written in 2/2 meter

2019-10-19 Thread Vaughan McAlley
On Sat, 19 Oct 2019, 23:32 Malte Meyn  wrote:

>
>
> Am 19.10.19 um 13:56 schrieb 田村 淳 via lilypond-user:
> > If I set "\time 4/4” then the automatic beam works almost perfectly.
> Very little manual tweaking is required.
>
> Maybe then the easiest way is to use \time 4/4 and \set
> timeSignatureFraction = 2/2.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user



Jinx!

>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How can I apply default automatic beam logic for 4/4 meter to a piece written in 2/2 meter

2019-10-19 Thread Hans Åberg

> On 19 Oct 2019, at 13:56, 田村 淳 via lilypond-user  
> wrote:
> 
> I’ve been using Lilypond for a while but new to the lilypond-user list. I’m 
> sorry if the above question has been asked for zillion times in the past.
> 
> I understand that I could most likely be able to achieve what I want by 
> re-defining baseMoment and beatStructure, and cut-and-paste the contents of 
> beamExceptions from ‘scm/time-signature-settings.scm’ but I thought that 
> there might be a bit easier and more elegant way to achieve the same.
> 
> I’m typesetting the 1st movement of J. S. Bach’s 5th Brandenburg concerto. 
> Bach used ‘alla breve’ time signature but the music is actually 4/4 (or 
> common time) in a modern sense. If I set "\time 4/4” then the automatic beam 
> works almost perfectly. Very little manual tweaking is required.

I use stuff like
  \time 7/16
  \set beatStructure = #'(4 3)

So in your case, perhaps
  \set beatStructure = #’(1 1 1 1)

Also, one might merely change the time signature symbol, as already in a reply.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How can I apply default automatic beam logic for 4/4 meter to a piece written in 2/2 meter

2019-10-19 Thread Malte Meyn



Am 19.10.19 um 13:56 schrieb 田村 淳 via lilypond-user:

If I set "\time 4/4” then the automatic beam works almost perfectly. Very 
little manual tweaking is required.


Maybe then the easiest way is to use \time 4/4 and \set 
timeSignatureFraction = 2/2.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user