i found the problem why my beanm settings did not have any impact.
i have 1 file that imports another one. if i put the beam settings in the first
file as follows it does not have any impact:
%===== FILE VIOLIN 1 SCORE ========================
\version "2.13.36"
\include "test beam exceptions.ly"
\score {
\context Staff = "violini" {
<<
\context Voice = "violini"
\set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))
\violini
>>
}
}
%===== FILE VIOLIN 1 PART ========================
\version "2.13.38"
violini = \relative c'' {
\time 2/2
c8 c16 c c8 c16 c c8 c16 c c8 c16 c
g8 d16 c d8 g16 fis g8 b,16 a b8 g'16 fis |
}
if i put the beam setting in the violin 1 part it works. Not sure if this is an
expected behavior.
On Nov 13, 2010, at 3:59 PM, Nick Payne wrote:
> Then use \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))
>
> %=============================
> \version "2.13.38"
>
> \relative c'' {
> \time 2/2
> \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))
> c8 c16 c c8 c16 c c8 c16 c c8 c16 c
> }
> %=============================
>
> Nick
>
> On 14/11/10 07:24, Marc Mouries wrote:
>> time signature is 2/2 actually.
>>
>> On Nov 13, 2010, at 3:05 PM, Nick Payne wrote:
>>
>>> On 14/11/10 06:25, Marc Mouries wrote:
>>>> with \set Timing.beamExceptions = #'((end . (((1 . 16) . (4 4 4 4))))
>>>> I am getting all the notes beamed together.
>>>>
>>>>
>>>> What i am looking for the distribute the beams as follows:
>>>>
>>>>
>>>>
>>>> Shouldn't this be taken care of automatically by the Timing.beamExceptions?
>>> Is this 4/4 time? The default beaming for 4/4 handles this correctly
>>> without any overrides:
>>>
>>> \version "2.13.38"
>>>
>>> \relative c'' {
>>> c8 c16 c c8 c16 c c8 c16 c c8 c16 c
>>> }
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user