Re: Syntax error encountered while engraving a successfully updated Mutopia ly file

2021-12-01 Thread David Kastrup
Aaron Hill writes: > convert-ly knows how to fix this: > > > \override Thing #'property #'sub-property = #'value > % ...to... > \override Thing.property.sub-property = #'value > > > It does not however seem to correct: > > > variable #'key = #'value > % ...to... > variable.

Re: Syntax error encountered while engraving a successfully updated Mutopia ly file

2020-11-29 Thread Kenneth Wolcott
following error when engraving: > > > > ././updated_greensleeves.ly:68:22: error: syntax error, unexpected > > SCM_TOKEN, expecting ',' or '.' or '=' > > top-markup-spacing > > #'padding = #10 > > > > The output from conv

Re: Syntax error encountered while engraving a successfully updated Mutopia ly file

2020-11-29 Thread Aaron Hill
On 2020-11-29 12:03 pm, Kenneth Wolcott wrote: Hi; I downloaded a Mutopia Greensleves ly source and successfully converted it to 2.20.0 but get the following error when engraving: ././updated_greensleeves.ly:68:22: error: syntax error, unexpected SCM_TOKEN, expecting ',' or '

Syntax error encountered while engraving a successfully updated Mutopia ly file

2020-11-29 Thread Kenneth Wolcott
Hi; I downloaded a Mutopia Greensleves ly source and successfully converted it to 2.20.0 but get the following error when engraving: ././updated_greensleeves.ly:68:22: error: syntax error, unexpected SCM_TOKEN, expecting ',' or '.' or '=' top-markup-spacing

Re: Syntax error, unexpected UNSIGNED

2018-05-15 Thread Andrés Westra
; \version "2.18.2" > \relative {c4 8 8 8. 16} > > This apears in the logs: > > error: syntax error, unexpected UNSIGNED > > \relative {c4 > >8 8 8. 16} > > > > Before I was able to write that, now it only works if I write this: > >

Syntax error, unexpected UNSIGNED

2018-05-15 Thread Andrés Westra
Hi, I,m working in a project an suddenly this error apears. I no longer can write: \version "2.18.2" \relative {c4 8 8 8. 16} This apears in the logs: error: syntax error, unexpected UNSIGNED \relative {c4 8 8 8. 16} Before I was able to write that, now it only

Re: Syntax error

2013-11-08 Thread Colin Campbell
On 11/08/2013 07:12 PM, David Nalesnik wrote: Hi Seb, On Fri, Nov 8, 2013 at 1:37 PM, taylor...@sky.com <mailto:taylor...@sky.com> <mailto:taylor...@sky.com>> wrote: Hi, I seem to keep getting a syntax error, and I don't know why can someone help plea

Re: Syntax error

2013-11-08 Thread David Nalesnik
On Fri, Nov 8, 2013 at 8:11 PM, Colin Campbell wrote: > > Finally, the canned response is a very firm suggestion that you work > through the Learning Manual on the LilyPond website, having installed a > syntax-highlighting editor beforehand. My favourite is undoubtedly > Frescobaldi, but others a

Re: Syntax error

2013-11-08 Thread David Nalesnik
Hi Seb, On Fri, Nov 8, 2013 at 1:37 PM, taylor...@sky.com wrote: > Hi, > > I seem to keep getting a syntax error, and I don't know why can someone > help please?? > > My code is: > > << > \new Voice = "soprano" { > \relative c''

Re: Syntax error

2013-11-08 Thread Colin Campbell
On 11/08/2013 12:37 PM, taylor...@sky.com wrote: Hi, I seem to keep getting a syntax error, and I don't know why can someone help please?? The error I keep getting is: # -*-compilation-*- Processing `C:/Users/staff/Desktop/first try.ly' Parsing... C:/Users/staff/Desktop/first t

Syntax error

2013-11-08 Thread taylor...@sky.com
Hi, I seem to keep getting a syntax error, and I don't know why can someone help please?? My code is: << \new Voice = "soprano" {  \relative c''{  \key f \major  \autoBeamOff  \time 4/4  \partial 4  a16 c d8 |  r4 ees8( d~ d4~ c d c |  d4. c8~ c) r a16 c d8 |  

Re: minor chord produces syntax error

2012-12-05 Thread David Kastrup
Thomas Morley writes: > 2012/12/6 vector : >> Hi, >> script shown below >> the log file is indicating a syntax error, unexpected STRING at the "g:m" >> I thought that was ok to indicate a gminor? >> In fact i cant get any chord modifiers to work

Re: minor chord produces syntax error

2012-12-05 Thread Thomas Morley
2012/12/6 vector : > Hi, > script shown below > the log file is indicating a syntax error, unexpected STRING at the "g:m" > I thought that was ok to indicate a gminor? > In fact i cant get any chord modifiers to work at all. > > \version "2.16.1&quo

minor chord produces syntax error

