Re: clarinet tab?

2009-12-17 Thread kristof lauwers
hi, for me it's working. in the line below, a closing bracket is missing in the end. maybe that's the problem? \markup \clarTab ##t #'() # '(("Rlittle" . "") ("Llittle" . "") greetings, Kristof At 18:

\break frocing indents?

2009-02-19 Thread kristof
e staff on the next rule is indented. is there a way to override this behaviour? thanks! Kristof ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: problem with hidden notes

2008-12-30 Thread kristof
At 09:34 a.m. 30/12/2008, you wrote: kristof-5 wrote: > > the strategy i tried for now, is by using phrasing slurs with hidden > endnotes, with doubleSlurs set to true.. > (maybe this is not the best approach and some one can give me some > hints for a better way to do this?) &g

problem with hidden notes

2008-12-29 Thread kristof
d how i can get rid of it? thanks a lot! Kristof ---leftoverlinetest.ly { \time 2/16 \override Staff.TimeSignature #'break-visibility = ##(#f #f #f) %break-visibility property requires a vector of three booleans. These control respectively whether bar lines are pri

manually tweaking accidental X-position

2008-12-22 Thread kristof
hi, I was wondering if it is possible to manually tweak the X-position of an accidental. In the list archives i found someone reporting that \override Accidental #'Y-offset works, but \override Accidental #'X-offset doesn't. Is there another way to accomplish this? thanks &

Re: formatting two-note tremolo's

2008-12-19 Thread kristof
http://kristoflauwers.domainepublic.net/downloads/tremolo.pdf and this what i want:http://kristoflauwers.domainepublic.net/downloads/wanted.png greetings, Kristof On Fri, Dec 19, 2008 at 9:51 AM, kristof wrote: > hi, > > this is the first time i'm trying to make a score in lilypond, so excuse

formatting two-note tremolo's

2008-12-19 Thread kristof
doesn't seem to make any difference.. is there a way to change the properties i want? and what am i doing wrong then in the above code? the result i want to achieve is something like in the attached wanted.png many thanks in advance, Kristof -

Re: piano right hand with chorded eigths beneath a half

2005-06-23 Thread kristof
cross-voice ties. BUT, you can specify voice-names. So the following > would (theoretically) work: > > \context Voice = rightHand r4 c4 ~ << \context Voice = rightHand c2 \\ > {r8 8 r8 8} >> > Easier would be to add silent notes: r4 << {c4 ~ c2} \\ {s4 r8 r } >>

Re: part combiner

2005-06-08 Thread kristof
> Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen > Ok, I think I understand most of it. Just one question, is there a method which get called before the first events are handled? That would be useful to get the initial values for the properties. Thanks, Kristof Bastiaensen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: part combiner

2005-06-06 Thread kristof
think it works as follows: make-part-combine-music puts the events in noticed, and from there it gets passed to the function determine-split-list. That function returns a list of moments and descriptions. So I just need to change the determine-split-list function. Is that right? Thanks, Kristo

Re: part combiner

2005-06-05 Thread kristof
gt; -- Hi, I am not sure of the function of Recording_group_engraver. What should I change, and how will it change the scheme code? >From looking at the c++ code it doesn't appear to do much. If it records the time signature, then will it be added between the other events? Kristof Bastiaensen

Re: part combiner

2005-06-03 Thread kristof
thing a >> bar)? >> - Would it be possible to just change the scheme code (since I like more >> writing scheme than C++ ;-) ? > > Except for the above it should all be doable in Scheme. Thanks, for the quick reply! Kristof Bastiaensen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

part combiner

2005-06-03 Thread kristof
for your time reading this large sandwich of questions :) Kristof Bastiaensen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user