lilypond error?

2006-01-20 Thread amhso (sent by Nabble.com)

I am wondering if this error i am getting is the program or me. 

# -*-compilation-*-
Changing working directory to `C:/Documents and Settings/Alex So/Desktop/hungarian rhapsody'
Processing `C:/Documents and Settings/Alex So/Desktop/hungarian rhapsody/hungarianrhapsody.txt'
Parsing...
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 have looked through all my syntax and everything seems correct. I don't understand what is wrong heresomeone explain or give me some help?

View this message in context: lilypond error?
Sent from the Gnu - Lilypond - User forum at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Double clefs?

2006-01-18 Thread amhso (sent by Nabble.com)

i did /new Staff instead. Thanks very much it works well. I dont know how to edit the lower style part. 

\score {
  \context PianoStaff 
\context Staff = violin 
  \global 
  \clef treble

  
  \layout {
\context {
  \Score
  \override SpacingSpanner #'spacing-increment = #3
}
  }
  \midi {
\tempo 4 = 54
  }
}

%% Local Variables:
%% coding: utf-8
%% End:

the /score area. I don't need a midi so I could get rid of that. But I don't know what each tag/syntax means. does the /score just mean it puts together each of the parts that are listed?

View this message in context: Re: Double clefs?
Sent from the Gnu - Lilypond - User forum at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Double clefs?

2006-01-17 Thread amhso (sent by Nabble.com)

I'm new to all this lilypond. I used to use noteworhty so this is a big change for me. anyways... Picture of my situation. I don't get how to format all this stuff. feels like programming. How do i make the second clef disappear? and that big tie on the bottom. here's my code too


\header {
 dedication = Dedicated to Pleasanton Middle School Symphonic Band of 2006
 title = Hungarian Rhapsody no.2
 subtitle = Transciption by Alex So
 composer = Franz Liszt (1811-1886)
 arranger = Alex So
 copyright = Alex So 2006
}

\version 2.7.17

global = {
 \key e \minor
 \time 2/4
}
 
i = \context Staff \relative c''{
 \context Voice = i
 \voiceOne

 \acciaccatura cis,8 cis2 | \appoggiatura cis16[ \appoggiatura b16 \appoggiatura cis16]
 
}


\score {
  \context PianoStaff 
\context Staff = violin 
  \global 
  \clef treble
  \i

  
  \layout {
\context {
  \Score
  \override SpacingSpanner #'spacing-increment = #3
}
  }
  \midi {
\tempo 4 = 54
  }
}

%% Local Variables:
%% coding: utf-8
%% End:


I haven't changed the instruments either. (If you want to know the transposed piece I am trying to do, Hungarian Rhapsody no. 2 - Liszt)

View this message in context: Double clefs?
Sent from the Gnu - Lilypond - User forum at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user