Re: Extra staff in score with lyrics

2005-11-24 Thread Mats Bengtsson

A Lyrics context cannot be part of a Staff context.
I would propose to restructure your file into

soprano =  \relative { 
   f'2  \context Voice = other { \voiceOne \tiny g c f,4 }

   { \voiceTwo \normalsize g,2 c f,4 }  \oneVoice r4
}

lyric = \lyricmode { Al -- le -- lu -- ja. }

\score{
\new StaffGroup 
\new Staff { \set Staff.instrument = Violin R1 R1 }
\new Staff { \set Staff.instrument = Viola R1 R1}
\new Staff { \set Staff.instrument = Soprano \context Voice = melody 
\soprano }

\lyricsto melody \new Lyrics {\lyric }
\new Staff { \set Staff.instrument = Cello R1 R1 }

}

Note that I removed a number of unnecessary ... and also that if
you do something like
\context Voice = melody { c1 |  \new Voice { b1 } { d1 }  e1 }
then the d1 will still belong to the Voice context called melody, there's no
need to explicitly specify that again.

I usually prefer to define the full context structure directly within the
\score{...} block and not spread it out in different definitions (or even
different files), to make it easier to get an overview.

  /Mats


liang seng wrote:

Hi, I'm using Lilypond 2.7.17 to do a score with solo voice and 
strings. Here

is a small extract from the voice line (lyric.ly) :

\version 2.7.17
lyric =
\relative

 \context Staff \context Voice = melody {
f'2  \context Voice = other { \voiceOne \tiny g c f,4 } \context
Voice=melody { \voiceTwo \normalsize g,2 c f,4 }  \oneVoice r4
 }

 \lyricsto melody \new Lyrics { Al -- le -- lu -- ja. }





And here is the full score (score.ly):

\version 2.7.17
\include lyric.ly
\score {

\new StaffGroup 
\new Staff  { \set Staff.instrument = Violin R1 R1 } 
\new Staff  { \set Staff.instrument = Viola R1 R1} 
\new Staff  { \set Staff.instrument = Soprano \lyric } 
\new Staff  { \set Staff.instrument = Cello R1 R1 }   
}

For the sake of simplicity, all the staves except the soprano staff 
contain only rests.
Here, when I compile score.ly, the output look good except for one 
thing. The
soprano staff is at the correct position (3rd staff from the top). 
However, the
lyrics, which are supposed to be below the soprano staff, are at the 
bottom of
the score, below the last (cello) staff. Why is this? How can I 
rectify this?
Another interesting thing is, when I replace \context Staff with \new 
Staff in
lyric.ly, the full score has an extra staff above the soprano staff, 
but the

staff has no notes or rests, only a clef. Again, why does this happen?
Thank you.
Seng Liang.




___
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: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Mats Bengtsson

The midi.so file should be produced when you run make, so the first
step for you is to figure out why that doesn't happen.
I would first try the following:
make -C python clear
make -C python
and look carefully for any warnings or errors printed out.

  /Mats

Gordon Gilbert wrote:


Hi!

My install of 2.6.4 has stopped with the following output:

gmake[1]: Entering directory 
`/usr/ports/distfiles/lilypond-2.6.4/python' /bin/sh 
/usr/ports/distfiles/lilypond-2.6.4/stepmake/stepmake/../bin/install-sh 
-c -d /usr/local/share/lilypond/2.6.4/python /bin/sh 
/usr/ports/distfiles/lilypond-2.6.4/stepmake/stepmake/../bin/install-sh 
-c -m 644 ./out/midi.so /usr/local/share/lilypond/2.6.4/python/  
true 
/usr/ports/distfiles/lilypond-2.6.4/stepmake/stepmake/../bin/install-sh: 
./out/midi.so does not exist.

gmake[1]: *** [local-install-outfiles] Error 1
gmake[1]: Leaving directory 
`/usr/ports/distfiles/lilypond-2.6.4/python' gmake: *** [install] 
Error 2 [2:29:[EMAIL PROTECTED]:/usr/ports/distfiles/lilypond-2.6.4


Can anyone tell me how to proceed from here, and get back on track to 
complete the install?  If there is a missing item (/.out/midi.so) does 
somebody have a copy, and where to I put it?  Or if I indeed *have* 
it, where is it, and where does it go?


Blessings,

Fr. Gordon Gilbert


+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+


___
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: Curved glissando

2005-11-24 Thread Mats Bengtsson

An alternative is to use embedded postscript code, see the example
called embedded-postscript.ly in Tips and Tricks.

 /Mats

Jonatan Liljedahl wrote:


Is there any way that I can make a glissando line curved? Maybe it's
possible to change the print function to the one used for slurs?

/Jonatan with lilypond 2.7.15-=( http://kymatica.com )=-


___
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: Parenthesized notehead

2005-11-24 Thread Mats Bengtsson

As a first step, put it in LSR.

  /Mats

Jonatan Liljedahl wrote:


People often asks how to get parenthesized noteheads. There is an
example: stencil-hacking.ly but that doesn't adjust the stencil extents
properly, so the parenthesis collides with accidentals and stuff like
that. I have made a version that does take care of this:

Perhaps this functionality should be included in lilypond, it's not so
uncommon to want parenthesis around noteheads... There could be a
\startParenthesizeNoteHeads and \stopParenthesizeNoteHeads command...
(or maybe some shorter names? ;) Or even something like \override
NoteHead #'parenthesized = ##t (merge the code below with the default
stencil proc for noteheads)

%%%
\version 2.7.15

#(define (parenthesize-callback callback)
  (define (parenthesize-stencil grob)
(let* ((fn (ly:grob-default-font grob))
(pclose (ly:font-get-glyph fn accidentals.rightparen))
(popen (ly:font-get-glyph fn accidentals.leftparen))
(subject (callback grob))

; get position of stem
(stem-pos (ly:grob-property grob 'stem-attachment))

; remember old size
(subject-dim-x (ly:stencil-extent subject 0))
(subject-dim-y (ly:stencil-extent subject 1)))

   ;; add parens
   (set! subject
	 (ly:stencil-combine-at-edge 
	  (ly:stencil-combine-at-edge subject 0 1 pclose 0)

  0 -1 popen  0))
		  
		; adjust stem position

(ly:grob-set-property! grob 'stem-attachment
(cons (- (car stem-pos) 0.43) (cdr stem-pos)))

; adjust size
  (ly:make-stencil
   (ly:stencil-expr subject)
  (cons (- (car subject-dim-x) 0.5) (+ (cdr
subject-dim-x) 0.5)) subject-dim-y)))
  parenthesize-stencil)
   


\layout { raggedright = ##t }
\relative c' {

   c4 e
   \override NoteHead  #'stencil = #(parenthesize-callback
Note_head::print) g bes a1
   \revert NoteHead #'stencil

   a8 gis8 a2.
}


/Jonatan-=( http://kymatica.com )=-


___
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: \harmonic on note outside chord.

2005-11-24 Thread Mats Bengtsson



Han-Wen Nienhuys wrote:


Jonatan Liljedahl wrote:


Is there a reason not to allow \harmonic on a note that is not part of
a chord? Or is this a bug?




Also, the same question goes for stringnumbers, c\1 does not work but
c\1 does!



try doing \displayMusic on both

  c-.

and

  c-.

As you can see, in the latter case, the articulation is not attached 
to the note, and it would be difficult to attach the right symbol 
(articulation, fingering, etc.) to the right note head.


As far as I can see, your argument is that LilyPond handles c-. exactly the
same as c-.  which in turn should imply that c\1 would be the same as
c\1 (which does not make sense since you cannot attach a single 
fingering to a

full chord).

Then, why could we not rather treat c-. as c-., which is just as logical
and would allow for harmonics and fingerings on single notes?

I realize that the parser might get slightly more complex, but that's 
the job of the
parser, right? To convert something that's intuitive for the user into a 
representation

that is convenient for the computer.

  /Mats


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


Re: H and P in TAB

2005-11-24 Thread Mats Bengtsson

From another email, I realize that you ask about version 2.2.
Then it should probably work to do
\override Slur #'print-function = #Slur::print
within the tablature context.

The H and P feature has actually been removed in recent versions
of LilyPond, since it triggered some other bugs.

  /Mats


S L Raymond wrote:

How can I remove the H and P from slurs when editing tablature?  


Also, I noticed that if I have a glissando on one string, the gliss line
is positioned right on a staff line, and is thus hidden.  Is there a way
I can tweak it so that it slants upward?


___
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: \harmonic on note outside chord.

2005-11-24 Thread Han-Wen Nienhuys

Mats Bengtsson wrote:

try doing \displayMusic on both

  c-.

and

  c-.

As you can see, in the latter case, the articulation is not attached 
to the note, and it would be difficult to attach the right symbol 
(articulation, fingering, etc.) to the right note head.







As far as I can see, your argument is that LilyPond handles c-. exactly the
same as c-.  which in turn should imply that c\1 would be the same as
c\1 (which does not make sense since you cannot attach a single 
fingering to a

full chord).


No, my argument is that they're handled differently. It's 
Fingering_engraver vs.  New_fingering_engrvaer


I realize that the parser might get slightly more complex, but that's 
the job of the
parser, right? To convert something that's intuitive for the user into a 
representation

that is convenient for the computer.


No, that's not the job of  the parser. The parser translates an ASCII 
representation of a  music tree into a computer representation of the 
same tree.


If you want to translate c-. to c-. , then you can write a music 
function to do so.  We could even add it to the functions which are 
called by default. I'm not altogether sure it's a good idea, though.


--
 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: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Gordon Gilbert

Hi Mats!

Your suggestions seemed to work somehow, although I had to use gmake not 
simply make.  The make python clear didn't work, but the make python did 
do something, after which I continued the gmake install (per instructions 
in Digest, Vol 36, Issue 67)  It then stopped, apparently at a different 
place:


chmod 755 out/convert-ly
/usr/local/bin/perl 
/usr/ports/distfiles/lilypond-2.6.4/buildscripts/out/help2man 
out/convert-ly  out/convert-ly.1
Can't open perl script 
/usr/ports/distfiles/lilypond-2.6.4/buildscripts/out/help2man: No such 
file or directory

gmake[1]: *** [out/convert-ly.1] Error 2
gmake[1]: Leaving directory `/usr/ports/distfiles/lilypond-2.6.4/scripts'
gmake: *** [install] Error 2
[2:9:[EMAIL PROTECTED]:/usr/ports/distfiles/lilypond-2.6.4


What do you make of this?

Blessings,

Fr. Gordon

+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+


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


Re: Curly '

2005-11-24 Thread Han-Wen Nienhuys

Sven Axelsson wrote:
Yes, they do contain a straight single quote. 


I stand corrected. The cmtt font does contain it.

I tried adding

   \do\'

   \catcode`\'=\active\gdef'{\char0D}

to the definitions of @verbatim in texinfo.tex, but it didn't work.  I 
also have no clue about what I'm doing. Jan?


--
 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: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Mats Bengtsson

Same thing here, buildscripts/out/help2man should have been
generated earlier by make. I hope you continued to use gmake
instead of make. Why not simply remove all the files in buildscripts/out/
(or run gmake -C buildscripts clean) and then run gmake again.

  /Mats

Gordon Gilbert wrote:


Hi Mats!

Your suggestions seemed to work somehow, although I had to use gmake 
not simply make.  The make python clear didn't work, but the make 
python did do something, after which I continued the gmake install 
(per instructions in Digest, Vol 36, Issue 67)  It then stopped, 
apparently at a different place:


chmod 755 out/convert-ly
/usr/local/bin/perl 
/usr/ports/distfiles/lilypond-2.6.4/buildscripts/out/help2man 
out/convert-ly  out/convert-ly.1
Can't open perl script 
/usr/ports/distfiles/lilypond-2.6.4/buildscripts/out/help2man: No 
such file or directory

gmake[1]: *** [out/convert-ly.1] Error 2
gmake[1]: Leaving directory `/usr/ports/distfiles/lilypond-2.6.4/scripts'
gmake: *** [install] Error 2
[2:9:[EMAIL PROTECTED]:/usr/ports/distfiles/lilypond-2.6.4


What do you make of this?

Blessings,

Fr. Gordon

+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+



--
=
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: Curly '

2005-11-24 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes:

 I tried adding

\do\'

\catcode`\'=\active\gdef'{\char0D}

 to the definitions of @verbatim in texinfo.tex, but it didn't work.  I
 also have no clue about what I'm doing. Jan?

I'm not sure who break it, who is making the translation from ' to \curly' ?

What about

--- texinfo.tex 22 dec 2004 10:13:55 +0100  1.5
+++ texinfo.tex 24 nov 2005 13:12:19 +0100  
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2004-11-25.16}
+\def\texinfoversion{2005-11-24.13}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
@@ -2865,6 +2865,7 @@ where each line of input produces a line
   \catcode`\@ = \other
   \catcode`\{ = \other
   \catcode`\} = \other
+  \catcode`\' = \other
   %
   % Make sure that spaces turn into tokens that match what \doignoretext wants.
   \spaceisspace


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


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


Re: Curly '

2005-11-24 Thread Han-Wen Nienhuys

Jan Nieuwenhuizen wrote:

  \catcode`\'=\active\gdef'{\char0D}

to the definitions of @verbatim in texinfo.tex, but it didn't work.  I
also have no clue about what I'm doing. Jan?



I'm not sure who break it, who is making the translation from ' to \curly' ?


I think it's part of Plain TeX


   \catcode`\} = \other
+  \catcode`\' = \other


doesn't work.

--
 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


Extra bracket in score in Lilypond 2.7.18

2005-11-24 Thread liang seng

Hi, I'm typing a score layout and here is the file:

\version 2.7.17
\layout {
 \context {
   \Score
   \accepts OrchestraStaffGroup
 }
 \context {
   \StaffGroup
   \name OrchestraStaffGroup
   \remove Span_bar_engraver
   \accepts InstrumentStaffGroup
 }
 \context {
   \StaffGroup
   \name InstrumentStaffGroup
   \remove System_start_delimiter_engraver
 }
} \score {
 \relative
\new StaffGroup 
\new Staff  {  R1 } 
\new Staff  {  R1 }  
\new OrchestraStaffGroup 
 \new InstrumentStaffGroup 
  \new GrandStaff 
 \new Staff { R1 }
 \new Staff { R1}
   
  \new Staff  { R1  }  
\new InstrumentStaffGroup 
   \new Staff 
 \context Voice = melody { c'1 }
 \lyricsto melody \new Lyrics { do }
   
 
 \new InstrumentStaffGroup 
   \new Staff { \clef bass R1 }
  }

Here, the bar spanning and bracketing is intended as so. But what happened 
is that there is an extra bracket before the 3rd to the 5th staff (from the 
top), which is between the brace on the left and the longer bracket at the 
right. Why did this bracket appear? I explicitly put \remove 
System_start_delimiter_engraver because I would like to remove the extra 
brackets. This problem did seems to be caused by the new system delimiter 
feature in 2.7.18 as in versions 2.7.17 and before, the problem didn't occur 
at all. What can be done?

Thank you.




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


Re: Extra staff in score with lyrics

2005-11-24 Thread liang seng

Hi, I see. Thank you.




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


Re: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Gordon Gilbert

Hey, Mats!

I think you may be onto something.  The instructions has said to run 
gmake install, but I just now ran gmake alone, and it is whizzing 
along at a great rate.  Perhaps, after this is finished, all that stuff 
will be in place, and I can run gmake install then to continue the 
process.  I'll keep you posted.


Thanks again

Blessings,

Fr. Gordon


+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+


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


Re: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Gordon Gilbert

Hey Mats again!

The gmake proceeded well until:

gmake[1]: Entering directory `/usr/ports/distfiles/lilypond-2.6.4/po'
/usr/ports/distfiles/lilypond-2.6.4/stepmake/stepmake/generic-targets.make:142: 
out/dummy.dep: No such file or directory

please ignore innocent warning about dummy.dep
mkdir -p ./out
touch ./out/dummy.dep
gmake[1]: Leaving directory `/usr/ports/distfiles/lilypond-2.6.4/po'
gmake[1]: Entering directory `/usr/ports/distfiles/lilypond-2.6.4/po'
msgfmt -o out/cs.mo cs.po
usage: msgfmt [ -dv ] [ - ] [ name ... ]
out/cs.mo: No such file or directory
gmake[1]: *** [out/cs.mo] Error 2
gmake[1]: Leaving directory `/usr/ports/distfiles/lilypond-2.6.4/po'
gmake: *** [all] Error 2
[2:11:[EMAIL PROTECTED]:/usr/ports/distfiles/lilypond-2.6.4

What am I looking for here?  What's the next step?

Thanks,

Fr. Gordon


+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+


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


Re: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Mats Bengtsson

It seems that the program msgfmt on your machine does something
else. The msgfmt to be used when compiling LilyPond is part of
Gnu gettext. Hopefully you can find some package for FreeBSD.

  /Mats

Gordon Gilbert wrote:


Hey Mats again!

The gmake proceeded well until:

gmake[1]: Entering directory `/usr/ports/distfiles/lilypond-2.6.4/po'
/usr/ports/distfiles/lilypond-2.6.4/stepmake/stepmake/generic-targets.make:142: 
out/dummy.dep: No such file or directory

please ignore innocent warning about dummy.dep
mkdir -p ./out
touch ./out/dummy.dep
gmake[1]: Leaving directory `/usr/ports/distfiles/lilypond-2.6.4/po'
gmake[1]: Entering directory `/usr/ports/distfiles/lilypond-2.6.4/po'
msgfmt -o out/cs.mo cs.po
usage: msgfmt [ -dv ] [ - ] [ name ... ]
out/cs.mo: No such file or directory
gmake[1]: *** [out/cs.mo] Error 2
gmake[1]: Leaving directory `/usr/ports/distfiles/lilypond-2.6.4/po'
gmake: *** [all] Error 2
[2:11:[EMAIL PROTECTED]:/usr/ports/distfiles/lilypond-2.6.4

What am I looking for here?  What's the next step?

Thanks,

Fr. Gordon


+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+



--
=
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: D.C. al Coda?

2005-11-24 Thread Bernard Hurley
On Thu, 2005-11-24 at 00:48 -0600, S L Raymond wrote:
 I'm running Ubuntu Breezy and for some reason, even after apt-get
 update, 2.2 is the latest version it will fetch.

You probably have apt set up so that it only knows about Debian stable
packages. The latest version in Debian stable is 2.2.6. To find out what
versions you computer knows about run:

apt-cache showpkg lilypond | head

(The head is needed to stop everything scrolloing off the screen). When
I do this I get (slightly abbreviated):

2.6.3-9(/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_testing_main_binary-i386_Packages)_Packages)
(/var/lib/dpkg/status)
2.4.5-2(/var/lib/apt/lists/demudi.agnula.org_packages_demudi_dists_stable_main_binary-i386_Packages)
2.2.6-3(/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_stable_main_binary-i386_Packages)

This tells me that my computer knows about versions 2.6.3, 2.4.5 and
2.2.6 (the number after the hyphen is a Debian package version). The
(/var/lib/dpkg/status) tells me which version I have installed on the
machine - in my case 2.2.6. If it were not installed I could run:

apt-get lilypond=2.6.3-9

If you computer does not know about version 2.6.3 then try adding
something like:

deb ftp://ftp.uk.debian.org/debian/ testing main non-free contrib

to /etc/apt/sources.list

then run apt-get update and try running apt-cache again. You may find
you need to upgrade other packages into the testing package stream.
Apt will tell you that when you try to upgrade lilypond.  It may also
tell you that it wants to delete certain packages - the usual solution
is to upgrade these as well - if you still need them. If you need to do
a lot of this it will take you a ling time using apt-cache and apt-get
and you would be better off using aptitude (of course you will need to
install that if you don'r have it!)

I hope this helps

Bernard





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


spacing problem

2005-11-24 Thread Andreas Rittershofer
I have two drumvoices, both are in 5/8.

voiceTwo has five eights, this is easy.

voiceOne has six eights in the same time, made with \times 5/6.

The layout is ugly, the spacing of the notes isn't equidistant in
neither voice nor are the first and last notes aligned vertically.

How to fix this?

mfg ar
-- 
E-Learning in der Schule:
http://www.dbg-metzingen.de/Menschen/Lehrer/Q-T/Rittershofer/E-Learning/



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


Re: lilypond-user Digest, Vol 36, Issue 79

2005-11-24 Thread Gordon Gilbert




+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+


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


Re: Install of 2.6.4 on FreeBSD

2005-11-24 Thread Gordon Gilbert

Hi Mats,

I looked around and I do have gettext 0.14.5 installed on this machine, 
and ports have nothing for msgfmt.  If that is indeed part of gettext, 
then it should be doing the right thing (I would think).  Still no farther 
ahead, though.  What could I try?


Blessings,

Fr. Gordon


+=+
| Angels' Roost Farm  |
|   Rev. Fr. Gordon Gilbert  Susan Gilbert   |
|   705-549-5056  |
|[EMAIL PROTECTED]  |
|[EMAIL PROTECTED] |
+=+


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


Re: spacing problem

2005-11-24 Thread Mats Bengtsson



Andreas Rittershofer wrote:

I have two drumvoices, both are in 5/8.

voiceTwo has five eights, this is easy.

voiceOne has six eights in the same time, made with \times 5/6.

The layout is ugly, the spacing of the notes isn't equidistant in
neither voice nor are the first and last notes aligned vertically.

The first notes should be aligned but not the last ones, right?

Did you take a look at the last example in the section on Polymetric
notation?

I tried a variation of that example adopted to your situation and
noticed that the spacing was a bit uneven if the total score didn't
fill the first line, but if you set raggedright=##t or fill the score
with more music, the spacing looks really good as far as I can see.

   /Mats


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


Re: Curly '

2005-11-24 Thread Art Hixson
Like you, I know very little about TeX or making a PDF from it.  The 
right quote is x'92 while the normal quote is x'27.  You won't be able 
to change the PDF itself because the internal coding is really weird and 
there aren't any tools in my version of Acrobat to make a global 
character replacement.   There are some commercial WSIWYG editors, but 
they cost a little money.


I suspect there's a markup in the TeXinfo output that can be edited.  If 
you send me the TeXinfo compilation, I might be able make a hack for it.


Graham Percival wrote:



On 23-Nov-05, at 11:59 AM, Art Hixson wrote:

That curly quote symbol was copied, using the copy function, from 
section 7.1.5 of the PDF version of the User Manual where I note 
other instances of the same sort. Had I typed the string I wouldn't 
have had the problem as I don't have that character on my keyboard. 
But, it's handy to snip bits from the manual. Can that be corrected?



Short answer: yes.

Medium answer: I don't know how.

Long answer: some people have investigated this; if you're interested, 
search the mailist.  I don't know enough about how lilypond builds 
documentation, and/or latex, and/or texinfo, to fix it.  A patch to 
fix this would be __greatly__ appreciated.


Cheers,
- Graham Percival, LilyPond Documentation Editor.








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 2005/11/24



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


MusicXML import: looking for co-sponsors

2005-11-24 Thread Mark Van den Borre
Hi all,

Who would like to co-sponsor a MusicXML to Lilypond conversion script?

What: A script that extracts notes and rests from a MusicXML file into a
Lilypond file. Written in Python, modular, extensible.
Price: I've had a €350 price quote from Han-Wen.
Current sponsors: Mark Van den Borre, €50; Tom Eykens: € ?;
Still needed: €300 - Tom's contribution
Goal 1: increase note entry productivity. A non-free (neither speech nor beer)
optical music recognition program produces produces MusicXML output. Imagine
being able to feed this to Lillypond...
Goal 2: import simple MusicXML fragments made with Finale (Yes, recent Finale
versions support MusicXML output out of the box. Sibelius supports it too, if
you install the non-free Dolet plugin).

I would personally use this functionality in my volunteer work for the Mutopia
free sheet music archive (http://mutopiaproject.org), and maybe for integrating
short and simple bits of music from solfege teachers at our music academy in a
consistent style.


Mark

P.S. I am aware of xml2ly, but that effort seems to be dead and won't get
accepted into the official Lilypond tree.
P.P.S. I am not a list subscriber. Please CC me your reply!
-- 
Mark Van den Borre
Noormannenstraat 113
3000 Leuven, België
+32 486 961726



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


Trying to do a template

2005-11-24 Thread joeyc (sent by Nabble.com)

Hi, 

I am trying my first template and things aren't working out...
I make a template called blankchords, but it I get an error.

what's wrong here...

thanks
joey



blankchords = \new ChordNames \with { 
\override BarLine #'bar-size = #4 
voltaOnThisStaff = ##t 
\consists Bar_engraver 
\consists Volta_engraver 
\consists Percent_repeat_engraver
} 

\blankchords 
\chordmode 
{ 
\repeat volta 2 
{
\partial 8 s8 | f2:maj f:7 \repeat percent 2 {bes1:7} 
c:maj c:maj c:maj c:maj c:maj c:maj c:maj 
} 
\alternative { es e }
}


Sent from the Gnu - Lilypond - User forum at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user