score layout

2005-11-09 Thread Seng Liang
Hi, I am typing a score for a work for voice and strings and I have a problem 
with the score layout. I am using Lilypond version 2.7.12 for Windows (98). 
Here is the file: 

\version 2.7.12 
\relative {

\new ChoirStaff  
\new GrandStaff 
\new Staff  { \set Staff.instrument = Violins 1 c1 } 
\new Staff  { \set Staff.instrument = Violins 2 c }  
\new Staff  { \set Staff.instrument = Viola \clef alto c } 
\new Staff  { \set Staff.instrument = Voice c } 
\new Staff  { \set Staff.instrument = Bass \clef bass c, }   }


As you can see, the score layout used is the old-styled layout, where the voice 
staff lies between the viola and the bass. This layout is perfect except for 
one thing; How do I connect the vertical barlines between the viola staff and 
the violin staff above? The barline break between the viola and voice staff, as 
well as between the voice and bass staff, is intended though.
Thank you very much.
Yours sincerely,
Seng Liang.




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


Re: FW: Measure confusion

2005-11-09 Thread Mats Bengtsson

You might also want to take a look at
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Automatic-note-splitting.html#index-Completion_005fheads_005fengraver-199

  /Mats

Kress, Stephen wrote:



Thanks for the tip!  The music I'm working with has an extra eighth 
(possibly the rest) in a couple of measures.  I thought I had gotten 
them all.


Would it be worthwhile to have a debugging your ly files FAQ?  It 
would be nice to have documented that measure bars will disappear when 
you've counted wrong.


Thanks for the quick response!

-Original Message-

Why not ask LilyPond itself to assist you in finding the problem.
Just insert a | where you expect to have a bar line (it will also
help you read your own input when working with the score), then
LilyPond will print a warning every time it finds bar that does
not end where you put the |.

However, here it shouldn't be hard to find the problem anyway, since
the b4 in bar 71 begins an 8th before the bar line.

/Mats

Kress, Stephen wrote:

 All,

 I have been happily using lilypond for a while now but have run into a
 real mystery.  I've attached the .ly file I'm working on.  I'm using 
