Re: Not recognizing "\notes", install problem?

2007-10-08 Thread Mats Bengtsson

Bryan Stanbridge wrote:


Seumas McX wrote:


This is probably something really simple, but I'm trying to compile the
following file and I get a lot of errors (including not recognizing 
"\notes"

as a command). I'm guessing it's an installation error and probably
something obvious  - can anyone point me to a fix for this?

---
Error message for above:
---
grace.ly:10:9: error: unknown escaped string: `\notes'
 



Also, read the section on "Updating with convert-ly" in the manual"
for information on how to automatically convert your file to
correspond to your version of LilyPond.

  /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Not recognizing "\notes", install problem?

2007-10-08 Thread Bryan Stanbridge

Seumas McX wrote:

This is probably something really simple, but I'm trying to compile the
following file and I get a lot of errors (including not recognizing "\notes"
as a command). I'm guessing it's an installation error and probably
something obvious  - can anyone point me to a fix for this?

---
Error message for above:
---
grace.ly:10:9: error: unknown escaped string: `\notes'
 



Greetings Seumas,

\notes is an old syntax from several stable versions ago. Try the \score 
{} block minus the \notes { and corresponding }


Cheers,
Bryan...


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Not recognizing "\notes", install problem?

2007-10-07 Thread Seumas McX

Thanks for your reply. I realize now that the file grace.ly is quite old. I
am new to Lilypond, so hadn't realized this.

I found a newer version of bagpipe.ly that installed with Lilypond, and see
that most of the command names have changed over the older version of the
file I had. I've managed to edit the file grace.ly to make it produce the
expected output.

-
\include "bagpipe.ly"

\paper {
linewidth = 8.0 \in
raggedright = ##t
}

\score {
{
\mixolydian
\grg a4 \grg b \grg c
\grg d \grg e \grg f \grA g A
}
}
-

(except for some sharp-signs, ,but those I can track down ...)

Cheers,

Seumas
-- 
View this message in context: 
http://www.nabble.com/Not-recognizing-%22%5Cnotes%22%2C-install-problem--tf4583945.html#a13085979
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Not recognizing "\notes", install problem?

2007-10-07 Thread David Bobroff

Seumas McX wrote:

Hi,

This is probably something really simple, but I'm trying to compile the
following file and I get a lot of errors (including not recognizing "\notes"
as a command). I'm guessing it's an installation error and probably
something obvious  - can anyone point me to a fix for this?

Cheers,

Seumas

Install info: Lilypond 2.10.5 installed via synaptic package manager on
Ubuntu 7.04 (Feisty)

File that does compile:
---
{
  c' e' g' e'
}

---
File that doesn't compile:
---

\include "bagpipe.ly"

\paper {
linewidth = 8.0 \in
raggedright = ##t
}

\score {
 \notes {
\key a \mixolydian
\gGr a4 \gGr b \gGr c
\gGr d \gGr e \gGr f \haGr g
ha4
}
}


I've never done any setting of bagpipe music so I'm not sure what \gGr 
is supposed to do, but I *do* know that the '\notes' syntax was done 
away with a LONG time ago (couple years maybe, not sure how many 
releases, ago).  Perhaps there has been a syntax change in the bagpipe 
definitions.  Are you returning to LilyPond from a long break?


Hope this points you in the right direction.

-David Bobroff


---
Error message for above:
---
grace.ly:10:9: error: unknown escaped string: `\notes'
 
 \notes {

grace.ly:10:9: error: syntax error, unexpected STRING
 
 \notes {

grace.ly:12:16: error: unknown escaped string: `\gGr'

\gGr a4 \gGr b \gGr c
grace.ly:12:16: error: syntax error, unexpected STRING

\gGr a4 \gGr b \gGr c
grace.ly:12:24: error: unknown escaped string: `\gGr'
\gGr a4 
\gGr b \gGr c

grace.ly:12:31: error: unknown escaped string: `\gGr'
\gGr a4 \gGr b 
   \gGr c

grace.ly:13:16: error: unknown escaped string: `\gGr'

\gGr d \gGr e \gGr f \haGr g
grace.ly:13:23: error: unknown escaped string: `\gGr'
\gGr d 
   \gGr e \gGr f \haGr g

grace.ly:13:30: error: unknown escaped string: `\gGr'
\gGr d \gGr e 
  \gGr f \haGr g

grace.ly:13:37: error: unknown escaped string: `\haGr'
\gGr d \gGr e \gGr f 
 \haGr g

grace.ly:10:16: error: errors found, ignoring music expression
 \notes 
{

]]
error: failed files: "grace.ly"
---





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Not recognizing "\notes", install problem?

2007-10-07 Thread Seumas McX

Hi,

This is probably something really simple, but I'm trying to compile the
following file and I get a lot of errors (including not recognizing "\notes"
as a command). I'm guessing it's an installation error and probably
something obvious  - can anyone point me to a fix for this?

Cheers,

Seumas

Install info: Lilypond 2.10.5 installed via synaptic package manager on
Ubuntu 7.04 (Feisty)

File that does compile:
---
{
  c' e' g' e'
}

---
File that doesn't compile:
---

\include "bagpipe.ly"

\paper {
linewidth = 8.0 \in
raggedright = ##t
}

\score {
 \notes {
\key a \mixolydian
\gGr a4 \gGr b \gGr c
\gGr d \gGr e \gGr f \haGr g
ha4
}
}
---
Error message for above:
---
grace.ly:10:9: error: unknown escaped string: `\notes'
 
 \notes {
grace.ly:10:9: error: syntax error, unexpected STRING
 
 \notes {
grace.ly:12:16: error: unknown escaped string: `\gGr'

\gGr a4 \gGr b \gGr c
grace.ly:12:16: error: syntax error, unexpected STRING

\gGr a4 \gGr b \gGr c
grace.ly:12:24: error: unknown escaped string: `\gGr'
\gGr a4 
\gGr b \gGr c
grace.ly:12:31: error: unknown escaped string: `\gGr'
\gGr a4 \gGr b 
   \gGr c
grace.ly:13:16: error: unknown escaped string: `\gGr'

\gGr d \gGr e \gGr f \haGr g
grace.ly:13:23: error: unknown escaped string: `\gGr'
\gGr d 
   \gGr e \gGr f \haGr g
grace.ly:13:30: error: unknown escaped string: `\gGr'
\gGr d \gGr e 
  \gGr f \haGr g
grace.ly:13:37: error: unknown escaped string: `\haGr'
\gGr d \gGr e \gGr f 
 \haGr g
grace.ly:10:16: error: errors found, ignoring music expression
 \notes 
{
]]
error: failed files: "grace.ly"
---

-- 
View this message in context: 
http://www.nabble.com/Not-recognizing-%22%5Cnotes%22%2C-install-problem--tf4583945.html#a13084929
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user