RE: misplaced rest

2012-11-05 Thread Mark Stephen Mrotek
Sent: Monday, November 05, 2012 3:56 AM To: lilypond-user@gnu.org Subject: Re: misplaced rest On 5/11/2012 7:00 AM, Mark Stephen Mrotek wrote: Fellow Users: Please look at this: \version "2.16.0" global = { \key c \major \numericTimeSignature \time 3/8 }

Re: misplaced rest

2012-11-05 Thread Nick Payne
On 5/11/2012 7:00 AM, Mark Stephen Mrotek wrote: Fellow Users: Please look at this: \version "2.16.0" global = { \key c \major \numericTimeSignature \time 3/8 } bassVoice = \relative c { \global << { \stemDown g4.} \\ { \override Stem #'direction = #UP r8 < c e g > } >> }

Re: misplaced rest

2012-11-04 Thread Eluze
Mark Stephen Mrotek wrote > \version "2.16.0" > > > > global = { > > \key c \major > > \numericTimeSignature > > \time 3/8 > > } > > bassVoice = \relative c { > > \global > > << { \stemDown g4.} \\ { \override Stem #'direction = #UP r8 < c e g > > g > > } >> > > } > > \score