Re: purpose of commands

2013-08-18 Thread Trevor Daniels
Phil, you wrote Sunday, August 18, 2013 9:49 AM > From: "Trevor Daniels" > Sunday, August 18, 2013 8:48 AM >> This snippet is rather contrived and misleading. I think it should be >> removed from the docs, or at least replaced with one which shows when the >> definition of voiceFive is reall

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
; lilypond-user@gnu.org Subject: Re: purpose of commands - Original Message - From: "Trevor Daniels" To: "Mark Stephen Mrotek" ; Sent: Sunday, August 18, 2013 8:48 AM Subject: Re: purpose of commands > Hi Mark > > This snippet is rather contrived and misl

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Trevor: Thanks for helping me over the learning curve. Mark -Original Message- From: Trevor Daniels [mailto:t.dani...@treda.co.uk] Sent: Sunday, August 18, 2013 12:48 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: purpose of commands Hi Mark This snippet is rather

Re: purpose of commands

2013-08-18 Thread Phil Holmes
- Original Message - From: "Trevor Daniels" To: "Mark Stephen Mrotek" ; Sent: Sunday, August 18, 2013 8:48 AM Subject: Re: purpose of commands Hi Mark This snippet is rather contrived and misleading. I think it should be removed from the docs, or at least rep

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Eluze: Thank you. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Eluze Sent: Sunday, August 18, 2013 1:27 AM To: lilypond-user@gnu.org Subject: RE: purpose of commands Mark

RE: purpose of commands

2013-08-18 Thread Eluze
Mark Stephen Mrotek wrote > No mistake. It is exactly as it appears in the manual. not your mistake, rather the documenter's or developer's Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/purpose-of-commands-tp149365p149372.html Sent from the User

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
No mistake. It is exactly as it appears in the manual. From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] Sent: Sunday, August 18, 2013 12:48 AM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: purpose of commands 2013/8/18 Mark Stephen Mrotek Hello: Hi, 2

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Andrew: Thank you for your reply and the explanation. Hopefully I shall never need more than four voices. Mark From: Andrew Bernard [mailto:andrew.bern...@gmail.com] Sent: Sunday, August 18, 2013 12:01 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: purpose of

Re: purpose of commands

2013-08-18 Thread Trevor Daniels
c8 \bar "||" } \new Voice { \voiceTwo d,2 d4 cis2 d4 bes2 } \new Voice { \voiceThree f'2 bes4 a2 a4 s2 } \new Voice { \voiceFive s2 g4 g2 f4 f2 } >> } Trevor ----- Original

Re: purpose of commands

2013-08-18 Thread Pierre Perol-Schneider
2013/8/18 Mark Stephen Mrotek > Hello: > > ** > Hi, > **2. **What is the purpose/effect of the command \bar "||" before > voiceTwo? > Looks like a copy/paste mistake. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: purpose of commands

2013-08-18 Thread Andrew Bernard
Has no effect as far as I can see. Andrew Mark Stephen Mrotek 18 August 2013 4:55 PM  The attached snippet, commands.ly, is fromhttp://www.lilypond.org/doc/v2.16/Documentation/notation/multiple-voices.html.  2.   What is the purpose/effect of the command \bar "||" b

Re: purpose of commands

2013-08-18 Thread Andrew Bernard
Lilypond only has four built in voices. If you need more, you must define them yourself. That is the purpose of the voiceFive line. Andrew Mark Stephen Mrotek 18 August 2013 4:55 PM Hello: The attached snippet, commands.ly, is fromhttp://www.lilypond.org/doc/v2.16/Docume

purpose of commands

2013-08-17 Thread Mark Stephen Mrotek
Hello: The attached snippet, commands.ly, is from http://www.lilypond.org/doc/v2.16/Documentation/notation/multiple-voices.htm l. 1. What is the purpose/effect of the first line? 2. What is the purpose/effect of the command \bar "||" before voiceTwo? Thank you. Mark v