Re: windows version

2004-11-05 Thread Mats Bengtsson
The MIDI output from LilyPond is intended for "proof reading"
the score while you are working on it and you can certainly
process your half-made files and listen the resulting MIDI.
I'm not sure what you mean with your second question. The MIDI
output is an integrated part of the program.
I hope you have realized that LilyPond is a program that works very
differently than most other programs you have experienced in Windows.
Look at the Introduction pages at www.lilypond.org to find out more.
   /Mats
[EMAIL PROTECTED] wrote:
Hello, my question is: can playback be heard from partial files or works 
in progress?  Is the Midi file included in the download? thank you.


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: simple scenario: 2 staves, 2 lyrics

2004-11-05 Thread Mats Bengtsson
I haven't tried to process your example, but noticed that
the \melody begins with half a bar whereas the \ndvoice
begins with a full bar. I don't know how you expect LilyPond
to combine those two?
In order to avoid this kind of problems, I always use bar checks,
http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Bar-check.html
in my .ly files.
   /Mats
Tobias Ulbricht wrote:
Hello list.
I hope to find some answers here. 
I don't understand, how to set 2 voice contexts with a lyrics context for each, without encountering some difficulties at some stage.
Consider shortly the following file,

---seymour.ly--
\paper {
#(set-paper-size "a4")
indent = 0 \mm
linewidth = 160 \mm
}
melody = \notes \relative c''
{
\time 4/4
\key a \major
r2
\partial 2 \times 2/3 {cis4 b4 a4} 
a2 fis2 ~ fis4. fis8
\times 2/3 {fis4 gis4 a4}
e4.(a8) a2 ~ a4. r8
r2
r4. fis8 \times 2/3 {fis4 f4 fis4}
\times 2/3 { a4 (gis4 fis4) } fis2 
~  fis4. fis8 \times 2/3 {f4 g4 a4}
\times 2/3 { c4 (b4 a4) } a2 
cis2 a2
r2

}

ndvoice = \notes \relative c
{
\clef bass
\time 4/4
\key a \major
r1
r1
r4. fis8 \times 2/3 {fis4 gis4 a4}
e4.(a8) a2 
~ a4. r8 fis8 \times 2/3 {fis4 gis4 a4}
cis4. (b8) b2 
~ b4. fis8 \times 2/3 {fis4 gis4 a4}
c4. (b8) a2 
~ a4. a8 \times 2/3 {a4 b4 a4}
e'2 e2
}

sopranolyrics = \lyrics {
Learn how to 
be more the 
girl that's in -- side __ me
with sweet un -- der -- stan __ ding
with sweet un -- der -- stan -- ding
stan __ ding
Sey mours your __ man __
}

tenorlyrics = \lyrics {
the 
girl that's in -- side __ you
with sweet un -- der -- stan __ ding
with sweet un -- der -- stan __ ding
with sweet un -- der -- stan -- ding
Sey mours your __ man __
}

\score {
\new StaffGroup <<
\context Voice  = "soprano" { \melody }
\lyricsto "soprano" \new Lyrics { \sopranolyrics }
\context Voice = "tenor" { \ndvoice }
\lyricsto "tenor" \new Lyrics { \tenorlyrics }
>>
\paper { }
\midi  { \tempo 4=100 }
}
-
Then executing "lilypond seymour.ly", or using emacs mode C-c C-d or something.
Using lilypond 2.2.6 debian-sid package.
I worked fine, until I want to start a new line, lilypond finds no break, whatever I 
do.
---
Calculating line breaks... [3]
warning: Could not find line breaking that satisfies constraints.
---
I tried lilypond 2.4.1 debian-sid package, but apart from the changed syntax, I get an 
error:
---
ERROR: Unable to find file "lily.scm" in load path
---
Sorry for the rather big email.
Hope anyone can help me or point me to the right way of doing it or using the right 
version here, or whatever, I'd be glad to here something.
thanks, tobias.
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Sébastien Lardière
On Thu, 04 Nov 2004 20:48:48 -0200, Pedro Kroger
<[EMAIL PROTECTED]> wrote:
> dax2 <[EMAIL PROTECTED]> writes:
> 
> >> What is happening? What could I do for making better PDF or PNG output ?
> 
> It can't find the fonts. A few people are having trouble with my package
> and I can't reproduce or figure out why. Could you try the 2.4.1 version
> I'll upload in about one hour?
> 
> BTW, what is your system? sid, sarge, or stable?

Ok, I've updated my Sid this morning, but it doesn't work anymore : 

$ lilypond-snapshot deus_en-dro_darger-2.4.0.ly
GNU LilyPond 2.4.1
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path

But lily.scm is found : 

$ dpkg -S lily.scm
lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/safe-lily.scm
lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/lily.scm

I try to reconfigure lilypond-snapshot, but it doesn't fix this bug.

-- 
Sébastien


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Paul Scott
Sébastien Lardière wrote:
On Thu, 04 Nov 2004 20:48:48 -0200, Pedro Kroger
<[EMAIL PROTECTED]> wrote:
 

dax2 <[EMAIL PROTECTED]> writes:
   

What is happening? What could I do for making better PDF or PNG output ?
   

It can't find the fonts. A few people are having trouble with my package
and I can't reproduce or figure out why. Could you try the 2.4.1 version
I'll upload in about one hour?
BTW, what is your system? sid, sarge, or stable?
   

Ok, I've updated my Sid this morning, but it doesn't work anymore : 

$ lilypond-snapshot deus_en-dro_darger-2.4.0.ly
GNU LilyPond 2.4.1
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path
But lily.scm is found : 

$ dpkg -S lily.scm
lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/safe-lily.scm
lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/lily.scm
I try to reconfigure lilypond-snapshot, but it doesn't fix this bug.
 

I just notified Pedro of this bug.  I just went back to 2.4.0-2.
If you haven't cleaned your cache you can do:
dpkg -r lilypond-snapshot
dpkg -i /var/cache/apt/archives/lilypond-snapshot_2.4.0-2_i386.deb
to get back to a working version while he fixes it.
Paul Scott

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Roland Goretzki
Hello list, hello Paul,

You wrote:

> Sébastien Lardière wrote:
> 
> >$ lilypond-snapshot deus_en-dro_darger-2.4.0.ly
> >GNU LilyPond 2.4.1
> >ERROR: In procedure primitive-load-path:
> >ERROR: Unable to find file "lily.scm" in load path
> >
> >But lily.scm is found : 
> >
> >$ dpkg -S lily.scm
> >lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/safe-lily.scm
> >lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/lily.scm

All the same at me, with 2.4.0