2.6.4.


 If you generate the PDF, you'll notice bar lines are missing between
 measures 71 and 72 and thereafter, until measure 75.  The text 75 for
 the measure number should be on the double bar one measure later.  It
 really looks like something has made lilypond's timing go very strange. 
 I thought it might be because of the triplet 16ths, but I can comment

 those out and the problems before them are still there.

 I'm not doning anything complicated at all here so I am at a loss as to
 why lilypond stops drawing bar lines and stops counting properly (or at
 least gives the appearance of not counting rignt).

 Any help would be very much appreciated.  Thanks!

 Stephen


 

 % Great Is Thy Faithfulness - Clarinet

 \version 2.6.4.3

 #(set-default-paper-size a4 'landscape)

 copyright = \markup { \hspace #0.5 \raise #0.75 { \circle {\small C} } }

 \header
 {
 title = Great Is Thy Faithfulness
 composer = William N. Runyan
 arranger = \markup { \italic { Arranged by Key Barker } }
 poet = Clarinet I
 copyright = \markup { \copyright Copyright (various)  All 
rights reserved. }

 tagline =  
 }

 {
 \override Score.BarNumber #'break-visibility = 
#end-of-line-invisible

 \override Score.BarNumber #'direction = #-1
 \override Score.BarNumber #'self-alignment-X = #0
 \override BreathingSign #'extra-offset = #'( 0 . 1.5 )
 \clef treble
 \key d \major
 \time 3/4

 \relative c''
 {
 \set Score.skipBars = ##t
 \override MultiMeasureRest #'expand-limit = 1

 R2. r4 a( a') R2. r4 d,( d'

 \repeat volta 2
 {
 \mark \markup { \box A } cis2.)
 R2.*7 a2.~ a~ a~ a4 g2\ \breathe fis4(\! e d
 a2.~ a2) r4
 }
 \alternative
 {
 { R2.*2 } { R2. }
 }
 r4 a8(\mf d fis g \bar ||
 \mark \markup { \box B } a4) a e g8.( fis16) fis4 d16( e fis 
a b4) b fis a8.( g16)

 g2 a4(\ b cis\! d a b cis d b\ a2.)\! R2.*7 \bar ||
 \mark \markup { \box C } fis4\mf^\markup { \italic { a 
tempo - With Movement } } fis fis fis4. e8 e4 \bar ||

 \set Staff.printKeyCancellation = ##f
 \key e \major
 e4(\ a) a--\! a( gis2) \breathe cis4( dis cis b a gis) b2( 
cis4)
 e( fis e) dis8( b fis'4 dis e4. dis8 cis4 b a gis8 b16 e 
gis4 fis) fis,16( gis a

 b cis4 dis e e4.( b8) b4-- gis gis( fis e2.~ e2) r4 \bar ||
 \mark \markup { \box D } R2. r4 r8 b( e[ gis] cis2.)~ 
\startTrillSpan cis2 \stopTrillSpan \breathe

 a16( b cis e) fis8( dis16 fis) e8( cis16 e) dis8( cis16 dis)
 e8[ a] gis[ e] cis[( b]) fis'2.~ \startTrillSpan fis2 
\stopTrillSpan

 r8 dis16-. e-. fis8( gis16 fis e4) dis16( cis b a gis8.) a16 b2
 r8 b16-. b-. b8-- b16-. b-. b-. b-. b8-~ b4 a gis8( fis) e2 
gis8( cis) e4.( b8) b4 gis a dis,
 e r8 e16[( fis gis a] b4~ b) r8 b16-. b-. b4-- b'2.~\ 
\startTrillSpan b4.\! \stopTrillSpan

 a16[( gis] fis[ e \times 2/3 { d cis b] } \bar ||
 \key f \major
 \mark \markup { \box E } c4) c g
 }
 }


 

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 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: 

Re: piano staff dynamics and template found in docs.

2005-11-09 Thread Mats Bengtsson

The first one is for the printed output only and the second one is for
MIDI output only (the former has a \layout{...} block and the latter
a \midi{...} block). The only reason I can see is that you want the
dynamic indications to apply to both left and right hand in the
MIDI output, so that's why \dynamics is included in these staves
for MIDI.

  /Mats

Sterling Sympatico wrote:


Hi,

I am using 2.6.3 now and am looking over the template for putting
dynamics in piano staff.  I am a little confused about some of the
blocks of info needed to do this.

I understand:

\upper =
\lower =
\dynamics =

\score {
\context PianoStaff 
\context Staff=upper \upper
\context Dynamis=dynamics \dynamics
\context Staff=lower \lower

\layout {
}

but then there is another \score block that doesn't make sense to me.  I
guess I need some clarification as to what this second \score block is
for.

Thanks for any simple explanation so I can get my head around the format
of this coding.

Yours,

Sterling MacNay



___
lilypond-user mailing list
lilypond-user@gnu.org
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


[OT] was: Re: lilypond fonts and inkscape

2005-11-09 Thread Sean Reed

btw:

this program (inkscape) looks excitingly promising as an alternative  
to illustrator, but unfortunately opening .ps files appears to still  
only be a working function on linux and not yet on osx!


does anyone know of a similar open source svg oriented program with  
which a person can, for example, make manual tweaks to postscript files?


best,
sean




Sean Reed
Hamburg, Germany
Web: www.seanreed.de

On 08.11.2005, at 02:37, Pedro Kröger wrote:


Han-Wen Nienhuys [EMAIL PROTECTED] writes:



You should be able to figure it out yourself, by looking at the PDF
original, or opening the XML view for the box in  inkscape.



thanks for the clue. I didn't knew any of this (this is the first time
I'm using inkscape).

It's definitely  related to the Aybabtu font. This is the char that is
not been shown:

text style=font-family:Aybabtu;font-style:Regular;font-size: 
4.0;text-anchor:west; fill=currentColor

tspan
#xe234;/tspan
/text

I'll look further to see if there is something broke in my system.

Pedro Kröger


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





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


Re: Whats wrong with my midi file?

2005-11-09 Thread Thies Albrecht

Hi Jannik!


Now it is playing only the last one [with some other stuff as well)
I really dont get it...

Maybe it will discourage you a bit... for me on native Windows v2.7.12
your file produces exactly what you desire... except for...


first play drumvoice 1 6 times
then nr 2 6 times
then 3, 4 and 5.

If you want no. 1 to be played six times you will have to write 'repeat
unfold 6'.

Kind regards
Thies



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


RemoveEmpty``Tab``StaffContext and 'internal properties'

2005-11-09 Thread Vincenzo Colonnella
Hi everybody!

I'm new to this list.
First of all, I want show all my gratefulness for the existence of such a 
beautiful program like Lilypond. I'm becoming an enthusiastic user of it... 
also if my usage isn't so extended. I'm studying it from some weeks and 
trying to know better how it works.
I'm using lilypond version 2.6.3.1 for Linux.

Unfortunately I don't have any experience in Scheme (studied only a bit of 
LISP some years ago).
Perhaps that would be useful to solve a problem which i'm fallen into. I know 
other people were, from the list archive. But I never found an answer to 
this, working for my case.
Problem concerns applying known command \RemoveEmptyStaffContext also to 
TabStaves.
The quoted command acts only on normal Staff objects, and not on TabStaff 
objects (someone suggested also DrumStaff, I don't know).
Others suggested a solution like this (I tried to adapt to my current version, 
any mistake??):

\context {
\TabStaff
\remove Axis_group_engraver
\consists Hara_kiri_engraver
\override Beam #'auto-knee-gap = #'()
\override RemoveEmptyVerticalGroup #'remove-first = ##t
}

[   with version 2.6, I had to correct:
- usage of consistsend: doesn't work, I used consists;
- not usable in paper section: I used in layout section;   ]

That doesn't work for my sheet cause it remove all TabStaff lines!
At most, I can show only the first (empty) without remove-first.

Wandering around Lilypond documentation, I figured out that a good solution 
would be about hacking a bit something in order to correctly set an internal 
property.
'Hara_kiri_engraver' create a layout object called 'RemoveEmptyVerticalGroup', 
that supports the interface 'hara-kiri-group-interface', that contains the 
internal property 'items-worth-living'.
I think that the list defined in that property doesn't contain 
TabNoteHeads, while perhaps it should.

Finally, my question: there's a way to manipulate also internal properties 
from a .ly source?
Or, at least, there's another working method to reach what I aim?


Thanx for patience!!
Greetings! And good work!! Go on so great!!

Vincenzo


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


Re: Whats wrong with my midi file?

2005-11-09 Thread Mats Bengtsson

Why not include also a \layout{} block to see what LilyPond does
when it expands the \repeat unfold commands?

I hope you know that ... means play things in parallel.
If you want things played in a sequence, you enclose the sequence
in curly braces, {...}, instead. However, for some intricate reasons
your example does actually give a sequence anyway.

Also, do you have any specific reason to explicitly specify a DrumVoice
only for the first section? Why not include all the piece in the same
DrumVoice context, or simply remove the \new DrumVoice{, since
LilyPond will create one automatically anyway..

As has already been pointed out earlier, you should use \repeat unfold 6
if you want something repeated 6 times.

  /Mats

Jannik Jeppesen wrote:


Hi
Can anyone tell me what I have done wrong in the following file? It 
shall create a midi file

first play drumvoice 1 6 times
then nr 2 6 times
then 3, 4 and 5.
 
Now it is playing only the last one [with some other stuff as well)

I really dont get it...
 
I Hope some of you have the answer...
 
Jannik
 
=

\version 2.6.3
 
\score {

\new DrumStaff 
  \new DrumVoice { \drummode {
\repeat unfold 5 {
  bd hh8 hh sn hh hh bd hh hh sn hh hh
  bd hh hh sn hh hh bd hh bd hh sn hh hh
}
  }
 
  \drummode {

\repeat unfold 5 {
  bd hh8 bd hh sn hh bd hh hh hh sn hh bd hh
  hh bd hh sn hh hh bd hh bd hh sn hh hh
}
  }
 
  \drummode {

bd hh8 bd hh bd sn hh hh hh hh sn hh bd hh
hh bd hh sn hh bd hh bd hh hh sn hh hh
  }
 
  \drummode {

bd hh8 hh bd sn hh hh bd hh hh bd sn hh hh
bd hh8 hh bd sn hh hh bd hh hh bd sn hh hh
  }
 
  \drummode {

bd hh8 bd hh bd hh hh sn hh hh hh bd hh
bd hh8 bd hh bd hh hh sn hh hh hh bd hh
bd hh8 bd hh bd hh hh sn hh bd hh bd hh sn hh
bd hh8 bd hh sn hh bd hh sn sn tomml toml
  }}

\midi {\tempo 4=170}
}




___
lilypond-user mailing list
lilypond-user@gnu.org
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RemoveEmpty``Tab``StaffContext and 'internal properties'

2005-11-09 Thread Han-Wen Nienhuys

Vincenzo Colonnella wrote:
Wandering around Lilypond documentation, I figured out that a good solution 
would be about hacking a bit something in order to correctly set an internal 
property.
'Hara_kiri_engraver' create a layout object called 'RemoveEmptyVerticalGroup', 
that supports the interface 'hara-kiri-group-interface', that contains the 
internal property 'items-worth-living'.
I think that the list defined in that property doesn't contain 
TabNoteHeads, while perhaps it should.



good detective work!

Finally, my question: there's a way to manipulate also internal properties 
from a .ly source?

Or, at least, there's another working method to reach what I aim?


try

   \set TabStaff.keepAliveInterfaces = #'(note-head-interface 
rest-interface)



Thanx for patience!!
Greetings! And good work!! Go on so great!!


If you enjoy LilyPond, consider a donation! See 
http://lilypond.org/web/sponsor/


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


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


Running midi2ly.py

2005-11-09 Thread George



I tried:

python midi2ly.py test.mid

and got:
Traceback (most recent call last): File 
"midi2ly.py", line 42, in ? import midiImportError: No 
module named midi

This problem seems to have been reported before, 
but I haven't found a resolution.

Help please,

a lilypond newbie.

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


Re: [OT] was: Re: lilypond fonts and inkscape

2005-11-09 Thread Markian Hlynka


On Nov 9, 2005, at 3:09, Sean Reed wrote:


btw:

this program (inkscape) looks excitingly promising as an  
alternative to illustrator, but unfortunately opening .ps files  
appears to still only be a working function on linux and not yet on  
osx!


does anyone know of a similar open source svg oriented program with  
which a person can, for example, make manual tweaks to postscript  
files?


I'm pretty sure you can do this with one of the adobe products...  
Freehand or Illustrator? I can't recall. I know it's commercial, but  
there is it.


Markian



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


RE: Escape sequence for accentuated characters?

2005-11-09 Thread Fairchild
Where does fc-list live?  How to use fc-list?  Version 2.4.6, Windows XP,
Cygwin.

Don't find fc-list in the 2.4.6 package.

  - Bruce



=
 Where does lilypond get its font list from, so that I can try others?

the easiest is to put a .ttf  .pfb  or .pfa in ~/.fonts. If it shows up 
on the output of

fc-list

you can use it in lily.





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


Re: Running midi2ly.py

2005-11-09 Thread Mats Bengtsson

You will get much more useful help from the mailing list if you
tell which LilyPond version you use and on which operating system.

  /Mats

George wrote:


I tried:
 
python midi2ly.py test.mid
 
and got:

Traceback (most recent call last):
  File midi2ly.py, line 42, in ?
import midi
ImportError: No module named midi
 
This problem seems to have been reported before, but I haven't found a 
resolution.
 
Help please,
 
a lilypond newbie.
 
george




___
lilypond-user mailing list
lilypond-user@gnu.org
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: misalignment of lyric extender line

2005-11-09 Thread Fairchild
Looks fine in v 2.4.6.

   - Bruce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Seng Liang
Sent: Wednesday, November 09, 2005 10:56 AM
To: lilypond-user@gnu.org
Subject: misalignment of lyric extender line


Hi, I am typing a work for soprano by Mozart and I encountered into a
problem 
with the lyrics extender lines. I'm using Lilypond 2.7.12 for Windows. Here
is 
the file:

\version 2.7.12
\relative c' 
{
 \clef treble
  \key f \major #(set-accidental-style 'modern) 
  \time 4/4  \autoBeamOff 
g'4 r4 c2\melisma  \break
bes16[ c bes a] bes[ f' e f] e[ f g f] e[ d c bes] a[ bes c d] c4 a16[ bes c
d] 
c4 bes16[ c bes a] bes[ f' e f] e[ f g f] e[ d c bes] a[ bes c d] c4 a16[
bes c 
d] c4 |  
d2~d16[ bes f' e] g[ f e f] c2~c16[ a f' e] g[ f e f] bes,2~bes16[ e g f] e[
d 
c bes]
 a4\melismaEnd r4 c8[( a]) d[( c]) bes4 a \appoggiatura c16 bes4 a8[( g]) f4
r4 
r2 } 

\addlyrics { me,__ psal -- lant ae -- the -- ra cum me. }


Here, the lyric extender line starts from bar 1 until the beginning of bar 9

and the extender line is meant to be a continous line. However, what
happened 
was the line only starts near the middle on bar 4 and is completely missing
on 
bar 7. I used a barline break after the 1st bar to show that the extender
line 
starts on the 2nd note and not the 1st at the next bar, as it should.  Why
is 
this? Is this a bug and can it be fixed? Any help will be appreciated. Thank
you very much. Yours sincerely, Seng Liang



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





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


Re: Escape sequence for accentuated characters?

2005-11-09 Thread Daniel Johnson
Fairchild wrote:

Where does fc-list live?  How to use fc-list?  Version 2.4.6, Windows XP,
Cygwin.

Don't find fc-list in the 2.4.6 package.

  - Bruce

  

I believe it's part of fontconfig.


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


RE: Escape sequence for accentuated characters?

2005-11-09 Thread Fairchild
Don't find fontconfig in 2.4.6.

-Original Message-
From: Daniel Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 09, 2005 11:31 AM
To: Fairchild
Cc: lilypond-user@gnu.org
Subject: Re: Escape sequence for accentuated characters?


Fairchild wrote:

Where does fc-list live?  How to use fc-list?  Version 2.4.6, Windows 
XP, Cygwin.

Don't find fc-list in the 2.4.6 package.

  - Bruce

  

I believe it's part of fontconfig.





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


rehearsal mark question

2005-11-09 Thread Seng Liang
Hi, I am using Lilypond 2.7.12 on Windows 98.
As stated in the manual, rehearsal marks only appear above a staff. While this 
is true for most rehearsal marks, there are some exceptions. The most notable 
one being attacca. The attacca mark appears below a staff for every part, 
but only appears once in a full score below the bottom most staff. Therefore I 
would think this is a rehearsal mark and not a markup text. This creates a 
unique problem. While I can use the \override command to move the attacca 
mark below a staff for every staff, when combining them into a full score 
however, the attacca mark appears below the top most staff and not the bottom 
most. Is there a way to fix this?
Thank you very much.
Yours sincerely,
Seng Liang.



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


Re: Escape sequence for accentuated characters?

2005-11-09 Thread Han-Wen Nienhuys


This doesn't apply to  the 2.4 series at all, since 2.4 doesn't use Unicode.

Fairchild wrote:

Don't find fontconfig in 2.4.6.

Where does fc-list live?  How to use fc-list?  Version 2.4.6, Windows 
XP, Cygwin.


Don't find fc-list in the 2.4.6 package.

I believe it's part of fontconfig.


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


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


Re: Running Lilypond through jEdit in Windows

2005-11-09 Thread Bertalan Fodor

uunail (sent by Nabble.com) wrote:

According to your message you wanted to upload the 2.6 compatible 
version onto the jEdit plugin central.


Until now (two weeks later) this is obviously not yet done.


I've done what I could (I put it into Plugin Central Submission tracker 
of jEdit). It takes time (days or weeks) to get into the official plugin 
bunch.




I tried to use the downloads you refer to, but after installation of 
the files I get java error messages while running.


Note you must have Java 5.0 (aka 1.5). You should also try the latest 
version (0.2.9) on http://www.sf.net/projects/lily4jedit Just download 
and unzip into - assuming jEdit is installed at c:\jedit - c:\jedit\jars:


http://prdownloads.sourceforge.net/lily4jedit/lily4jedit-0.2.9.zip?download
http://prdownloads.sourceforge.net/lily4jedit/lilyjhelp-2.6.0-1.zip?download

I hope I have not forgot anything from the zip. If you get error 
messages (when starting jEdit), please let me know.


Also note that if you'd like to keep with 0.2.8, it must have been 
unzipped into c:\jedit (because it already contains the jars folder). 
However, the new 0.2.9 must be unzipped into c:\jedit\jars.


Bert


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


4-voice, 3-staff score with 2 lines of lyrics

2005-11-09 Thread CSÉCSY László

Hi Lilypond people,

I have been trying this stuff to render well since days, digging deeper
and deeper into the docs, but without success. Attached is an extract to
show my progress and to get help.

The beginning is a 7-measure intro (played on piano), the last measure
shown to the choir. The problem is: I can not get the ABCDEFGH lyrics
line rendered, which is going to be the lyrics for both soprano and alt.
(Tenor and bass has the same, abcdefgh lyrics, which is rendered
right.) I enclosed those into a \book because there are going to be some
unisono parts as well, which are a snap.

I think the whole problem is that I have single staff poliphony (soprano
and alt on the same staff, but not as chords) versus only one line of
lyrics.

So please help me: what should I write into that .ly to have it rendered
as it should?
--
Bye
Boobaa
-
http://boobaa.ajrg.hu

\version 2.7.14

#(set-global-staff-size 20)

PartASopAltStaff = \relative c' {
\set Staff.instrument = \markup { \column { S A } }
\clef violin
\time 4/4
\override MultiMeasureRest #'expand-limit = 1

R1*6 |
 {
c8 d e f g a b c |
e,4 f g a | b c d e
} \\
{
s1 |
c,4 d e f | g a b c
} 
}

PartATenStaff = \relative c' {
\set Staff.instrument = #T
\clef violin
\time 4/4
\override MultiMeasureRest #'expand-limit = 1

R1*6 | R1 |
g4 a b c | d e f g
}

