Re: missing stem

2015-11-23 Thread Urs Liska
Hi Bogi, regarding two of the comments on your request you may also wish to read the following (temporary) pages: Am 23.11.2015 um 01:14 schrieb Simon Albrecht: > first: your code example can be made much easier to read if you add > some spaces and line breaks, and get indenting right (this is

missing stem

2015-11-22 Thread Bogi Lützen
Please help me with this little problem. This is just one of my efforts, but in all of them I miss the stem on the first g'2: \version "2.18.0" { <<{c''1^~|\stemUp c''2 c''4 c''| c''1}{\stemDown g'2 a' |g' a'4 a'| g'1}>> \bar "|." }

Re: missing stem

2015-11-22 Thread Andrew Bernard
Hi Bogi, You need to use the parallel voices correctly. The two voices need ‘\\‘ between them. <<{c''1^~|\stemUp c''2 c''4 c''| c'’1} \\ {\stemDown g'2 a' |g' a'4 a'| g'1}>> You can also use \new Voice. Have a look in the Notation Reference manual under Multiple Voices. I thought 2.18.2

Re: missing stem

2015-11-22 Thread Kieren MacMillan
Hi Bogi, > in all of them I miss the stem on the first g’2: Perhaps you mean SNIPPET BEGINS \version "2.18.0" theMusic = { << { \voiceOne c''1 ~ | c''2 } \new Voice { \voiceTwo g'2 a' | g'2 } >> \oneVoice 4 q | 1 \bar "|." } \score { \new Staff

Re: missing stem

2015-11-22 Thread Simon Albrecht
Hello Bogi, On 23.11.2015 00:50, Bogi Lützen wrote: Please help me with this little problem. This is just one of my efforts, but in all of them I miss the stem on the first g'2: \version "2.18.0" { <<{c''1^~|\stemUp c''2 c''4 c''| c''1}{\stemDown g'2 a' |g'