> I just notified Pedro of this bug.  I just went back to 2.4.0-2.
> 
> If you haven't cleaned your cache you can do:
> 
> dpkg -r lilypond-snapshot
> dpkg -i /var/cache/apt/archives/lilypond-snapshot_2.4.0-2_i386.deb

Excuse me, but I think, this would make no sense,
if the bug would be in both, 2.4.0-2 AND 2.4.1,
as I assume ... :-(

> to get back to a working version while he fixes it.

Exact this 
> dpkg -i /var/cache/apt/archives/lilypond-snapshot_2.4.0-2_i386.deb
doesn't work on my sid-machine with exact the same error messages as
described above from Sébastien.
Thanks to Sébastien for doing this, so I needn't try the 2.4.1. :)

Hopeful that we can find the mistake! :-)

Best Regards   Roland


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: (font-) problem with lilypond-snapshot 2.4.0

2004-11-05 Thread Roland Goretzki
Hello list, hello Pedro,

You wrote:

> Roland Goretzki <[EMAIL PROTECTED]> writes:
> 
> >> http://www.pedrokroeger.net/lilypond/lilypond-snapshot-doc_2.4.0-2_all.deb
> 
> I actually meant:
> 
> http://www.pedrokroeger.net/lilypond/lilypond-snapshot_2.4.0-2_i386.deb

Well, I installed them both,
lilypond-snapshot-doc_2.4.0-2_all.deb, as You wrote, and
lilypond-snapshot_2.4.0-2_i386.deb,
because this was the actual version of lilypond-snapshot.

> > Now there is another error message:
> >
> > ERROR: In procedure primitive-load-path:
> > ERROR: Unable to find file "lily.scm" in load path
> 
> what debian are you using, sid, sarge or stable?

sid

> could you see if the file
> /usr/bin/lilypond-snapshot
> has a line like
>  lilydir="/usr/share/lilypond-snapshot/2.4.0"

Yes.

> and if this directory
> /usr/share/lilypond-snapshot/2.4.0
> really exists?

Yes.

Best Regards   Roland


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Sébastien Lardière
On Fri, 05 Nov 2004 02:35:24 -0700, Paul Scott <[EMAIL PROTECTED]> wrote:
> >
> I just notified Pedro of this bug.  I just went back to 2.4.0-2.
> 
> If you haven't cleaned your cache you can do:
> 
> dpkg -r lilypond-snapshot
> dpkg -i /var/cache/apt/archives/lilypond-snapshot_2.4.0-2_i386.deb
> 
> to get back to a working version while he fixes it.

Ok, but I don't want 2.4.0, because I've a a bug about fonts. I just
want this bug fix.

I'm waiting for Pedro to fix this bug and I'll update package again.

Thanks

-- 
Sébastien


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Paul Scott
Roland Goretzki wrote:
Hello list, hello Paul,
You wrote:
 

Sébastien Lardière wrote:
   

$ lilypond-snapshot deus_en-dro_darger-2.4.0.ly
GNU LilyPond 2.4.1
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path
But lily.scm is found : 

$ dpkg -S lily.scm
lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/safe-lily.scm
lilypond-snapshot: /usr/share/lilypond-snapshot/2.4.1/scm/lily.scm
 

All the same at me, with 2.4.0
 

I just notified Pedro of this bug.  I just went back to 2.4.0-2.
If you haven't cleaned your cache you can do:
dpkg -r lilypond-snapshot
dpkg -i /var/cache/apt/archives/lilypond-snapshot_2.4.0-2_i386.deb
   

