Re: Widening one measure so that dynamics don't overlap

2009-08-17 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 17. August 2009 22:06:46 schrieb Kieren MacMillan: > Hi Reinhold, > > > Grr, it doesn't work so well, though: This will not work in the > > first measure > > of a line or immediately after a time signature change! > > Something like this wou

Re: Widening one measure so that dynamics don't overlap

2009-08-17 Thread Werner LEMBERG
> Grr, it doesn't work so well, though: This will not work in the > first measure of a line or immediately after a time signature > change! What about attaching a markup text consisting of \hspace only, together with \textLengthOn? Werner ___ li

Re: Widening one measure so that dynamics don't overlap

2009-08-17 Thread Kieren MacMillan
Hi Reinhold, Grr, it doesn't work so well, though: This will not work in the first measure of a line or immediately after a time signature change! Something like this would work anywhere, yes? \version "2.13.3" \paper { line-width = 9\cm } makeSpace = { \once \override Score.BarLine #'

Re: Widening one measure so that dynamics don't overlap

2009-08-17 Thread Reinhold Kainhofer
Am Montag, 17. August 2009 21:18:56 schrieb Reinhold Kainhofer: > Am Montag, 17. August 2009 19:56:04 schrieb Kieren MacMillan: > > 4. add a hidden voice with a MultiMeasureRest, and adjust the > > #'minimum-length. > > Ah, thats a nice idea. I had tried a hidden voice with normal notes (like

Re: Widening one measure so that dynamics don't overlap

2009-08-17 Thread Reinhold Kainhofer
Am Montag, 17. August 2009 19:56:04 schrieb Kieren MacMillan: > Hi Reinhold, > > > How can I make that one measure wider, while all other measures are > > spaced normally? > > Here are a couple of ideas: > 1. \override the NoteColumn #'X-extent It seems I can't get this to work at all. >