PartABasStaff = \relative c {
\set Staff.instrument = #B
\clef bass
\time 4/4
\override MultiMeasureRest #'expand-limit = 1

R1*6 | R1 |
c4 d e f | g a b c
}

PartASopAltText = \lyricmode {
_ _ _ _ _ _ _ _
A B C D E F G H
}

PartATenText = \lyricmode {
a b c d e f g h
}

\book {
\header {
title = 4-voice 3-staff
}
\score {
\context StaffGroup 
\context Staff = cStaffAA 
\context Voice = cStaffAA \PartASopAltStaff

\context Lyrics = cStaffAA \lyricsto cStaffAA 
\PartASopAltText

\context Staff = cStaffAB 
\context Voice = cStaffAB \PartATenStaff

\context Lyrics = cStaffAB \lyricsto cStaffAB 
\PartATenText

\context Staff = cStaffAC 
\context Voice = cStaffAC \PartABasStaff


\set Score.skipBars = ##t

\midi { \tempo 4 = 100 }
\layout {
indent = 0\cm
}
}
}


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


Polyphony and multiple voice contexts

2005-11-09 Thread Jeff Shuman
I've only been working with Lilypond for a couple months, but I haven't been
able to figure this out by the manual. I'm using version 2.6.4-5 for 
Windows.



