Re: Issue 638 in lilypond: auto-beam-settings do not take into account *all* durations covered by the beam

2009-11-29 Thread Carl Sorensen
On 11/29/09 7:53 AM, "Alexander Kobel" wrote: > lilyp...@googlecode.com wrote: >> Comment #7 on issue 638 by percival.music.ca: auto-beam-settings do not >> take into account *all* durations covered by the beam >> >> I think this is the autobeaming iss

Re: Issue 638 in lilypond: auto-beam-settings do not take into account *all* durations covered by the beam

2009-11-29 Thread Alexander Kobel
lilyp...@googlecode.com wrote: Comment #7 on issue 638 by percival.music.ca: auto-beam-settings do not take into account *all* durations covered by the beam I think this is the autobeaming issue that Carl's working on. Hi, Carl, from what I understand from Graham's remark it is

Re: beam settings

2008-12-22 Thread Neil Puttock
2008/12/22 Trevor Daniels : > > Reinhold Kainhofer wrote Monday, December 22, 2008 4:22 PM >> He sent me the whole file and the culprit is a PianoStaff, which seems to >> somehow override the score's beamGrouping. So, one cannot use >> \set Score.beatGrouping = #'(1 1 1 1 1 1) >> but rather ha

Re: beam settings

2008-12-22 Thread Trevor Daniels
Reinhold Kainhofer wrote Monday, December 22, 2008 4:22 PM Am Montag, 22. Dezember 2008 schrieb Trevor Daniels: Reinhold's short example works here, but I see from your attached jpg that you've incorporated it in some more extensive code. He sent me the whole file and the culprit is a PianoSt

Re: override-auto-beam-settings

2005-01-11 Thread Jan Nieuwenhuizen
example project is needed I > can send one privately. I see two solutions for 2.4, both of which require messing with non-documented internals. One solution is changing the context variable, the other is to make a (override-auto-beam-settings) that works on score level. See below. Jan

Re: override-auto-beam-settings

2005-01-11 Thread Ruud van Silfhout
D]> Cc: "Lilypond development" Sent: Monday, January 10, 2005 6:07 PM Subject: Re: override-auto-beam-settings > Hi Jan (and others), > > Thanks for your answer. > > > Ruud van Silfhout writes: > > > > > This is translated by convert-ly in

Re: override-auto-beam-settings

2005-01-10 Thread Ruud van Silfhout
m-behavior.html > > To override this in the layout block, the variable > > autoBeamSettings = #default-auto-beam-settings > > should be changed, but I do not think there's an example/scheme code > which does that. > Is there someone who could make this work? If an

Re: override-auto-beam-settings

2005-01-09 Thread Jan Nieuwenhuizen
ayout block, this expression can only be used in the Staff/Voice itself. See also, http://www.lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Setting-automatic-beam-behavior.html To override this in the layout block, the variable autoBeamSettings = #default-auto-beam-settings should be chan

override-auto-beam-settings

2005-01-09 Thread Ruud van Silfhout
Hi, For Mutopia I am converting old versions of lilypond files into more recent versions. I am currently working on a piece written for 1.2.17 which has the following construct: \paper { \translator { \VoiceContext beamAutoEnd = "1/4"; } } This is translated by convert-ly into \layout { \c