Excuse me, but I think, this would make no sense,
if the bug would be in both, 2.4.0-2 AND 2.4.1,
as I assume ... :-(
 

I am running Debian sid.  I am working quite well with 2.4.0-2. 
I updated to 2.4.1-1, saw the above lily.scm error and verified that 
going back to 2.4.0-2 with dpkg as I described above worked.  Then I 
reported it to Pedro.

to get back to a working version while he fixes it.
   

Exact this 
 

dpkg -i /var/cache/apt/archives/lilypond-snapshot_2.4.0-2_i386.deb
   

doesn't work on my sid-machine with exact the same error messages as
described above from Sébastien.
 

I don't know.  It works for me.
Take care,
Paul

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


log.txt -- problem with lilypond and intalled LaTeX on win2000

2004-11-05 Thread Albert Einstein




I
run command printenv > log.txt  in cygwin, because lilypond gives
error about LaTeX:


Analyzing test.tex

Running...

Lilypond: error: LaTeX failed on the output file.

lilypond: error: The error log is as follows:

LATEX output to 'test.latex' ...

TEX output to 'test.tex' 


What suggest the file?






!C:=C:\cygwin\bin
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Administrator\Dane aplikacji
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=YYY-WDHITJK5XDW
COMSPEC=C:\WINNT\system32\cmd.exe
CVS_RSH=/bin/ssh
HOME=/home/Admin
HOMEDRIVE=C:
HOMEPATH=\
HOSTNAME=yyy-wdhitjk5xdw
INFOPATH=/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:
LOGONSERVER=\\YYY-WDHITJK5XDW
MAKE_MODE=unix
MANPATH=/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man
NUMBER_OF_PROCESSORS=1
OLDPWD=/usr/bin
OS2LIBPATH=C:\WINNT\system32\os2\dll;
OS=Windows_NT
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/h/PA/WDI/Laborki/GNAT/bin:/cygdrive/c/Program
 
Files/TeXLive/bin/win32:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:"C:/Program
 Files/Norton SystemWorks/Norton Ghost/"
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PERL5LIB=C:\Program Files\TeXLive\xemtex\perl\lib;C:\Program 
Files\TeXLive\xemtex\perl\site\lib
PRINTER=Linotronic Pr60 v52.3
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0703
PROGRAMFILES=C:\Program Files
PROMPT=$P$G
PS1=\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ 
PWD=/home/Admin
SHLVL=1
SYSTEMDRIVE=C:
SYSTEMROOT=C:\WINNT
TEMP=/cygdrive/c/DOCUME~1/ADMINI~1/USTAWI~1/Temp
TERM=cygwin
TEXMF={/usr/share/lilypond/2.2.5,{!!//texmf-var,!!//texmf-local,!!//texmf}}
TEXMFCNF=C:\Program Files\TeXLive\texmf-var\web2c
TEXMFTEMP=C:\Program Files\TeXLive\temp
TMP=/cygdrive/c/DOCUME~1/ADMINI~1/USTAWI~1/Temp
USER=Admin
USERDOMAIN=YYY-WDHITJK5XDW
USERNAME=Admin
USERPROFILE=C:\Documents and Settings\Administrator
WINDIR=C:\WINNT
_=/usr/bin/printenv
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: log.txt -- problem with lilypond and intalled LaTeX on win2000

2004-11-05 Thread Mats Bengtsson
In your profile file, you will need the following lines:
unset TEXMF
unset TEXMFCNF
unset TEXMFTEMP
I hope that the command
which latex
returns
/usr/bin/latex
and nothing else.
   /Mats
Albert Einstein wrote:
I run command printenv > log.txt  in cygwin, because lilypond gives 
error about LaTeX:

Analyzing test.tex
Running...
Lilypond: error: LaTeX failed on the output file.
lilypond: error: The error log is as follows:
LATEX output to 'test.latex' ...
TEX output to 'test.tex' 
What suggest the file?

!C:=C:\cygwin\bin
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Administrator\Dane aplikacji
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=YYY-WDHITJK5XDW
COMSPEC=C:\WINNT\system32\cmd.exe
CVS_RSH=/bin/ssh
HOME=/home/Admin
HOMEDRIVE=C:
HOMEPATH=\
HOSTNAME=yyy-wdhitjk5xdw
INFOPATH=/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:
LOGONSERVER=\\YYY-WDHITJK5XDW
MAKE_MODE=unix
MANPATH=/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man
NUMBER_OF_PROCESSORS=1
OLDPWD=/usr/bin
OS2LIBPATH=C:\WINNT\system32\os2\dll;
OS=Windows_NT
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/h/PA/WDI/Laborki/GNAT/bin:/cygdrive/c/Program Files/TeXLive/bin/win32:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:"C:/Program Files/Norton SystemWorks/Norton Ghost/"
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PERL5LIB=C:\Program Files\TeXLive\xemtex\perl\lib;C:\Program Files\TeXLive\xemtex\perl\site\lib
PRINTER=Linotronic Pr60 v52.3
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0703
PROGRAMFILES=C:\Program Files
PROMPT=$P$G
PS1=\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ 
PWD=/home/Admin
SHLVL=1
SYSTEMDRIVE=C:
SYSTEMROOT=C:\WINNT
TEMP=/cygdrive/c/DOCUME~1/ADMINI~1/USTAWI~1/Temp
TERM=cygwin
TEXMF={/usr/share/lilypond/2.2.5,{!!//texmf-var,!!//texmf-local,!!//texmf}}
TEXMFCNF=C:\Program Files\TeXLive\texmf-var\web2c
TEXMFTEMP=C:\Program Files\TeXLive\temp
TMP=/cygdrive/c/DOCUME~1/ADMINI~1/USTAWI~1/Temp
USER=Admin
USERDOMAIN=YYY-WDHITJK5XDW
USERNAME=Admin
USERPROFILE=C:\Documents and Settings\Administrator
WINDIR=C:\WINNT
_=/usr/bin/printenv


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


stanzas and \lyricsto question

2004-11-05 Thread Arjan Bos
Dear list,
Could anyone of you please explain why I need to state `\lyricsto' for 
every piece within my lyrics context? I assumed that stating it once on 
the top-level would be sufficient.

This is what I'm talking about:
\version "2.4.0"
global = { \key c \major \time 4/4 }
startText = \lyricmode { Six small words to start with }
stanzaOne   = \lyricmode { \set stanza = "1." first stanza }
stanzaTwo   = \lyricmode { \set stanza = "2." second stanza }
stanzaThree = \lyricmode { \set stanza = "3." third stanza }
finishText = \lyricmode { Some fi -- nal words }
music = \relative c' { c4 d e c c d e c e f g g }
\score {
\context Staff = everybody
<<
\context Voice = everyone { \voiceOne << \global \music >> }
\context Lyrics = everyone \lyricsto everyone
\lyricmode {
\startText
<<
\lyricsto everyone \stanzaOne % why is \lyricsto needed?
\new Lyrics \lyricsto everyone \stanzaTwo
\new Lyrics \lyricsto everyone \stanzaThree
>>
\lyricsto everyone \finishText
}
>>
}

Kind regards,
Arjan Bos
---
Multiple exclamation marks are a sure sign of a sick mind
-- (Terry Pratchett, Mort)

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Staff.VerticalExtent in lilypond 2.4.0?

2004-11-05 Thread Dominik Baenninger
In earlier versions of lilypond (e.g. 2.2.6) I reduced the space between
the staffs with

\score {
   << \set Staff.minimumVerticalExtent = #'(-1 . 1 )
  \set Staff.VerticalExtent = #'(-1 . 1 )
  \hornOneNotes>>}

>From the manual of 2.4.0 I learned that Staff.VerticalExtent does not
exist anymore. In which way can I reduce spaces between staffs? If I use

score {
   << \set Staff.minimumVerticalExtent = #'(-1 . 1 )
  \hornOneNotes>>}

As the manual says, then I can only increase but not decreas the space
between the staffs.

Has anyone an idea?

Dominik




___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


problems during build

2004-11-05 Thread Cotter, Colin J
Title: problems during build






Dear list,

 This has probably come up before but I had problems with the list search facility.

 I'm trying to build Lilypond 2.4 on a Redhat 8.0 machine with a 2.4.18-14 kernel.

 The compiling stops with this message:

    chmod 755 out/midi2ly
/usr/bin/perl /home/cjc1/lilypond-2.4.1/buildscripts/out/help2man out/midi2ly >
out/midi2ly.1
help2man: can't get `--help' info from out/midi2ly
make[1]: *** [out/midi2ly.1] Error 1
make[1]: Leaving directory `/home/cjc1/lilypond-2.4.1/scripts'
make: *** [all] Error 2

Please could you tell me what went wrong?

best wishes

-cjc



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


combine more then two accDots to set one origin ?

2004-11-05 Thread Albert Einstein
The command : ^\markup{ \combine \vcenter \musicglyph 
#"accordion-accDiscant" \translate #'(0 . -1 ) \musicglyph 
#"accordion-accDot" }
works and command  translate#'(0 . -1) move down the dot from the centre 
of accDiscant.
But the next dots are put one after other with space between- all 
vertically centred.
How can I put all dots to the centre of accDiscant in order to have in 
this poin origin.
<>
\score { \notes { c4 
e^\markup { \musicglyph  #"accordion-accFreebase"  } 
g g^\markup { \musicglyph #"accordion-accDiscant" 
   \musicglyph   #"accordion-accDot"  \musicglyph   #"accordion-accDot"  \musicglyph   #"accordion-accDot"  } 
 a^\markup{ \combine  \vcenter \musicglyph #"accordion-accDiscant"  \translate #'(0 . -1 )   \musicglyph #"accordion-accDot" \musicglyph #"accordion-accDot"   \musicglyph   #"accordion-accDot"\musicglyph   #"accordion-accDot" } } } }


 ___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Roland Goretzki
Hello list, hello Paul,

You wrote:

> Roland Goretzki wrote:
> 
> [ ... ]
> >Excuse me, but I think, this would make no sense,
> >if the bug would be in both, 2.4.0-2 AND 2.4.1,
> >as I assume ... :-(
> > 
> I am running Debian sid.  I am working quite well with 2.4.0-2. 
> I updated to 2.4.1-1, saw the above lily.scm error and verified that 
> going back to 2.4.0-2 with dpkg as I described above worked.  Then I 
> reported it to Pedro.
> > [ ... ]
> I don't know.  It works for me.
> 
> Take care,

Please, don't misunderstand me:

It was simply very irritating to me,
first to read, that Sébastien got exactly the same trouble with 2.4.1
as me with 2.4.0-2, and than to read You proposing to downgrade ...

I really didn't want to attac You! :-)

Best Regards   Roland


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Adding text above the time signature and at the end of a part

2004-11-05 Thread James Moore
Two questions:

1.  How do you add text above the time signature (or somewhere close)?  I've
seen the a4^"This is text" syntax, but I'd like to add text before the first
note.  (The music I'm looking at has things like "Moderately slow", "slow
gospel," "not too slowly" written there.)

2.  How do you add text at the end of a part ("D.C. al coda")?  Probably the
same question as #1.

Thanks,

 - James



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Right way to handle repeats like this?

2004-11-05 Thread James Moore
What's the right way to designate repeats for a piece that has:

Chorus
Chorus (written at end of chorus: "last X to Coda")
Verse 1
Verse 2 (written at end of verse: "D.C. al Coda"
Chorus
Coda

The chorus and verse repeats seem simple, but I have no idea how to
designate the last chorus/coda bit.

I'd like the MIDI to play correctly for this.

 - James



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: font problems?

2004-11-05 Thread Victor S. Miller
> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes:

Mats> Did you compile it yourself or install from an RPM?  Are the
Mats> symbols missing both in DVI, PS, PDF and printed output?

I compiled it myself, since it needs to be installed in a non-standard place.

Mats> Do the PDF files from the on-line examples at the documentation
Mats> page for your LilyPond version work on your computer?

Yes.

Mats> If it's only a problem in the PS and PDF files, but the DVI
Mats> files look OK, take a look at the output of (use
Mats> piano-dynamics.ly from the Templates section of the
Mats> Documentation): lilypond -V piano-dynamics.ly

You'll have to help me here with the arcane business of setting up the
environment variables for the tex font stuff.  When I try to view the
DVI files with xdvi all hell breaks loose -- it can't find any of the
feta fonts, etc. (undoubtedly some magic environment varialbe needs to
be set -- unfourtunately sourceing lilypond-profile.sh doesn't do it).

Mats> At the end of the output, you should see something like

Mats> Invoking `dvips -ta4 -Ppdf -G0 -u +lilypond.map
Mats> -opiano-dynamics.ps piano-dynamics.dvi'This is dvips(k) 5.92b
Mats> Copyright 2002 Radical Eye Software (www.radicaleye.com) ' TeX
Mats> output 2004.11.03:1102' -> piano-dynamics.ps
Mats> 
Mats> . 
Mats> [1]

I can't get this to work.  it says:

dvips: ! Couldn't find header file music-drawing-routines.ps

Again, this looks like some problem with magical environment variables.

Mats> Look especially for the feta-braces* and feta-din*.

Mats> /Mats

Victor


Mats> Victor S. Miller wrote:
>> I've installed LP 2.2.6 on RH 9.  Things work fairly well, except
>> for the following which I would guess is some sort of font problem:
>> No brace is printed to the left of a piano staff (even from some of
>> the precanned examples).  No dynamic markings, like p, pp, etc. are
>> printed.  Any suggestions about tracking down the cause?  No error
>> messages are given.  I do get lots of warnings from xpdf when
>> viewing the pdfs, about bad bounding boxes.

Mats> -- = Mats Bengtsson
Mats> Signal Processing Signals, Sensors and Systems Royal Institute
Mats> of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463
Mats> Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW:
Mats> http://www.s3.kth.se/~mabe
Mats> =



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: font problems?

2004-11-05 Thread Victor S. Miller
Here's some more data:

There appears to be an incompatibility in the meaning of the
envirnoment variable LILYPONDPREFIX between lilypond-profile.sh and
lilypond.  I have lilypond installed in the directory
/usr/local/coop/share/lilypond.  In order to get lilypond to work from
the command line, I found that I need to say

export LILYPONDPREFIX=/usr/local/coop/share/lilypond/2.2.6

However, this was not liked by lilypond-prefix.sh, as sourceing it
just produced

Setting tree to

(with nothing else).

However, when I do

export LILYPONDPREFIX=/usr/local/coop

then sourceing it produces

Setting tree to /usr/local/coop/share/lilypond/

which then has xdvi produce good stuff, with the braces for the piano
staff and the dynamic markings.  However, when I now try to run
lilypond from the command line I get:

  File "/usr/local/coop/i686/bin/lilypond", line 102, in ?
import lilylib as ly
ImportError: No module named lilylib


So, This incompatibility must be fixed.  Incidentally, I still can't
get the emacs mode to successfully run lilypond.  I must do it from
the command line :-(.
-- 
Victor S. Miller | " ... Meanwhile, those of us who can compute can hardly
[EMAIL PROTECTED]| be expected to keep writing papers saying 'I can do the
CCR, Princeton, NJ   | following useless calculation in 2 seconds', and indeed
08540 USA| what editor would publish them?"  -- Oliver Atkin


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


harmonics

2004-11-05 Thread goochrules!
I'm attempting to transcribe a piece for electric bass that contains a
lot of harminic notes ("Portrait of Tracy" by Jaco Pastorius) using a
bass staff and a tablature staff.  I've run into three issues:

1) I want to turn off the stems on the tablature staff; all I want to
see are the fret numbers on the appropriate string.

2) In my opinion the numbers on the tablature staff are too low, I
wish to raise them up about 1/4 of the height of the number.

3) Most of the harmonic notesheads display as normal noteheads and I
get a message: "warning: Junking event: `HarmonicEvent':".  I have
concluded that this is because it is a single note, rather than a
chord as the documentation
(http://www.lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Harmonic-notes.html)
provies as an example.  Some of these harmonics are played by holding
a string at one fret and resting on the string at a second (so I
suppose I could invent some notation to describe this action using two
notes), but most of the harmonics are played open.  Any ideas?

I can attach my source if necessary.


-- Matthew Peltzer
-- [EMAIL PROTECTED]


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Adding text above the time signature and at the end of a part

2004-11-05 Thread Roland Goretzki
Hello list, hello James,

You wrote:

> Two questions:
> 
> 1.  How do you add text above the time signature (or somewhere close)?  I've
> seen the a4^"This is text" syntax, but I'd like to add text before the first
> note.  (The music I'm looking at has things like "Moderately slow", "slow
> gospel," "not too slowly" written there.)

Here I send You two possibilities:

1. You can do it like You explained above and putting
   the following line before the note:

   \once\override TextScript #'extra-offset = #'(-6.5 . 8)

   (where the number left of the dot shifts horizontally and the
   number right of the dot shifts vertically)

2. You can put a new line into the header section:

   piece=   "slow gospel"

> 2.  How do you add text at the end of a part ("D.C. al coda")?
> Probably the same question as #1.

With the first possibility, yes. :)

Best Regards   Roland

PS: In the hope, You are using a version >= 2.0.0, otherwise the
syntax could be a little bit different.


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Aloha Casino Online!

2004-11-05 Thread Erma A. Kessler
Aloha!
 
Enjoy island style entertainment with these hot new promotional offers:

$300 match deposit bonus - bonus code X3DAW at casino's cashier.
$10 free, no deposit necessary - bonus code FR1EE at casino's cashier.

Vacation at Aloha Casino!
50 amazing games - 24/7 customer support - SafeBet certification

Visit: http://www.alohacasino.biz

Mahalo,
Billy Bob


No thanks: http://www.alohacasino.biz/u/



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problems during build

2004-11-05 Thread Jan Nieuwenhuizen
Colin J. Cotter writes:

> /usr/bin/perl /home/cjc1/lilypond-2.4.1/buildscripts/out/help2man out/midi2ly >
> out/midi2ly.1
> help2man: can't get `--help' info from out/midi2ly
> make[1]: *** [out/midi2ly.1] Error 1
> make[1]: Leaving directory `/home/cjc1/lilypond-2.4.1/scripts'
> make: *** [all] Error 2
>
> Please could you tell me what went wrong?

Hard to tell from this snippet.  The build process cannot run midi2ly,
you'll have to find out why.  Maybe the midi.so module did not build.

Jan.

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


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Paul Scott
Roland Goretzki wrote:
Hello list, hello Paul,
You wrote:
 

Roland Goretzki wrote:
[ ... ]
   

Excuse me, but I think, this would make no sense,
if the bug would be in both, 2.4.0-2 AND 2.4.1,
as I assume ... :-(
 

I am running Debian sid.  I am working quite well with 2.4.0-2. 
I updated to 2.4.1-1, saw the above lily.scm error and verified that 
going back to 2.4.0-2 with dpkg as I described above worked.  Then I 
reported it to Pedro.
   

[ ... ]
 

I don't know.  It works for me.
Take care,
   

Please, don't misunderstand me:
 

No problem.
It was simply very irritating to me,
first to read, that Sébastien got exactly the same trouble with 2.4.1
as me with 2.4.0-2, and than to read You proposing to downgrade ...
 

I hadn't seen your first mention of that bug since I had had no problem 
with 2.4.0-2 which for me fixed a minor install problem with 2.4.0-1.  
(It conflicted with Feri's 2.4 packages for woody which may come into 
play here).

I really didn't want to attac You! :-)
 

I didn't feel attacked; just surprised that what had seemed to work for 
me had not worked for you.  The only variable I see on my side is that I 
installed and uninstalled Feri's packages before successfully installing 
2.4.0-1 and then I had no trouble upgrading to 2.4.0-2.  OTOH 2.4.2-1 
still gives the same :
GNU LilyPond 2.4.1
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path

Take care,
Paul

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: harmonics

2004-11-05 Thread Dan Bowtell
On Fri, Nov 05, 2004 at 11:44:54AM -0700, goochrules! wrote:
> 1) I want to turn off the stems on the tablature staff; all I want to
> see are the fret numbers on the appropriate string.

Insert these two commands to turn off Stems and Beams.

\override TabStaff.Beam #'transparent = ##t
\override TabStaff.Stem #'transparent = ##t

Dan Bowtell


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


problems building lilypond-2.4.1

2004-11-05 Thread Jack O'Quin
Any suggestions how to get around this...

mftrace --encoding feta-din10.enc -I ./out/ --pfa --simplify feta-din10
sh: potrace: command not found
mftrace 1.0.34
Font `feta-din10'...
Using encoding file: `./out/feta-din10.enc'
Running Metafont...
Tracing bitmaps... [33][102][109][112][114][115][122]
Assembling font to `feta-din10.pfa'... 
Simplifying font... Copyright (c) 2000-2004 by George Williams.
 Executable based on sources from 07:34 12-Oct-2004.
FontForge used to be named PfaEdit.
error: fontforge: command exited with value 11
Traceback (most recent call last):
  File "/usr/bin/mftrace", line 1188, in ?
cleanup_font (basename + '.pfa')
  File "/usr/bin/mftrace", line 841, in cleanup_font
system ("%s -script simplify.pe %s %s" % (fontforge_cmd, file, tfmfile))
  File "/usr/bin/mftrace", line 246, in system
error (msg)
  File "/usr/bin/mftrace", line 137, in error
raise _ ("Exiting ... ")
Exiting ... 
make[1]: *** [out/feta-din10.pfa] Error 1
make[1]: Leaving directory `/y/src/lilypond-2.4.1/mf'
make: *** [all] Error 2


I tried doing it this way but that didn't work either...

 $ make -C mf get-pfa
make: Entering directory `/y/src/lilypond-2.4.1/mf'
wget  --passive-ftp -P ./out 
http://lilypond.org/download/binaries/Fedora-1/lilypond-2.4.1-1.i386.rpm
--14:22:15--  http://lilypond.org/download/binaries/Fedora-1/lilypond-2.4.1-1.i386.rpm
   => `./out/lilypond-2.4.1-1.i386.rpm'
Resolving lilypond.org... done.
Connecting to lilypond.org[62.250.7.116]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:22:20 ERROR 404: Not Found.

make: *** [out/lilypond-2.4.1-1.i386.rpm] Error 1
make: Leaving directory `/y/src/lilypond-2.4.1/mf'
-- 
  joq


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Right way to handle repeats like this?

2004-11-05 Thread David Raleigh Arnold
On Friday 05 November 2004 11:46, James Moore wrote:
> What's the right way to designate repeats for a piece that has:
> 
> Chorus
> Chorus (written at end of chorus: "last X to Coda")
> Verse 1
> Verse 2 (written at end of verse: "D.C. al Coda"
> Chorus
> Coda
> 
> The chorus and verse repeats seem simple, but I have no idea how to
> designate the last chorus/coda bit.
> 
> I'd like the MIDI to play correctly for this.
> 
>  - James

You can make each verse into a volta:

Chorus   CodaSign
|1. verse 1 :||
|2. verse 2  || D.C.
CodaSign Coda

Or you can use a single fermata instead of the coda signs,
although that's really for a situation where you were
going to go on to a variation of the whole thing rather
than a coda.  Besides, it's so old fashioned that many
might not understand it.

It may be nicer to print the chorus twice instead of having volte, 
depending on page turns and the length of the piece.  And most of
all the dynamics.  If someone else is going to print this, do
volte or D.C. and not both:

Chorus CodaSign
verse 1 || D.C.
CodaSign verse 2 ||
Chorus
Coda

daveA

-- 
The "information economy" is a fantasy.  Information about what?
The "global economy" is a myth.  All economics is local.
"Stateless terrorism" is a lie, to protect those who finance it.
D. Raleigh Arnold dra@ (http://www.) openguitar.com [EMAIL PROTECTED]


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


problems building lilypond-2.4.1

2004-11-05 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
> Any suggestions how to get around this...
> 
> mftrace --encoding feta-din10.enc -I ./out/ --pfa --simplify feta-din10
> sh: potrace: command not found
> mftrace 1.0.34
> Font `feta-din10'...
> Using encoding file: `./out/feta-din10.enc'
> Running Metafont...
> Tracing bitmaps... [33][102][109][112][114][115][122]
> Assembling font to `feta-din10.pfa'... 
> Simplifying font... Copyright (c) 2000-2004 by George Williams.
>  Executable based on sources from 07:34 12-Oct-2004.
> FontForge used to be named PfaEdit.
> error: fontforge: command exited with value 11
> Traceback (most recent call last):
>   File "/usr/bin/mftrace", line 1188, in ?
> cleanup_font (basename + '.pfa')
>   File "/usr/bin/mftrace", line 841, in cleanup_font
> system ("%s -script simplify.pe %s %s" % (fontforge_cmd, file, tfmfile))
>   File "/usr/bin/mftrace", line 246, in system
> error (msg)
>   File "/usr/bin/mftrace", line 137, in error
> raise _ ("Exiting ... ")
> Exiting ... 
> make[1]: *** [out/feta-din10.pfa] Error 1
> make[1]: Leaving directory `/y/src/lilypond-2.4.1/mf'
> make: *** [all] Error 2
> 

Upgrade FontForge, it is a bug in fontforge.

> I tried doing it this way but that didn't work either...
> 
>  $ make -C mf get-pfa
> make: Entering directory `/y/src/lilypond-2.4.1/mf'
> wget  --passive-ftp -P ./out 
> http://lilypond.org/download/binaries/Fedora-1/lilypond-2.4.1-1.i386.rpm
> --14:22:15--  
> http://lilypond.org/download/binaries/Fedora-1/lilypond-2.4.1-1.i386.rpm
>=> `./out/lilypond-2.4.1-1.i386.rpm'
> Resolving lilypond.org... done.
> Connecting to lilypond.org[62.250.7.116]:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 14:22:20 ERROR 404: Not Found.
> 
> make: *** [out/lilypond-2.4.1-1.i386.rpm] Error 1
> make: Leaving directory `/y/src/lilypond-2.4.1/mf'

Thanks for the report; the linhk should say

  Fedora-3

iso.

  Fedora-1

You can change that by hand in mf/GNUmakefile.



-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: font problems?

2004-11-05 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
> Here's some more data:
> 
> There appears to be an incompatibility in the meaning of the
> envirnoment variable LILYPONDPREFIX between lilypond-profile.sh and
> lilypond.  I have lilypond installed in the directory
> /usr/local/coop/share/lilypond.  In order to get lilypond to work from
> the command line, I found that I need to say
> 

You should source what is left in buildscripts/out/lilypond-profile
after compilation, without setting LILYPONDPREFIX.

(LILYPONDPREFIX is for gurus like me, who run LilyPond from the
compile directory) 

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: font problems?

2004-11-05 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes:

> (LILYPONDPREFIX is for gurus like me, who run LilyPond from the
> compile directory) 

Nah, real don't even use LILYPONDPREFIX for that, just set a clever
--prefix ;-)

Jan.

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


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problems building lilypond-2.4.1

2004-11-05 Thread Jack O'Quin
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] writes:
> > Any suggestions how to get around this...
> 
> Upgrade FontForge, it is a bug in fontforge.

The only version I see in Debian is fontforge-0.0.20041012-1.  The
fontforge_0.0.20040703-2.wf.1_i386.deb in the woody deb directory,
http://afavant.elte.hu/~wferi/debian/ looks to be even older.  Should
I try that, anyway?

> > I tried doing it this way but that didn't work either...
> > 
> >  $ make -C mf get-pfa
> 
> Thanks for the report; the linhk should say
> 
>   Fedora-3
> 
> iso.
> 
>   Fedora-1
> 
> You can change that by hand in mf/GNUmakefile.

I did.  Now it get this...

 $ make -C mf  get-pfa
make: Entering directory `/y/src/lilypond-2.4.1/mf'
wget  --passive-ftp -P ./out 
http://lilypond.org/download/binaries/Fedora-3/lilypond-2.4.1-1.i386.rpm
--16:19:35--  http://lilypond.org/download/binaries/Fedora-3/lilypond-2.4.1-1.i386.rpm
   => `./out/lilypond-2.4.1-1.i386.rpm'
Resolving lilypond.org... done.
Connecting to lilypond.org[62.250.7.116]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,139,129 [application/x-redhat-package-manager]

16:20:04 (108.06 KB/s) - `./out/lilypond-2.4.1-1.i386.rpm' saved [3139129/3139129]

cd ./out ; rm -rf usr/ # (root alert!) 
cd ./out ; rpm2cpio lilypond-2.4.1-1.i386.rpm | cpio -uid '*.pfa'
14937 blocks
touch 
touch: file arguments missing
Try `touch --help' for more information.
make: *** [get-rpm-pfa] Error 1
make: Leaving directory `/y/src/lilypond-2.4.1/mf'

SAUTER_FONTS seems to be null.  Adding /dev/null to the end of the
touch command works around that problem.  After that the build
completes.  

Thanks,
-- 
  joq


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


CJK scripts and lilypond

2004-11-05 Thread Werner LEMBERG

[This is a follow-up to a similar mail from July.]

Currently, it is not possible to directly use lilypond with CJK
lyrics -- I plan to fix this.

On the other hand, you can easily use CJK characters for lyrics with
lilypond-book.  The only drawback is that the syllable length for
lyrics is always based on the EC font metrics, even if the characters
are interpreted in a completely different way.  This will change in
the not too distant future.

Attached are the input files sakura-sakura.tex and
xiao-haizi-guai-guai.tex which demonstrate this.


Werner
\documentclass[a4paper]{article}

\usepackage[cjkjis]{ucs}
\usepackage[C42,T1]{fontenc}
\usepackage[utf8]{inputenc}


\begin{document}

\fontfamily{min}

\begin{center}
\Large ããã ããã (Sakura, sakura)
\end{center}


\begin{lilypond}
\version "2.5.0"

melody = \relative c'' {
  a4 a b2 | a4 a b2 |
  a4 b c b | a4 b8[ a] f2 |
  e4 c e f | e4 e8[ c] b2 |
  a'4 b c b | a4 b8[ a] f2 |
  e4 c e f | e4 e8[ c] b2 |
  a'4 a b2 | a4 a b2 |
  d,4 e b'8[ a] f4 | e1 \bar "|."
}

text = \lyrics {
  ã ã ã ã ã ã
  ã ã ã ã ã ã ã
  ã ã ã ã ã ã ã
  ã ã ã ã ã ã ã
  ã ã ã ã ã ã ã
  ã ã ã ã ã ã
  ã ã ã ã ã
}

\score {
  <<
\context Voice = one {
  \set Staff.autoBeaming = ##f
  \melody
}
\lyricsto "one" \new Lyrics \text
  >>
}
\end{lilypond}

\end{document}

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

% EOF
\documentclass[a4paper]{article}

\usepackage{pinyin}
\usepackage[cjkbg5]{ucs}
\usepackage[C00,T1]{fontenc}
\usepackage[utf8]{inputenc}


\begin{document}

\fontfamily{bsmi}

\begin{center}
\Large åååää \fontfamily{cmr}(\Xiao3 \hai2\zi5 \guai1\guai1)
\end{center}

\begin{lilypond}
\version "2.5.0"

melody = \relative c'' {
  g4 c8 a g4 g |
  e4 g8 a g4 g |
  a4 g8 e d4 d |
  e4 g8[ e] d[ e] c4 |

  a'8 g a g e a g4 |
  e8 g e d c4 r |
  a8 c d e c4 r \bar "|."
}

text = \lyrics {
  å å å ä ä
  æ é å é é
  å é å é é
  æ è é ä

  ä é ä é ä è é
  ä æ å é ç
  ä è ä é ä
}

\score {
  <<
\context Voice = one {
  \set Staff.autoBeaming = ##f
  \melody
}
\lyricsto "one" \new Lyrics \text
  >>
}
\end{lilypond}

\end{document}

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

% EOF
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: problems during build

2004-11-05 Thread Cotter, Colin J
Title: RE: problems during build






Thanks for your reply Jan. I've attached the whole output.

-cjc

-Original Message-
From:   Jan Nieuwenhuizen [mailto:[EMAIL PROTECTED]]
Sent:   Fri 11/5/2004 6:55 PM
To: Cotter, Colin J
Cc: [EMAIL PROTECTED]
Subject:    Re: problems during build
Colin J. Cotter writes:

> /usr/bin/perl /home/cjc1/lilypond-2.4.1/buildscripts/out/help2man out/midi2ly >
> out/midi2ly.1
> help2man: can't get `--help' info from out/midi2ly
> make[1]: *** [out/midi2ly.1] Error 1
> make[1]: Leaving directory `/home/cjc1/lilypond-2.4.1/scripts'
> make: *** [all] Error 2
>
> Please could you tell me what went wrong?

Hard to tell from this snippet.  The build process cannot run midi2ly,
you'll have to find out why.  Maybe the midi.so module did not build.

Jan.

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









t
Description: t
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Documentation html bug in 2.4

2004-11-05 Thread Arjan Bos
Dear List,
Could anyone please tell me where I can report the following?
I'm reading the documentation in one-big-page for version 2.4  
(http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/ 
lilypond.html)
 and when trying to follow links to the program reference, I get 404 on  
for example  
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/ 
lilypond-internals.html#Contexts

Regards,
Arjan
---
It was funny how people were people everywhere you went, even if the  
people concerned weren't the people the people who made up the phrase  
"people are people everywhere" had traditionally thought of as people.  
And even if you weren't virtuous, as you had been brought up to  
understand the term, you did like to see virtue in other people,  
provided it didn't cost you anything.

-- (Terry Pratchett, The Fifth Elephant)

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Rusya'da bir Türk okulu

2004-11-05 Thread Muhammed T.



Türkçe - English ? Arabic ? German - Danish
- - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - 
-
- - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - 
-
Rusya'da bir Türk 
okulu

PETERSBURGÇar I. Petro'nun 
kurduğu şehirde bir Türk okulu... Türkiye'den Çağ Eğitim Vakfı ile Rus Milli 
Eğitim Bakanlığı ve Petersburg bölge belediyesi bir anlaşma yapmış, okul dokuz 
yıl önce ona göre kurulmuş.Okul yönetiminde en yetkili olan 'kurucu 
temsilcisi' Türk, okul müdürü Rus... 18 Türk öğretmenin beşi bayan. Rus öğretmen 
sayısı yirmi. 210 öğrenciye bu kadar öğretmen!Okulun kurucu temsilcisi Ali 
Türkeli, edebiyat öğretmeni. Edebiyat ve felsefe bilgisine hayran kaldım. 
Rusçayı ve Rus edebiyatını da çok iyi biliyor. O anlattı:- İstanbul'da 1 
milyon 800 bin öğrenci, 80 bin öğretmen var. Petersburg'da ise öğrenci sayısı 
800 bin, öğretmen sayısı 70 bin. Bu şehirde her yıl 43 bin lise mezunundan 39 
bini üniversiteye giriyor?! Bizim mezunlarımızın tamamı üniversiteyi, hem de 
devlet üniversitelerini kazanıyor.Petersburg üniversitesi 1818'de açılmış, 
bizim Darülfünun'dan 80 yıl önce. sosyalizmin de eğitim alanında çok başarılı 
olduğunu belirtmeliyim.* * *TÜRK okulunun bu yılki mezuniyet 
törenindeyiz. Petersburg bölgesi Belediye Başkanı Georgi Abeleyev, okulun 
eğitimdeki başarısını ve Türk - Rus dostluğunu öven bir konuşma yapıyor.Çağ 
Eğitim Vakfı okullarının Genel Koordinatörü İsmail Tas, Türkçe ve Rusça 
konuşuyor, okullarının kuruluş tarihçesini ve rakamlarla başarısını 
anlatıyor.İstanbul Milli Eğitim Müdürü Ömer Balıbey, Türkiye'de bazı anadolu 
ticaret liselerinde Rusça dersinin okutulacağını söylediğinde salonda bir alkış 
kopuyor.Salonda bir "Avrasya ruhu" seziyorum.Başarılı öğrencilerden 
birine de ben diploma verdim. Kısa konuşmamda Türk ve Rus edebiyatındaki Doğu - 
Batı çatışmasının paralelliğini hatırlatarak şunu söyledim:- Ben Türkiye'nin 
Avrupa Birliği'ne üye olmasını istiyorum ve bu gerçekleşecek. Ama Türklerle 
Rusların el ele vererek bir Avrasya ekonomisi ve dostluğu yaratması mümkündür ve 
gereklidir.Konuşan Rus öğrenci velileri okulu övdüler, hem bilgi vermesi hem 
karakter terbiyesi bakımından* * *ÖĞRENCİ korosu Türkçe ve Rusça 
şarkılar söylüyor, en çok Tarkan'la Barış Manço'yu seviyorlar. Sevimli Rus 
öğrencilerden "Gülpembe..."yi dinlerken duygulandım, Barış'ı rahmetle, özlemle 
andım.Türk sanat müziği sanatçısı Zara'nın nefis sesiyle söylediği tempolu 
şarkılar, Türk - Rus herkesi coşturuyor.Öğrencilerin Türkçesi güzel... Alina 
Bolşakova TV sunucusu, Maşa Kanderetava İngilizce öğretmeni olmak istiyor. İrina 
Gutkova'nın amacı Boğaziçi Üniversitesi'nde işletme okumak.Okul yatılı. Ali 
Türkeli diyor ki:- Yatılı olması, İngilizce ve Türkçe öğretimini 
kolaylaştırıyor.Ve öğrenciler bize muhteşem bir vals gösterisi yapıyorlar. O 
müzik, o ihtişam... Hele okulun maskotu haline gelmiş beş yaşlarındaki şu küçük 
kızla küçük oğlanın kuğular gibi vals yapması, görmeliydiniz.Bu okul burada 
Türk dilinin, kültürünün, Türk - Rus dostluğunun ve çağdaş eğitimin bir burcu 
olmuş.Fethullah Gülen'in teşvikiyle kurulan okullardan biri bu... Bu okullar 
Türk kültürünün meşaleleridir.[EMAIL PROTECTED]
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Roland Goretzki
Hello list, hello Paul,

Oh, it was my turn for misunderstanding (I'm not firm in English)-:

You wrote:

> Take care,

These were the words, which me let believe, You could have feeled
attacked by me.

I didn't see this until yet as a greeting form ... :)

Okay,
Best Regards   Roland

-- 
The difference between theory and practice is that:
in theory, there is no difference
between theory and practice.- Richard Moore


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Documentation html bug in 2.4

2004-11-05 Thread Graham Percival
On 5-Nov-04, at 1:31 PM, Arjan Bos wrote:
Could anyone please tell me where I can report the following?
Ideally to lilypond-devel, but I'm the person who should deal with it, 
and I've
got your report now.  Thanks.  :)

Cheers,
Graham Percival, LilyPond Doc editor

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: note missing in pdf, ps and png

2004-11-05 Thread Paul Scott
Roland Goretzki wrote:
Hello list, hello Paul,
Oh, it was my turn for misunderstanding (I'm not firm in English)-:
You wrote:
 

Take care,
   

These were the words, which me let believe, You could have feeled
attacked by me.
 

It's not as well known as some greetings.
I didn't see this until yet as a greeting form ... :)
 

I'm glad that's clear.  :)
Have fun,
Paul

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Page breaks in 2.4 using \book

2004-11-05 Thread Walter Hofmeister
Hello,
I'm enjoying version 2.4 on Mac OS X. I am making some variations of an
exercise and would like to spread it out over two pages. I am not quite
happy with how it comes out and would like to insert a page break. Nothing I
seem to do has the desired effect. Reading the manual leads me to believe
that I need to place a \pageBreak command in the note data. Does this change
when one is using several \score sections within a \book block? If so where
should the command go? My file looks like this:

\version "2.4.0"
\include "english.ly"
#(set-default-paper-size "letter")

\book {
\header {
title = "Title"
}

%* THEME **

\score {
   \header {
   piece = "Theme"
   }
   \new Staff <<
   \context Voice = one {
\relative c'' {
   \clef treble
   \key c \major
   \time 4/4
   \stemUp

   some notes...
   \bar "|."
}

}

\context Voice = two {
\relative c' {
\key c \major
\time 4/4
\stemDown

some notes...
}
}
>>
}


%* VARIATION 1 *

\score {
   \header {
   piece = "Variation 1"
   }
   \new Staff <<
   \context Voice = one {
\relative c'' {
\clef treble
   \key c \major
   \time 4/4
   \stemUp
   
   some notes...
   \bar "|."
}
}
\context Voice = two {
\relative c' {
\key c \major
\time 4/4
\stemDown

some notes...
}
}
>>
   %\layout { }
   %\midi { }
}


% VARIATION 2 ***

\score {
\header {
piece = "Variation 2"
}

\new Staff <<
\context Voice = one {
\relative c'' {
\key c \major
\time 4/4
\stemUp

some notes...
\bar "|."
}
}

\context Voice = two {
\relative c' {
\key c \major
\time 4/4
\stemDown

some notes...
\bar "|."\pageBreak
}
}
>>
}

\pageBreak <<-here is where I would like the page break.

%*** VARIATION 3 **

\score {
\header {
piece = "Variation 3"
}

\new Staff <<
\context Voice = one {
\relative c'' {
\key c \major
\time 4/4
\stemUp

some notes...
\bar "|."
}
}

\context Voice = two {
\relative c' {
\key c \major
\time 4/4
\stemDown

some notes...
}
}
>>
}

%* VARIATION 4 

\score {
\header {
piece = "Variation 4"
}

\new Staff <<
\context Voice = one {
\relative c'' {
\key c \major
\time 4/4
\stemUp

some notes...
\bar "|."
}
}

\context Voice = two {
\relative c' {
\key c \major
\time 4/4
\stemDown

some notes...
}
}
>>
}
} 



Thanks for your help.

Walter Hofmeister




___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user