I use Lilypond for engraving congregational hymns. Almost all the songs
are in
4-parts, and have the 3 verses followed by a single chorus. All the
lyrics should appear between the staves. I want the flags on the staff
to face opposite
directions (soprano and tenor up, alto and bass down). I've seen the
SATB score
example, but I also want to separate the VERSE music and lyrics from
the CHORUS

music and lyrics.



The following solution almost works, but no lyrics appear. (full .ly 
source is available at 
http://36thstchurchofchrist.com/documents/bindhands.ly ) Can someone 
please point

out the error(s)? 



\score {

 \context ChoirStaff 

 \context Staff = women {

 \context Voice = verses 


{  \global \globaltwo \sopMusic  } \\

 {  \globaltwo \altoMusic  }

 

 \context Voice = chorusW 


{  \globaltwo \sopChorusMusic  } \\


{  \globaltwo \altoChorusMusic  }

 

 }



 \context Lyrics = lineone { s1 }

 \context Lyrics = linetwo { s1 }

 \context Lyrics = linethree { s1 }



 \context Staff = men {

 \clef bass

 


{  \global \globaltwo \tenorMusic  } \\

 {  \globaltwo \bassMusic  }

 

 


{  \globaltwo \tenorChorusMusic  } \\


{  \globaltwo \bassChorusMusic  }

 

 }



\context Lyrics = lineone \lyricsto verses \verseonewords

\context Lyrics = linetwo \lyricsto verses \versetwowords

\context Lyrics = linethree \lyricsto verses \versethreewords

\context Lyrics = lineone \lyricsto chorusW \choruswomen



}

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


Re: Polyphony and multiple voice contexts

2005-11-09 Thread Markian Hlynka
I appreciate your frustration, and unfortunately don't have an answer. I've only been working with lilypond for a week! But, a number of my questions on vocal scores have gone unanswered. This seems to indicate to me that the manual need some revision, as a lot of people do seem to be doing vocal work! I'd be happy to help with the manual once i know what I'm doing.:-DIn the meantime, though, please let me know if you find a solution!Not much help, but when I run your full file, I get:Processing `bindhands.ly'Parsing...Interpreting music... [8][16]warning: cannot find Voice `verses'warning: cannot find Voice `verses'warning: cannot find Voice `verses'warning: cannot find Voice `chorusW'[18]Preprocessing graphical objects... Calculating line breaks... [3][6][9][12][15][18][19]Interpreting music... warning: cannot find Voice `verses'warning: cannot find Voice `verses'warning: cannot find Voice `verses'warning: cannot find Voice `chorusW'MIDI output to `bindhands.midi'...Track... Calculating page breaks...[6]Layout output to `bindhands.ps'...Converting to `bindhands.pdf'...2005-11-09 14:10:06.322 open[700] No such file: (null)This suggests to me that either you lyrics or your voices are declared:	- in the wrong place/order	- with the wrong syntax.I'm having quite a lot of trouble learning some aspects of lilypond. And I'm a programmer. I've used regular expressions and left recursive grammars... And I frequently write with LaTeX! You'd think this would be easy for me!Thanks,MarkianOn Nov 9, 2005, at 13:06, Jeff Shuman wrote:I've only been working with Lilypond for a couple months, but I haven't been able to figure this out by the manual. I'm using version 2.6.4-5 for Windows.   I use Lilypond for engraving congregational hymns. Almost all the songs are in 4-parts, and have the 3 verses followed by a single chorus. All the lyrics should appear between the staves. I want the flags on the staff to face opposite directions (soprano and tenor up, alto and bass down). I've seen the SATB score example, but I also want to separate the VERSE music and lyrics from the CHORUS  music and lyrics.   The following solution almost works, but no lyrics appear. (full .ly source is available at http://36thstchurchofchrist.com/documents/bindhands.ly ) Can someone please point  out the error(s)? snip___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Tripled triplets

2005-11-09 Thread Jannik Jeppesen



Hi

Is it possible to create this:

three 16. note triplets

\time 2/3 { hh hh hh}16
\time 2/3 { hh hh hh}16
\time 2/3 { hh hh hh}16

How do i triple these? So they will be within 
2/4???

\time 2/3 {
 \time 2/3 { hh hh hh}16
 \time 2/3 { hh hh hh}16
 \time 2/3 { hh hh hh}16
}

This was my only idea.
Is there a solution to my problem?

Jannik


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


4-voice, 3-staff score with 2 lines of lyrics

2005-11-09 Thread CSÉCSY László

Hi Lilypond people,

I have been trying this stuff to render well since days, digging deeper 
and deeper into the docs, but without success. Attached is an extract to 
show my progress and to get help.


The beginning is a 7-measure intro (played on piano), the last measure 
shown to the choir. The problem is: I can not get the ABCDEFGH lyrics 
line rendered, which is going to be the lyrics for both soprano and alt. 
(Tenor and bass has the same, abcdefgh lyrics, which is rendered 
right.) I enclosed those into a \book because there are going to be some 
unisono parts as well, which are a snap.


I think the whole problem is that I have single staff poliphony (soprano 
and alt on the same staff, but not as chords) versus only one line of 
lyrics.


So please help me: what should I write into that .ly to have it rendered 
as it should?

--
Bye
Boobaa
-
http://boobaa.ajrg.hu
\version 2.7.14

#(set-global-staff-size 20)

PartASopAltStaff = \relative c' {
\set Staff.instrument = \markup { \column { S A } }
\clef violin
\time 4/4
\override MultiMeasureRest #'expand-limit = 1

R1*6 |
 {
c8 d e f g a b c |
e,4 f g a | b c d e
} \\
{
s1 |
c,4 d e f | g a b c
} 
}

PartATenStaff = \relative c' {
\set Staff.instrument = #T
\clef violin
\time 4/4
\override MultiMeasureRest #'expand-limit = 1

R1*6 | R1 |
g4 a b c | d e f g
}

