Jan Nieuwenhuizen <janneke <at> gnu.org> writes: > > Alex So writes: > > > C:/Program Files/LilyPond/usr/share/lilypond/2.7.27/ly/init.ly:28:0: error: > > syntax error, unexpected SCM_T > > > > #(if (and (ly:get-option 'old-relative) > > > > I just keep getting this no matter what i change. > > Please be more specific. Have you tried reducing your score to > > { c } > > If that works, then you do have a problem with your .ly file. > > Jan. >
\version "2.6.0" \include "clarinetone.ly" \include "clarinettwo.ly" \include "clarinetthree.ly" \include "trumpetone.ly" \include "barisax.ly" \include "global.ly" \header { title = "Hungarian Rhapsody no.2" subtitle = "Transposed by Alex So" composer = "Franz Liszt (1811-1886)" copyright = "Copyright Alex So - 2006" } \score { \context StaffGroup << \context Staff = "one" { \global \clarinetone } \context Staff = "two" { \global \clarinettwo } \context Staff = "three" { \global \clarinetthree } \context Staff = "four" { \global \trumpetone } \context Staff = "five" { \global \barione } >> \layout { linewidth = 17.0 \cm \context { \Staff minimumVerticalExtent = #'(-3 . 3) \override TextScript #'padding = #1.5 \override DynamicLineSpanner #'padding = #1.0 } } that's my file. how do you want me to reduce this file to { c } _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond