Re: repeat syntax

2007-08-27 Thread Carl Sorensen
Palmer, Ralph keene.edu> writes: > > Aha! I have been unable to reference an external file in a \score block > if the external file had a space or a digit in it. (Running LilyPond > 2.11.13 under Windows XP Pro, SP 2.) For example: > Ralph, I think you have a couple of mistakes here. First, y

Re: repeat syntax

2007-08-27 Thread Valentin Villenave
2007/8/27, Palmer, Ralph <[EMAIL PROTECTED]>: > Test.ly fails. I just tried them with quotes around Test1 in both files, > and it still failed. Is there a way to get Lilypond to recognize digits > (i.e., numerics) in a /score block? As far as I know, digits are not allowed in identifier names (ne

Re: repeat syntax

2007-08-27 Thread Palmer, Ralph
failed. Is there a way to get Lilypond to recognize digits (i.e., numerics) in a /score block? Ralph + Ralph Palmer, CEM Energy/Administrative Coordinator Keene State College Keene, NH 03435-2502 Phone: 603-358-2230 Cell: 603-209-2903 Fax: 603-358-2456 [EMAIL PROTECTED]

Re: repeat syntax

2007-08-27 Thread Palmer, Ralph
failed. Is there a way to get Lilypond to recognize digits (i.e., numerics) in a /score block? Ralph + Ralph Palmer, CEM Energy/Administrative Coordinator Keene State College Keene, NH 03435-2502 Phone: 603-358-2230 Cell: 603-209-2903 Fax: 603-358-2456 [EMAIL PROTECTED]

Re: repeat syntax

2007-08-27 Thread Mats Bengtsson
By the way, I just removed these unnecessary quotes from all the examples of repeats in the manual. /Mats Mats Bengtsson wrote: There's no difference. As far as I can recall, it has never been necessary to have quotes in this particular situations, but there are some other cases where quot

Re: repeat syntax

2007-08-27 Thread Shelagh Manton
On Mon, 27 Aug 2007 09:47:56 +0200, Mats Bengtsson wrote: > There's no difference. As far as I can recall, it has never been necessary > to have quotes in this particular situations, but there are some other cases > where quotes are necessary, for example if you want to name a context > and the na

Re: repeat syntax

2007-08-27 Thread Mats Bengtsson
There's no difference. As far as I can recall, it has never been necessary to have quotes in this particular situations, but there are some other cases where quotes are necessary, for example if you want to name a context and the name has spaces or digits in it: \new Staff = "violin 2" {c''} You