lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

misplaced rest


From: Mark Stephen Mrotek
Subject: misplaced rest
Date: Sun, 4 Nov 2012 15:00:42 -0800

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 > <d f g > } >>

}

\score {

  \new Staff  { \clef bass }

  \layout { }

}

 

The eighth rest should be above the “g.” What did I incorrectly code?

 

Thank you for your kind attention.

 

Mark Stephen Mrotek


reply via email to

[Prev in Thread] Current Thread [Next in Thread]