Re: Error with lilypond

2006-01-21 Thread Graham Percival


On 21-Jan-06, at 6:14 PM, Alex So wrote:


that's my file. how do you want me to reduce this file to { c }


First, check that
{ c'4 }
works.  If a file that only contains that line does _not_ work, then 
you have a problem in the lilypond installation.


If {c'4} works, then start commenting out portions of your file.  Try 
commenting out all the instruments (just leave the \global stuff).  
Also comment out the \include"" stuff.  Did the problem go away?  If it 
did, then the problem is in one of the instruments -- try uncommenting 
them one by one.


- Graham



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Error with lilypond

2006-01-21 Thread Alex So
Jan Nieuwenhuizen  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


GUB 2.7.28 fails to create pdf on SuSE 10.0

2006-01-21 Thread Tapio Tuovila
Hello,

I tried the 2.7.28-1 GUB on SuSE 10.0

The install script seems to work well both for home directory or
system-wide installation. The problem here is that lily fails to convert
the .ps to .pdf, no matter if the installation is in ~/lilypond or in
/usr/local/lilypond.

The resulting .ps files seem to be all right, and it is possible to
convert them with 'ps2pdf'.

But the binary installing should work 'out of the box', shouldn't it?

-- am I missing something stupid or should this count as a bug?

lilypond -V simple  shows the following:


lilypond -V simple
GNU LilyPond 2.7.28
warning: Relocation: is absolute:
argv0=/usr/local//lilypond/usr/bin/lilypond
warning: Relocation: compile prefix=/usr/share/lilypond/2.7.28, new
prefix=/usr/local//lilypond/usr
PATH=/usr/local//lilypond/usr/bin
warning: Relocation: framework_prefix=/usr/local//lilypond/usr/bin/..
DYLD_LIBRARY_PATH=/usr/local//lilypond/usr/bin/../lib
warning: no such directory:
/usr/local//lilypond/usr/bin/../share/ghostscript/8.15/fonts for GS_FONTPATH
warning: no such directory:
/usr/local//lilypond/usr/bin/../share/ghostscript/8.15/Resource for GS_LIB
GS_LIB=/usr/local//lilypond/usr/bin/../share/ghostscript/8.15/lib
warning: no such directory:
/usr/local//lilypond/usr/bin/../share/gs/fonts for GS_FONTPATH
warning: no such directory:
/usr/local//lilypond/usr/bin/../share/gs/Resource for GS_LIB
warning: no such directory: /usr/local//lilypond/usr/bin/../share/gs/lib
for GS_LIB
GUILE_LOAD_PATH=/usr/local//lilypond/usr/bin/../share/guile/1.7
PATH=/usr/local//lilypond/usr/bin/../bin

LILYPOND_DATADIR="/usr/share/lilypond/2.7.28"
LOCALEDIR="/usr/share/locale"

Effective prefix: "/usr/local//lilypond/usr/share/lilypond/2.7.28"
FONTCONFIG_FILE="/usr/local//lilypond/usr/bin/../etc/fonts/fonts.conf"
FONTCONFIG_PATH="/usr/local//lilypond/usr/bin/../etc/fonts"
GS_LIB="/usr/local//lilypond/usr/bin/../share/ghostscript/8.15/lib:/home/tapu/.fonts"
GUILE_LOAD_PATH="/usr/local//lilypond/usr/bin/../share/guile/1.7"
PANGO_RC_FILE="/usr/local//lilypond/usr/bin/../etc/pango/pangorc"
PATH="/usr/local//lilypond/usr/bin/../bin:/usr/local//lilypond/usr/bin:/home/tapu/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/home/tapu/.local/bin:/opt/gnome/bin:/opt/gnome/include/gnome-vfs-2.0/libgnomevfs:/opt/gnome/include/gnome-vfs-2.0:/opt/gnome/include:/etc/texmf:/sbin:/usr/sbin:"
[/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/lily.scm]
[/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/lily-library.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/file-cache.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-music-types.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/output-lib.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/c++.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/chord-ignatzek-names.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/chord-entry.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/chord-generic-names.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/stencil.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/markup.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/music-functions.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/part-combiner.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/autochange.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-music-properties.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/auto-beam.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/chord-name.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/parser-ly-from-scheme.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-context-properties.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/translation-functions.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/script.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/midi.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/layout-beam.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/parser-clef.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/layout-slur.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/font.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/encoding.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/fret-diagrams.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-markup-commands.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-grob-properties.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-grobs.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-grob-interfaces.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/define-stencil-commands.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/layout-page-layout.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/titling.scm][/usr/local//lilypond/usr/share/lilypond/2.7.28/scm/paper.scm][/usr/local//lilypond/usr/shar

Re: Wrong grace note output

2006-01-21 Thread nullplan (sent by Nabble.com)


Erik Sandberg wrote: 
> 
> On Friday 20 January 2006 21.41, nullplan (sent by Nabble.com) wrote:
>> Hi all,
>> I tried to use the following code today:
>> \new PianoStaff <<
>>   \new Staff <<
>> \repeat volta 2 { foo bar }
>> \alternative {
>>   \grace a8 a'4 r8. g,16[ c8. e16]\bar "||"
>> }{
>>   \grace a8 a'4 r4 r
>> }
>>   >>
>>   \new Staff << foo bar >>
>> >>
> 
>> After compiling this code I don't get grace notes but accords like > a'>. 
> 
> Can you please send a short, compilable example? (i.e., where "foo bar" is 
> replaced with something short which reproduces the problem)
> 
> -- 
> Erik
> 
> 
> ___
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
> 
> 
\new PianoStaff <<
  \new Staff <<
  \repeat volta 2 { b8. b16 fis4 gis\trill }
\alternative {
  \grace a8 a'4 r8. g,16[ c8. e16]\bar "||"
}{
  \grace a8 a'4 r4 r
}
  >>
  \new Staff <<
a4  
a, 8 r r4
a,  r
  >>
>> 
That should be enough. I already tried to work around this with \new Voice { 
\grace a8 } , but it made an a8, not a \grace a8.
--
View this message in context: 
http://www.nabble.com/Wrong-grace-note-output-t964179.html#a2511044
Sent from the Gnu - Lilypond - Bugs forum at Nabble.com.
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: chord name vertical spacing in 2.7.2x

2006-01-21 Thread Erik Sandberg
On Saturday 21 January 2006 08.39, Paul Scott wrote:
> Paul Scott wrote:
> > With at least 2.7.25 through current CVS a minor (:m only one I tested)
> > chord name takes more vertical space than a simple chordname.
> >
> > Change one of the "a" chord names in the attached to see this.

Thanks, added to CVS as spacing-chordnames-am.ly. Sorry for the delay.

%
%Paul Scott

\header {
texidoc = "An Am chord consumes more vertical space than an A chord."

reportedin = "2.6.5"
}

\version "2.7.27"
\layout{ raggedright=##t }
<<
  \new ChordNames \chordmode { a1 }
  \new Staff e'1
  \new ChordNames \chordmode {a1:m }
  \new Staff e'1
>>

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Wrong grace note output

2006-01-21 Thread Erik Sandberg
On Friday 20 January 2006 21.41, nullplan (sent by Nabble.com) wrote:
> Hi all,
> I tried to use the following code today:
> \new PianoStaff <<
>   \new Staff <<
> \repeat volta 2 { foo bar }
> \alternative {
>   \grace a8 a'4 r8. g,16[ c8. e16]\bar "||"
> }{
>   \grace a8 a'4 r4 r
> }
>   >>
>   \new Staff << foo bar >>
> >>

> After compiling this code I don't get grace notes but accords like  a'>. 

Can you please send a short, compilable example? (i.e., where "foo bar" is 
replaced with something short which reproduces the problem)

-- 
Erik


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Error with lilypond

2006-01-21 Thread Jan Nieuwenhuizen
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.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond