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
}
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 >
} >>
}
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 th
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 > } >>
}
\score {
\new Staff { \clef bass }
\la