Hello Anita,sorry, but I can’t quite figure out what your problem is. You say ‘not compiled’ in the subject, but actual message suggests that the output is different from what you expected. Please give us the actual code and output (as attachments) and describe the exact problem. I guess that you mean the Welcome_to_LilyPond.ly file from the 2.18.2 install? Indeed, it compiles fine and with the exact results I’d expect if I use 2.18.2; however, the \version statement says 2.16.0 and with 2.16.2 it fails, with the following log:
Starting lilypond 2.16.2 [Welcome_to_LilyPond.ly]...Processing `/home/simon/lilypond/2.18.2/lilypond/usr/share/lilypond/current/ly/Welcome_to_LilyPond.ly'
Parsing.../home/simon/lilypond/2.18.2/lilypond/usr/share/lilypond/current/ly/init.ly:9:1 <0>: error: GUILE signaled an error for the expression beginning here
# (session-initialize warning: Could not find language `'. Ignoring./home/simon/lilypond/2.18.2/lilypond/usr/share/lilypond/current/ly/Welcome_to_LilyPond.ly:43:0 <1>: error: unknown escaped string: `\relative'
\relative c' {/home/simon/lilypond/2.18.2/lilypond/usr/share/lilypond/current/ly/Welcome_to_LilyPond.ly:43:10 <2>: error: syntax error, unexpected STRING, expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN or '='
\relative c' { Unbound variable: session-initialize/home/simon/lilypond/2.16.2/lilypond/usr/share/lilypond/current/scm/lily.scm:862:21 <3>: In procedure apply in expression (ly:parse-file file-name):
/home/simon/lilypond/2.16.2/lilypond/usr/share/lilypond/current/scm/lily.scm:862:21 <4>: Wrong type argument in position 1: #<undefined>
Exited with return code 1. I’m running Ubuntu 14.10. Yours, Simon Am 24.08.2015 um 12:06 schrieb Anita Milicic:
\version 2.18.2 % graphical output is one octave down from middle C when compiled from the example file "A scale in Lilypond" % new files also compile an octave lower and typing " relative c' " results in one octave higher than middle C _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond
%{ Welcome to LilyPond =================== Congratulations, LilyPond has been installed successfully. Now to take it for the first test run. 1. Save this LilyPond file on your desktop with the name "test.ly". 2. Pick it up from the desktop with your mouse pointer, drag and drop it onto the LilyPond icon. 3. LilyPond automatically produces a PDF file from the musical scale below. 4. To print or view the result, click on the newly produced file called test.pdf 5. If you see a piece of music with a scale, LilyPond is working properly. Next, you'll want to get started on your own scores. To do this you'll need to learn about using LilyPond. LilyPond's interface is text-based, rather than graphical. Please visit the help page at http://lilypond.org/introduction.html. This will point you to a quick tutorial and extensive documentation. Good luck with LilyPond! Happy engraving. %} \version "2.16.0" % necessary for upgrading to future LilyPond versions. \header{ title = "A scale in LilyPond" subtitle = "For more information on using LilyPond, please see http://lilypond.org/introduction.html" } \relative c' { c d e f g a b c }
Welcome_to_LilyPond.pdf
Description: Adobe PDF document
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond