lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Not recognizing "\notes", install problem?


From: Seumas McX
Subject: Not recognizing "\notes", install problem?
Date: Sun, 7 Oct 2007 11:31:12 -0700 (PDT)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]