]> git.donarmstrong.com Git - lilypond.git/blob - ly/auto-beam-settings.ly
patch::: 1.1.33.jcn1: Re: jcn1
[lilypond.git] / ly / auto-beam-settings.ly
1 %
2 % setup for auto beamer
3 %
4
5 % *num_den (omitted if "1")
6
7 time2_8beamAutoEnd = "2/8";
8 time3_2beamAutoEnd = "1/2";
9 time3_2beamAutoEnd_16 = "1/4";
10 time3_2beamAutoEnd_32 = "1/8";
11 time3_4beamAutoBegin = "1/4";
12 time3_4beamAutoEnd_8 = "3/4";
13 time3_4beamAutoBegin_32 = "1/8";
14 time3_4beamAutoEnd_32 = "1/8";
15 time3_8beamAutoBegin = "1/8";
16 time3_8beamAutoEnd = "3/8";
17 time4_4beamAutoEnd_8 = "1/2";
18 % 1/12 == 1/8 * 2/3
19 time4_4beamAutoEnd_12 = "1/4";
20 time4_4beamAutoEnd_32 = "1/8";
21 time4_8beamAutoEnd_8 = "1/4";
22 time4_8beamAutoEnd_16 = "1/4";
23 time4_8beamAutoEnd_32 = "1/8";
24 time4_16beamAutoEnd = "1/8";
25 time6_8beamAutoEnd_8 = "3/8";
26 time6_8beamAutoEnd_16 = "3/8";
27 time6_8beamAutoEnd_32 = "1/8";
28 time9_8beamAutoEnd_8 = "3/8";
29 time9_8beamAutoEnd_16 = "3/8";
30 time6_8beamAutoEnd_32 = "1/8";
31