Re: Snippet: Tie does not appear

2011-06-21 Thread Keith OHara
Carl Sorensen byu.edu> writes: > > On 11-06-20 09:30 PM, James Harkins wrote: > >> (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the > >> non-breaking > >> spaces copied over from the HTML-formatted e-mail. > I have the same problem on OSX. Some of the lines have A0 instead of 20

Re: Snippet: Tie does not appear

2011-06-21 Thread Carl Sorensen
On 6/21/11 7:19 AM, "Colin Campbell" wrote: > On 11-06-20 09:30 PM, James Harkins wrote: >> (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the non-breaking >> spaces copied over from the HTML-formatted e-mail. Tons of "unexpected >> string" errors. I can't think of any good reason wh

Re: Snippet: Tie does not appear

2011-06-21 Thread Janek WarchoĊ‚
2011/6/21 James Harkins : > I'm working on a piece now for sheng, a Chinese instrument related to the > free reed mouth organ /khaen/ common in Laos and Northeast Thailand. Like the > guitar in the original example here, it's polyphonic (within fingering > limitations) and most often notated on

Re: Snippet: Tie does not appear

2011-06-21 Thread Colin Campbell
On 11-06-20 09:30 PM, James Harkins wrote: (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the non-breaking spaces copied over from the HTML-formatted e-mail. Tons of "unexpected string" errors. I can't think of any good reason why non-breaking spaces should cause parsing to fail.

Re: Snippet: Tie does not appear

2011-06-21 Thread James Harkins
At Tue, 21 Jun 2011 13:42:01 +1000, Nick Payne wrote: > You can't have a tie between notes in different voices. Re-arrange the voices > to have the notes in > the same voice (or alternatively, create an extra voice with hidden notes > that has the tie). This may not always be possible. > And >

Re: Snippet: Tie does not appear

2011-06-20 Thread Nick Payne
On 21/06/11 12:59, Ivan Kuznetsov wrote: \version "2.12.3" \include "english.ly " \score { << \new Staff = "guitar" { \clef "treble_8" \time 4/4 % guitar m01 << { s2. g'8. [e,16~] } \\ { r2. f8 [b8] } >> % guitar m02 <<

Re: Snippet: Tie does not appear

2011-06-20 Thread Colin Campbell
On 11-06-20 08:59 PM, Ivan Kuznetsov wrote: Snippet: Tie does not appear Why does the tie between the two low E naturals that I have indicated in the snippet below not appear in the notation? Thanks. \version "2.12.3" \include "english.ly " \score { << \new Staff = "g

Re: Snippet: Tie does not appear

2011-06-20 Thread James Harkins
At Mon, 20 Jun 2011 21:59:24 -0500, Ivan Kuznetsov wrote: > Why does the tie between the two low E naturals that I have > indicated in the snippet below not appear in the notation? The e's are in different voices. I'm fairly new to ly, but it didn't take me too long to find that ties are not allo

Re: Snippet: Tie does not appear

2011-06-20 Thread Keith OHara
Ivan Kuznetsov gmail.com> writes: > Why does the tie between the two low E naturals that I have indicated in > the snippet below not appear in the notation? The two low E naturals are in different voices. Lilypond only looks within the same voice to complete ties, because conceptually the ti