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 > 
> <d f
> g >
>  } >>
> 
> }
> 
> \score {
> 
>   \new Staff  { \clef bass }
> 
>   \layout { }
> 
> }
> 
>  
> 
> The eighth rest should be above the "g." What did I incorrectly code?

please have a look at
http://lilypond.org/doc/v2.17/Documentation/notation-big-page#single_002dstaff-polyphony
and specially at / The double backslash construct / and the /\voiceOne …
\voiceFour commands/ - this should be explained there.

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/misplaced-rest-tp135817p135820.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to