PartABasStaff = \relative c {
\set Staff.instrument = #B
\clef bass
\time 4/4
\override MultiMeasureRest #'expand-limit = 1

R1*6 | R1 |
c4 d e f | g a b c
}

PartASopAltText = \lyricmode {
_ _ _ _ _ _ _ _
A B C D E F G H
}

PartATenText = \lyricmode {
a b c d e f g h
}

\book {
\header {
title = 4-voice 3-staff
}
\score {
\context StaffGroup 
\context Staff = cStaffAA 
\context Voice = cStaffAA \PartASopAltStaff

\context Lyrics = cStaffAA \lyricsto cStaffAA 
\PartASopAltText

\context Staff = cStaffAB 
\context Voice = cStaffAB \PartATenStaff

\context Lyrics = cStaffAB \lyricsto cStaffAB 
\PartATenText

\context Staff = cStaffAC 
\context Voice = cStaffAC \PartABasStaff


\set Score.skipBars = ##t

\midi { \tempo 4 = 100 }
\layout {
indent = 0\cm
}
}
}

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


Re: Running midi2ly.py

2005-11-09 Thread george

I'm using lilypond-2.7.12-1
on Windows XP

Mats Bengtsson wrote:


You will get much more useful help from the mailing list if you
tell which LilyPond version you use and on which operating system.

  /Mats

