RE: multimeasuerrest breve too wide

2014-09-12 Thread Mark Stephen Mrotek
pond users Sent: Friday, September 12, 2014 1:27 PM Subject: Re: multimeasuerrest breve too wide I found some related ugliness. If the spacers are changed to rests, the problem goes away. << { c'4 s2. c'4 s2. c'8 s2.. c'16 s2... } { R1*4 } Using transparent

Re: multimeasuerrest breve too wide

2014-09-12 Thread TaoCG
As a workaround you could omit the spacer like this: << { c'4*8 c' c' } { \time 8/4 c'4 r r2 r1 R\breve c'4 r r2 r1 } >> -- View this message in context: http://lilypond.1069038.n5.nabble.com/multimeasuerrest-breve-too-wide-tp166355p166359.html Sent

Re: multimeasuerrest breve too wide

2014-09-12 Thread Neil Thornock
om: Neil Thornock > To: Lilypond users > Sent: Friday, September 12, 2014 1:27 PM > Subject: Re: multimeasuerrest breve too wide > > > > I found some related ugliness. If the spacers are changed to rests, the > problem goes away. > > << > { c'4 s2. c'

Re: multimeasuerrest breve too wide

2014-09-12 Thread Phil Holmes
Sublimely ugly, but this works: { c'8[ \hide Rest \repeat unfold 7 r8 c'8 \repeat unfold 7 r8 c'8] \repeat unfold 7 r8 } -- Phil Holmes - Original Message - From: Neil Thornock To: Lilypond users Sent: Friday, September 12, 2014 1:27 PM Subject: Re: multimeasuerrest

Re: multimeasuerrest breve too wide

2014-09-12 Thread Neil Thornock
I found some related ugliness. If the spacers are changed to rests, the problem goes away. << { c'4 s2. c'4 s2. c'8 s2.. c'16 s2... } { R1*4 } >> Using transparent rests won't work for me because I need a beam extending over the whole top staff, like so: { c'8[ s2.. c'8 s2.. c'8] s2.. } A r

multimeasuerrest breve too wide

2014-09-12 Thread Neil Thornock
The double whole rest forces the measure too wide in this example, as if making room for notes that aren't there. Any ideas how to shorten the measure up to be, at least, no longer than the other measures? << { c'4 s1.. c'4 s1.. c'4 s1.. } { \time 8/4 c'4 r r2 r1 R\breve c'4 r r2 r1 } >> _