Re: enlarge vertical distance in time signature

2012-10-30 Thread pabuhr
Other than that (same with denom), the code looks fine to me. Works! However, (and there is always a however ;-), the font and font size are not the same as the regular (default) time signature. Is there a a way to grab these two pieces of information from the regular timestamp stencil and

Re: enlarge vertical distance in time signature

2012-10-30 Thread David Kastrup
pabuhr pab...@fastmail.fm writes: Other than that (same with denom), the code looks fine to me. Works! However, (and there is always a however ;-), the font and font size are not the same as the regular (default) time signature. \number $(number-string num) -- David Kastrup

Re: enlarge vertical distance in time signature

2012-10-30 Thread Stefan Thomas
Dear Thomas, thanks, I think, this will be a good solution for me! 2012/10/30 Thomas Morley thomasmorle...@googlemail.com 2012/10/29 Stefan Thomas kontrapunktste...@gmail.com: [...] The problem is: I would like to have a score with drumstaff and a normal staff. And only in the normal

Re: enlarge vertical distance in time signature

2012-10-29 Thread Thomas Morley
2012/10/29 Stefan Thomas kontrapunktste...@gmail.com: [...] The problem is: I would like to have a score with drumstaff and a normal staff. And only in the normal Staff shall be a wider time signature. I give you an short example: [...] Hi Stefan, next try: I defined `customTime´ containing

Re: enlarge vertical distance in time signature

2012-10-29 Thread pabuhr
I consider it much nicer to make strg of type fraction?, and then num can be (car strg) and denom can be (cdr strg). and can just be \spreadTimeSignature #8 2/4 ... which is nicer on the eyes. I was intrigued and tried to modify the code as you suggested as a learning exercise. But I

Re: enlarge vertical distance in time signature

2012-10-29 Thread David Kastrup
pabuhr pab...@fastmail.fm writes: I consider it much nicer to make strg of type fraction?, and then num can be (car strg) and denom can be (cdr strg). and can just be \spreadTimeSignature #8 2/4 ... which is nicer on the eyes. I was intrigued and tried to modify the code as you

enlarge vertical distance in time signature

2012-10-28 Thread Stefan Thomas
Dear community, I would like to know how to enlarge the vertical distance between enumerator and denominator of a time signature. I hope, this will be possible. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: enlarge vertical distance in time signature

2012-10-28 Thread Thomas Morley
2012/10/28 Stefan Thomas kontrapunktste...@gmail.com: Dear community, I would like to know how to enlarge the vertical distance between enumerator and denominator of a time signature. I hope, this will be possible. ___ lilypond-user mailing list

Re: enlarge vertical distance in time signature

2012-10-28 Thread Stefan Thomas
Dear Thomas, thanks for Your code! I think the code is not the best for my special aim. I just want to have a different time-signature style for a custom percussion staff with 6 instead of five lines. So, I just would like to change this special thing only in this staff. I would like to do this in

Re: enlarge vertical distance in time signature

2012-10-28 Thread Thomas Morley
2012/10/28 Stefan Thomas kontrapunktste...@gmail.com: Dear Thomas, thanks for Your code! I think the code is not the best for my special aim. I just want to have a different time-signature style for a custom percussion staff with 6 instead of five lines. So, I just would like to change this

Re: enlarge vertical distance in time signature

2012-10-28 Thread Thomas Morley
2012/10/28 Thomas Morley thomasmorle...@googlemail.com: 2012/10/28 Stefan Thomas kontrapunktste...@gmail.com: Dear Thomas, thanks for Your code! I think the code is not the best for my special aim. I just want to have a different time-signature style for a custom percussion staff with 6

Re: enlarge vertical distance in time signature

2012-10-28 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: [...] I know that the discussion has moved beyond the first version, but I still want to point out something: \version 2.16.0 spreadTimeSignature = #(define-music-function (parser location baselineSkip strg music)(number? string?