lilypond-user
[Top][All Lists]
Advanced

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

non critical error


From: Mehmet Okonsar
Subject: non critical error
Date: Wed, 31 Aug 2005 18:21:57 +0300

Hi,
I do not understand why this file gives that error yet it compiles well..

Error log:=============================================
# -*-compilation-*-
Changing working directory to `F:/ScoreLibrary/Okonsar, Mehmet
(1961)/Kaleidoscopes/01-PianoSolo'
Processing `F:/ScoreLibrary/Okonsar, Mehmet
(1961)/Kaleidoscopes/01-PianoSolo/01-Overture-PianoSolo.ly'
Parsing...
C:/Program Files/Music/LilyPond/usr/share/lilypond/2.7.7/ly/english.ly:6:0:
error: syntax error, unexpected STRING

pitchnamesEnglish = #`(

F:/ScoreLibrary/Okonsar, Mehmet
(1961)/Kaleidoscopes/01-PianoSolo/01-Overture-PianoSolo.ly:74:0: error:
syntax error, unexpected '}'

}

Interpreting music... [3]
Preprocessing graphical objects...
Calculating line breaks...
Calculating page breaks...
Layout output to `01-Overture-PianoSolo.ps'...
Converting to `01-Overture-PianoSolo.pdf'...
====================================================================
the source:
====================================================================
\version "2.7.4"

\header {
title = "Kaleidoscopes N.1"
subtitle = "Overture"
composer = "Mehmet Okonşar"
instrument = "Piano Solo"
oddHeaderMarkup = "Overture"
}

forceAlterations =
  #(def-music-function (parser location music) (ly:music?)
     (music-map (lambda (m)
                  (if (eqv? (ly:music-property m 'name) 'NoteEvent)
                      (set! (ly:music-property m 'force-accidental) #t))
                  m)
                music)
     music)

\score {
\include "english.ly"

\forceAlterations {

\new PianoStaff
{
<<
\context Staff = "RH" {
\clef treble
\cadenzaOn
{

gs'''2. r16 gs'''2. r16 gs'''2. r16 gs'''2. r16
\bar "|"
%-------------------- BAR:2
gs'''2.
\bar "|"


%===================================================================== RH
\cadenzaOff
}
}
%=====================================================================
\context Staff = "LH" {
\clef treble

\cadenzaOn
{

s4*13
%-------------------- BAR:2
as''2~ as''8 ds'''

\bar "|"


%===================================================================== LH
\cadenzaOff
}
}
>>
}
}
%==========================================================

\layout {
    \context {
        \Staff
%whichBar = #""
        \remove "Time_signature_engraver"
    }
  }
}
======================== END OF SOURCE ========================

Best Regards,
Mehmet Okonsar, pianist-composer
www.okonsar.com






reply via email to

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