Wideining one measure so that dynamics don't overlap

2009-08-17 Thread Reinhold Kainhofer
I have a score with a whole note with \p on the first beat and \f on the third beat of the measure. I'm doing this using parallel music expressions: { g1} { s2\p s\f} | % 42 Now, the problem is that the score consists almost entirely of whole or half notes, so that measure is too small and

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

2009-08-17 Thread 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 2. \override the Score.NonMusicalPaperColumn #'padding 3. create a new dynamic which includes both dynamics and the

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

2009-08-17 Thread Jonathan Wilkes
I have a score with a whole note with \p on the first beat and \f on the third beat of the measure. I'm doing this using parallel music expressions:   { g1} { s2\p s\f} | % 42 Now, the problem is that the score consists almost entirely of whole or half notes, so that measure is too

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

2009-08-17 Thread Graham Percival
On Mon, Aug 17, 2009 at 01:56:04PM -0400, Kieren MacMillan wrote: 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 2. \override the Score.NonMusicalPaperColumn