George wrote:


I tried:
 
python midi2ly.py test.mid
 
and got:

Traceback (most recent call last):
  File midi2ly.py, line 42, in ?
import midi
ImportError: No module named midi
 
This problem seems to have been reported before, but I haven't found 
a resolution.
 
Help please,
 
a lilypond newbie.
 
george




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







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


Wrong eps file with lily 2.6.3

2005-11-09 Thread Anna Choma
Hello,

I have problems with generting an eps file (small music fragments).
Usually, after generating the ps file using lilypond, I made the eps
file from the ps using eps2epsi program and the eps file was correct.
With the lilypond version 2.4.5 everything worked fine. But I have
also installed the 2.6.3 version of lilypond. When I process the *.ly
file with the newer lilypond, it creates a ps file, from which I can't
generate a correct eps file. The bounding box is incorrect (the notes
are beyond the box). Changing the box manually doesn't have any effect
either. When I switch to lily 2.4.5, everything works fine again. Does
anyone know why the 2.4.5 lilypond creates diifferent *.ps files from
the 2.6.3 lilypond? Why I can't use the ps2epsi with lily 2.6.3? I've
tried also ps2eps programm, it creates also wrong files (bad bounding
box).

Best reagards,

Anna Choma


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


Re: Tripled triplets

2005-11-09 Thread Trevor Bača
On 11/9/05, Jannik Jeppesen [EMAIL PROTECTED] wrote:

 Hi

 Is it possible to create this:

 three 16. note triplets

 \time 2/3 { hh hh hh}16
 \time 2/3 { hh hh hh}16
 \time 2/3 { hh hh hh}16

 How do i triple these? So they will be within 2/4???

 \time 2/3 {
   \time 2/3 { hh hh hh}16
   \time 2/3 { hh hh hh}16
   \time 2/3 { hh hh hh}16
 }

 This was my only idea.
 Is there a solution to my problem?

