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 > 2012/10/29 Stefan Thomas : > [...] > > 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 giv

Re: enlarge vertical distance in time signature

2012-10-30 Thread David Kastrup
pabuhr 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-29 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 set

Re: enlarge vertical distance in time signature

2012-10-29 Thread David Kastrup
pabuhr 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 suggested a

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 Thomas Morley
2012/10/29 Stefan Thomas : [...] > 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 all functionality of

Re: enlarge vertical distance in time signature

2012-10-29 Thread Thomas Morley
2012/10/29 David Kastrup : [...] > 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 > >> \spreadTimeSignature #8 "2/4" > > can just be \spreadTimeSignature #8 2/4 ... which is nicer on the eyes. Hi David, tha

Re: enlarge vertical distance in time signature

2012-10-28 Thread David Kastrup
Thomas Morley 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? ly:music?) > (let* ((num (car (

Re: enlarge vertical distance in time signature

2012-10-28 Thread Stefan Thomas
Dear Thomas, thanks very much for Your code, again! 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: global = { \time #'(4 3) 7/8 s2.. \time #'(2 2 2 3) 9/8

Re: enlarge vertical distance in time signature

2012-10-28 Thread Thomas Morley
2012/10/28 Thomas Morley : > 2012/10/28 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

Re: enlarge vertical distance in time signature

2012-10-28 Thread Thomas Morley
2012/10/28 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

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 : > 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.or

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 https://lists.gnu.org/mailman/listinfo/li