Re: Hidden rests without visible space

2008-09-05 Thread Aaron Dalton
Trevor Daniels wrote: This will reduce the visible space, but any MIDI output will be incorrect: \version "2.10.19" \paper{ ragged-right=##t } allMusic = \relative c'' { c4 d4*3 | e4 f g a } \score { \new Staff \allMusic } Thank you, Trevor and Kieren. It turns out that Trevor's solution

Re: Hidden rests without visible space

2008-09-05 Thread Trevor Daniels
t;[EMAIL PROTECTED]> To: "Kieren MacMillan" <[EMAIL PROTECTED]> Cc: Sent: Friday, September 05, 2008 8:57 PM Subject: Re: Hidden rests without visible space Kieren MacMillan wrote: Hi Aaron, Is it possible to create hidden rests that do not create visible space? \overr

Re: Hidden rests without visible space

2008-09-05 Thread Kieren MacMillan
Hi Aaron, The \override doesn't seem to make any difference to the output. Well, since you applied it to a skip (and not a rest), I'm not surprised! ;-) I've attached a sample of what I was suggesting. Hope this helps! Kieren. %% \version "2.11.57" \paper { ragged-right = ##t }

Re: Hidden rests without visible space

2008-09-05 Thread Aaron Dalton
Kieren MacMillan wrote: Hi Aaron, Is it possible to create hidden rests that do not create visible space? \override Rest #'X-extent = #'(0 . 0) Thank you, Kieren. I'm afraid that's not doing it for me. Here's a very minimal example: \version "2.10.19" \paper{ ragged-right=##t } allMu

Re: Hidden rests without visible space

2008-09-04 Thread Dominic Neumann
I´m not sure what you exactly want, but maybe you can give us a short .ly example? You could try to use s followed by the value of the invisible rest. Dominic 2008/9/4 Aaron Dalton <[EMAIL PROTECTED]>: > Is it possible to create hidden rests that do not create visible space? I > have used skips

Re: Hidden rests without visible space

2008-09-04 Thread Kieren MacMillan
Hi Aaron, Is it possible to create hidden rests that do not create visible space? \override Rest #'X-extent = #'(0 . 0) Hope this helps! Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-u

Hidden rests without visible space

2008-09-04 Thread Aaron Dalton
Is it possible to create hidden rests that do not create visible space? I have used skips to layout a series of variations but there is far too much white space around the barlines separating variations. I am hoping to find a way to still use skip but greatly compress the space it generates.