Re: reducing space taken up by TimeSignature

2006-06-16 Thread Kieren MacMillan
And the winner is... [insert MIDI drumroll here]... One alternative is to do: \override TimeSignature #'X-extent = #'(0 . 0) Awesome -- thanks, Mats! Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

reducing space taken up by TimeSignature

2006-06-15 Thread Kieren MacMillan
Hello, all -- What is the best way to reduce the space taken up by a TimeSignature? e.g., to reduce or eliminate the space under each TS in the attached example I tried setting #'space-alist [e.g. first-note, etc.], but got lots of errors... =( Thanks, Kieren

less space between TimeSignature and first note

2006-01-13 Thread Felix Hammer
Hello I typed Handel Violin-Sonata with Lilypond. I have a little but annoying Problem with the space between the TimeSignature and the first note in the PianoStaff. There is no problem If i compile the ViolinStaff alone. Here is a demo of the problem: http://www.violin-unterricht.de

Re: TimeSignature Markups / Tuplet formatting...

2005-09-09 Thread Mats Bengtsson
I hope you know that there is an example in the manual in Section 8.4.1 Polymetric notation. Anyway, that example has the same problem, which however can be solved by setting the baseline-skip property: % create 2/4 + 5/8 tsMarkup =\markup { \override #'(baseline-skip . 0) \number {

TimeSignature Markups / Tuplet formatting...

2005-09-08 Thread Trent Johnston
Hi All, I finally figured how to use markup's to overwrite an exisiting time signature.. I realised I asked this question a while ago and found the code again. \time 8/4\override Staff.TimeSignature #'print-function = #Text_item::print\override Staff.TimeSignature #'text = \markup {\number

TimeSignature

2004-10-06 Thread Jean-marc LEGRAND
TimeSignature #'style = #'1style, but it seems that 1style doesn't exist anymore. Do you have THE trick ? (I work on XP) Bye ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TimeSignature

2004-10-06 Thread Mats Bengtsson
to put \property Staff.TimeSignature \set #'style = #'1style with Lily2.0, when I wanted to reproduce some ancient time signatures (eg : 2 for 2/2, or 3 for 3/4). And it worked very well. Now I moved to Lily 2.2 and that doesn't work anymore. I've tried \override TimeSignature #'style = #'1style

Solved! :-) Was: Re: TimeSignature

2004-03-03 Thread Roland Goretzki
Hello list, hello /Mats You wrote: Take a look at http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#time-signature-double.ly and http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Text-markup.html#Text%20markup (the music glyph for the 'C' is called

Re: TimeSignature

2004-03-02 Thread Mats Bengtsson
Take a look at http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#time-signature-double.ly and http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Text-markup.html#Text%20markup (the music glyph for the 'C' is called 'timesig-C4/4'). /Mats Roland Goretzki wrote:

TimeSignature

2004-03-01 Thread Roland Goretzki
Hello, the combination \property Staff.TimeSignature \set #'style = #'default \time 2/2 creates a symbol like the big letter C with a line cross from top to bottom, in german called Alla breve. Now, my problem is: How can I put two of this symbols directly one after another? (e.g.: C|C|)

<    1   2