2012-12-05 Thread vector
Hi, script shown below the log file is indicating a syntax error, unexpected STRING at the "g:m" I thought that was ok to indicate a gminor? In fact i cant get any chord modifiers to work at all. \version "2.16.1" \header { title = "BluesJam Trk4" composer = &q

Re: Hyphenated LSR search fails with syntax error

2012-02-15 Thread Carl Sorensen
On 2/14/12 10:13 PM, "Nick Payne" wrote: > > > >If I try to search for something hyphenated (eg > >default-fret-table), the search fails with the error message " > > Nick, I don't know about the hyphenated search of the LSR, but I would be shocked if there is anything in the

Hyphenated LSR search fails with syntax error

2012-02-14 Thread Nick Payne
If I try to search for something hyphenated (eg default-fret-table), the search fails with the error message " Syntax error: it.unimi.dsi.mg4j.query.parser.ParseException: Encountered " "-" "- "" at line

Re: Syntax error

2010-10-04 Thread alex stone
On Mon, Oct 4, 2010 at 8:25 PM, Phil Holmes wrote: > - Original Message - From: "alex stone" > Hmmm, can't spot anything missing at the moment. > >> Here's the entire test file. > >> http://pastebin.com/pSu6Asge > > >> Thanks for the reply, > >> Alex. > > > Alex, > > Please look at the Le

Re: Syntax error

2010-10-04 Thread Phil Holmes
- Original Message - From: "alex stone" Hmmm, can't spot anything missing at the moment. Here's the entire test file. http://pastebin.com/pSu6Asge Thanks for the reply, Alex. Alex, Please look at the Learning Manual for 2.12.3 - section 5.2 - "When things don't work". T

Re: Syntax error

2010-10-04 Thread Jeff Barnes
> Hmmm, can't spot anything missing at > the moment. > > Here's the entire test file. > > http://pastebin.com/pSu6Asge > Hi Alex! Another noob here... Take a look at line 133. Looks like you're missing a closing quote. Regards, Jeff ___ lilypond-us

Re: Syntax error

2010-10-04 Thread alex stone
n, Oct 4, 2010 at 10:18 AM, alex stone wrote: >>>> I can't for the life of me figure out what i've done here. (new lily user) >>>> >>>> Working in lilypondtool 2.12.894 (jedit 4.3.2), with lily 2.13.36 >>>> >>>> Here's the error: >&g

Re: Syntax error

2010-10-04 Thread Brett McCoy
;> >>> Working in lilypondtool 2.12.894 (jedit 4.3.2), with lily 2.13.36 >>> >>> Here's the error: >>> >>>> %lilypond %args "/home/alex/audio-projects/wobbly" >>> Processing `/home/alex/a

Re: Syntax error

2010-10-04 Thread alex stone
ex/audio-projects/wobbly' >> Parsing... >> /home/alex/audio-projects/wobbly:138:37: error: syntax error, unexpected >> STRING >>        \set Staff.instrumentName = " >>                                     Horn F 1" >> error: failed files: "/home/al

Re: Syntax error

2010-10-04 Thread Jonathan Kulp
x/audio-projects/wobbly" > Processing `/home/alex/audio-projects/wobbly' > Parsing... > /home/alex/audio-projects/wobbly:138:37: error: syntax error, unexpected > STRING >        \set Staff.instrumentName = " >                                     Horn F 1" >

Syntax error

2010-10-04 Thread alex stone
sing... /home/alex/audio-projects/wobbly:138:37: error: syntax error, unexpected STRING \set Staff.instrumentName = " Horn F 1" error: failed files: "/home/alex/audio-projects/wobbly" Processing time: 1 seconds > ...

Re: I got a syntax error i couldn't find out how to fix

2010-08-12 Thread M Watts
On 08/12/2010 10:21 AM, Nick Payne wrote: Checking that you have correctly matching opening and closing braces, brackets, and parentheses is much easier if you use an editor that matches them. I use jEdit with Lilypondtool which does so. +1 for bracket matching -- saves a lot of headaches. _

Re: I got a syntax error i couldn't find out how to fix

2010-08-11 Thread Nick Payne
. and it says: # -*-compilation-*- Processing `C:/Users/Bryant/.lilypond-fonts.cache-2/lily pond files/opus 1.ly' Parsing... C:/Program Files/LilyPond/usr/share/lilypond/current/ly/init.ly:63:62: error: syntax error, unexpected $end (ly:parser-error parser (_ "expected error

Re: I got a syntax error i couldn't find out how to fix

2010-08-11 Thread Trevor Daniels
-*- Processing `C:/Users/Bryant/.lilypond-fonts.cache-2/lily pond files/opus 1.ly' Parsing... C:/Program Files/LilyPond/usr/share/lilypond/current/ly/init.ly:63:62: error: syntax error, unexpected $end (ly:parser-error parser (_ "expected error, but

I got a syntax error i couldn't find out how to fix

2010-08-11 Thread Bryant Wood
files/opus 1.ly' Parsing... C:/Program Files/LilyPond/usr/share/lilypond/current/ly/init.ly:63:62: error: syntax error, unexpected $end (ly:parser-error parser (_ "expected error, but none found" error: failed fi

Re: Syntax error using \midi directive

2009-09-13 Thread Helge Kruse
This compiles fine with Lilypond 2.13.0. Are you sure you sent the actual content of you .ly file? Without the original file it may be mystic to us. Regards, Helge Jörg Krause schrieb: Hi to all, I am getting a (almost to me) mysterial syntax error lodi_vespri/musiche/psalmen_joerg.ly

Syntax error using \midi directive

2009-09-13 Thread Jörg Krause
Hi to all, I am getting a (almost to me) mysterial syntax error lodi_vespri/musiche/psalmen_joerg.ly:65:17: Fehler: syntax error, unexpected '}', expecting '=' \midi { compiling the following source (the line which produces the error is marked):

Re: syntax error SCM_TOKEN?

2008-05-03 Thread Werner LEMBERG
> These kind of errors annoy me to death since I'm using a Mac. Lily, > LaTeX, several compilers; everything complains about the typographic > whitespace characters which are simple to type in on a Mac. What's the problem with LaTeX? You simply say \usepackage[utf8]{inputenc} and most of tho

Re: syntax error SCM_TOKEN?

2008-05-03 Thread fiëé visuëlle
Am 2008-05-03 um 20:15 schrieb Alexander Kobel: For the meantime - anybody knows how to convince Smultron to mark those characters? Or, even better - is there a program which temporarily shuts off typographic character shortcuts for the whole system? TextWrangler at least can show such "inv

Re: syntax error SCM_TOKEN?

2008-05-03 Thread Alexander Kobel
Craig Bakalian wrote: Hi Everybody, I found the problem. The init.ly file helped me. There was a strange ascii shape at the end of my file. Weird. Craig Bakalian These kind of errors annoy me to death since I'm using a Mac. Lily, LaTeX, several compilers; everything complains about t

Re: syntax error SCM_TOKEN?

2008-05-03 Thread Craig Bakalian
Hi Everybody, I found the problem. The init.ly file helped me. There was a strange ascii shape at the end of my file. Weird. Craig Bakalian ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-use

syntax error SCM_TOKEN?

2008-05-03 Thread Craig Bakalian
ssing graphical objects... Interpreting music... MIDI output to `Piano Pieces 2008.midi'... Layout output to `Piano Pieces 2008.ps'... Converting to `Piano Pieces 2008.pdf'... /Applications/LilyPond/LilyPond.app/Contents/Resources/bin/../share/ lilypond/current/ly/init.ly:32:0: error: synt

Re: syntax error

2005-09-05 Thread stk
Fr. Gordon Gilbert wrote: > I'm using 2.5.29 . . . I need "letter" instead of A4 . . . > Parsing... > warning: Must use #(set-paper-size .. ) within \paper { ... } > . . . my #(set-paper-size) was withing \layout . . . > So I moved that to the top of the file within a \paper block. > The first

Re: Syntax Error in compiling

2005-09-05 Thread Andrew Watson
Gordon Gilbert angel.eicat.ca> writes: > > Hi again! > > Thanks to Andrew for showing me where the error was -- and SO SIMPLE!! > Can someone please explain how to read the error messages when lilypond > fails to compile a file? For example, the bit the program quoted was > *after* the erro

Syntax Error in compiling

2005-09-05 Thread Gordon Gilbert
Hi again! Thanks to Andrew for showing me where the error was -- and SO SIMPLE!! Can someone please explain how to read the error messages when lilypond fails to compile a file? For example, the bit the program quoted was *after* the error -- is this standard? Blessings, Fr. Gordon Gilbert

Re: syntax error

2005-09-05 Thread Andrew Watson
Gordon Gilbert angel.eicat.ca> writes: > > Then I changed something else (and I can't seem to restore it with "undo" > in xemacs) and it now gives me: > > Gloria4Part.ly:20:10: error: syntax error, unexpected DIGIT > \version " >2.

syntax error

2005-09-05 Thread Gordon Gilbert
ow gives me: Gloria4Part.ly:20:10: error: syntax error, unexpected DIGIT \version " 2.5.29" error: failed files: "Gloria4Part.ly" I don't get this -- I have several other files with the same syntax (here is a snippet to look at -- not complete to compile): \he

Re: [Eric Gebhart] Re: 1.8 compile - syntax error.

2003-08-18 Thread Jan Nieuwenhuizen
Eric Gebhart writes: > I tried that as well. I thought it might because > kpathsea.h lists all it's includes as Then you'll just have to look in config.log what goes wrong. It's all there and quite easy to read. By the way, I expect that you submit your tweaks back into the FreeBSD ports, so