Try:

\times 2/3 {
   \times 2/3 {
  c'16
  c'16
  c'16
   }
   \times 2/3 {
  c'16
  c'16
  c'16
   }
   \times 2/3 {
  c'16
  c'16
  c'16
   }
}

Which take the space of one measure in 2/8. Maybe for 2/4 you would prefer:

\times 2/3 {
   \times 2/3 {
  c'8
  c'8
  c'8
   }
   \times 2/3 {
  c'8
  c'8
  c'8
   }
   \times 2/3 {
  c'8
  c'8
  c'8
   }
}

Note that, with an s,

   \times q/p {  }

gives you prolation but that, without an s,

   \time m/n

gives you a time signature.




--
Trevor Bača
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Question about generating sakura-sakura.ly

2005-11-09 Thread Bob Koon
I have downloaded the lilypond 2.6 for Windows and try to generate the pdf for
the sample files sakura-sakura.ly and xiao-haizi-guai-guai.ly. However it fails
and here is the log file:

# -*-compilation-*-
Changing working directory to `C:/Program
Files/LilyPond/usr/share/doc/lilypond/input'
Processing `C:/Program
Files/LilyPond/usr/share/doc/lilypond/input/xiao-haizi-guai-guai.ly'
Parsing...
Interpreting music... [7]
Preprocessing graphical objects... 
Calculating line breaks... [3][6][8]
Calculating page breaks...
Layout output to `xiao-haizi-guai-guai.ps'...
warning: don't know how to embed MS-Gothic=C:/WINDOWS/fonts/msgothic.ttc
Converting to `xiao-haizi-guai-guai.pdf'...
`gs -q   -dCompatibilityLevel#1.4  -sPAPERSIZE#a4 -dNOPAUSE -dBATCH -r1200 
-sDEVICE#pdfwrite -sOutputFile#xiao-haizi-guai-guai.pdf -c .setpdfwrite -f
xiao-haizi-guai-guai.ps' failed (1)


It seems that the program will access msgothic.ttc when there is some non-ascii
character. Any idea to fix it? Because in fact I am a chinese user and hope that
the lilypond support the Chinese lyrics.



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


Finding note coordinates in output

2005-11-09 Thread Chris Snyder
Is there a way to find out what the coordinates are of notes in scores 
generated by Lilypond? For instance, is there a way to get the data 
needed to generate an image map to go with a PNG file and allow notes to 
be clicked on? Thanks in advance.




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


Re: Polyphony and multiple voice contexts

2005-11-09 Thread Graham Percival


On 9-Nov-05, at 1:12 PM, Markian Hlynka wrote:

I appreciate your frustration, and unfortunately don't have an answer. 
I've only been working with lilypond for a week! But, a number of my 
questions on vocal scores have gone unanswered. This seems to indicate 
to me that the manual need some revision, as a lot of people do seem 
to be doing vocal work! I'd be happy to help with the manual once i 
know what I'm doing.


The manual is always open for revision.  One main problem is that the 
manual editor (me) doesn't write any vocal stuff.  So I don't have 
experience writing vocal stuff in lilypond, I don't have knowledge of 
what vocal music looks like in real life, etc.


As soon as you think you can help, please read
http://lilypond.org/web/devel/participating/documentation-adding

Cheers,
- Graham



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


Re: 2 conversion problems 2.4.6-2.6.3

2005-11-09 Thread Raphael Manfredi
Quoting Gilles [EMAIL PROTECTED] from ml.lilypond.users:
:For Linux: gucharmap

Yes, but since lilypond does not understand the Unicode escape syntax
(e.g. \u2014 for EM DASH) produced by gucharmap, this is rather useless.

There should be a way for lilypond to accept Unicode escape sequences.

Raphael


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