Re: Syntax Highlighting / lilypond.words.vim

2004-02-11 Thread Lyle Raymond
 I apparently need to find lilypond.words.vim for the
 operation to be complete.  Where can I get it?

It should be distributed with LilyPond.  You don't say which
package you installed so we can't help more; recent Debian
packages put it into /usr/share/doc/lilypond.  Tell at least
a version number so that somebody can send one to you.
-- 
Feri.

I'm using Lilypond ver. 2.1.0.



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


Re: dvipdfm results in no note stems

2004-02-11 Thread Mats Bengtsson
I think you have described the problem and the solution quite well
already. Dvipdfm will not work on any LilyPond generated file since
it doesn't understand the embedded postscript code used for slurs,
and several other objects in the output.
You can and should use ps2pdf (or Acrobat Distiller if you have it
at hand) to create PDF files. This is what is described in the manual
(we have recently added it also in the Tutorial for the development
version, see
http://lilypond.org/doc/v2.1/Documentation/user/out-www/lilypond/Integrating-text-and-music.html#Integrating%20text%20and%20music 
).

  /Mats

[EMAIL PROTECTED] wrote:
Hi,

I am just stating to use lilypond on a Debian Sarge system.  Fresh
install of lilypond in the past few days.  I have been inserting small
sections on music in LaTeX files and using 'lilypond-book --outdir=/tmp
file.tex  cd /tmp  latex file.latex  dvips -Ppdf -u +lilypond.map
file.dvi  dvipdfm file.dvi'.
On the last command, I get errors like:

Unrecognized special ignored
Current input buffer is --lyscale1.405839  0.0650 0.0650 3. 0.2250
0.11...
--
one of these for each note stem that is missing.  There also seemed to
be a processing error on an imbedded eps file in the same LaTeX doc but
that was ignored as well.
I do find that ps2pdf does work in making a pdf file.  Any help on this
would be greatly appreciated.
If this is a duplicate message, I apologize.  I sent an earlier message
before subscribing to the list and am not sure if it made it in or not.
Great program!

Sterling MacNay

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.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://mail.gnu.org/mailman/listinfo/lilypond-user


Problem with MIDI generation with 2.1.18

2004-02-11 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
 Hi !
 
 I upgraded to cygwin 2.1.18 yesterday, and experienced two problems:
 
 -  \autochange does not seem to work as well as it used to be.
 I guess I did something wrong. Here is my PianoStaff:
 


 solo = \context PianoStaff = solo 
 \property Staff.midiInstrument=vibraphone
   \context Staff=up { 
\property Staff.midiInstrument=vibraphone
   \context Voice=foo{
  \notes { \time 4/4  \key b \minor }
   \voiceOne
   \HighSoloNotes
   }
   }
   \context Staff=down {
 \property Staff.midiInstrument=vibraphone
\notes { \time 4/4  \key b \minor }
   \clef bass
   \autochange \context Voice = bar {\LowSoloNotes}
   }
 

Can you send me a example that I can try for myself? 

 - MIDI file generation crashes with a stack trace (the log is given below)
   I tried to simplify a number of things, assuming that this might be due
   to excessively complex data structure, but it did not help. 

fixed.


-- 

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



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


re: vanishing slur ? note with two stems ?

2004-02-11 Thread navarro
Please excuse my ignorance: I am still at the very beginning with Lilypond. Perhaps 
someone can help with these two questions:

1. How can you produce a note with two stems, one running up and the other running 
down obviuosly?. \stemBoth does not seem to do the job. I have looked through the 
manuals and I have been unable to find the solution. I guess it must be fairly easy.


2. The following code produce the desired  slur (see enclosed file 
visible-slur.pdf) between the d in the first bar and the chord in the second.


\include paper23.ly

\paper  {
 linewidth = 455.244096\pt
}
\version 2.0.1

\score {
 \notes
 \new Staff {
 \time 3/4
 \clef bass

\relative c  {

%  a2( d4)

\simultaneous { { s4 \phrasingSlurUp d2\( }  \\ { \stemBoth g,4  r4 \stemDown  
d_5 }}

\stemUp  d' g, 4\)_2  \stemDown g8_1( f! e d)
}
 }
  \paper { }
}


However, if I un-comment the line %a2( d4) just below \relative c, thus introducing a 
new bar at the beginning, the slur disappears (see enclosed file vanishing-slur.pdf) 
and the log file says:

Interpreting music..

/cygdrive/g/Lilypond/question.ly:24:19: warning: can't find start of phrasing slur:

\stemUp  d' g, 4\

  )_2  \stemDown g8_1( f! e d)



/cygdrive/g/Lilypond/question.ly:22:40: warning: unterminated phrasing slur:

\simultaneous { { s4 \phrasingSlurUp d2\

   ( }  \\ { \stemBoth g,4  r4 \stemDown d_5 }}


Can anybody give me an explanation ?. I have found that the work around is to 
include the last two bars in the same piece of simutaneous code:

\simultaneous { { s4 \phrasingSlurUp d2\( \stemUp d4\) s2 } \\ { \stemBoth g,4  r4 
\stemDown d_5  \stemUp  g4_2  \stemDown
\slurUp \once   \property Voice.Slur \set #'attachment = #'(head . head) g'8_1( f! e 
d)} }


but I would like to understand why it is happening.


3. I would also be very grateful for a short tutorial on how to control slurs, 
specially 
tweaking with offsets at the tips.


Thanks in advance for any help.

Alfredo Navarro


The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any other MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

    File information ---
 File:  visible-slur.pdf
 Date:  11 Feb 2004, 12:03
 Size:  10308 bytes.
 Type:  Unknown


visible-slur.pdf
Description: Binary data
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any other MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

    File information ---
 File:  vanishing-slur.pdf
 Date:  11 Feb 2004, 12:11
 Size:  10358 bytes.
 Type:  Unknown


vanishing-slur.pdf
Description: Binary data
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: vanishing slur ? note with two stems ?

2004-02-11 Thread Mats Bengtsson


[EMAIL PROTECTED] wrote:
Please excuse my ignorance: I am still at the very beginning with Lilypond. Perhaps 
someone can help with these two questions:

1. How can you produce a note with two stems, one running up and the other running 
down obviuosly?. \stemBoth does not seem to do the job. I have looked through the 
manuals and I have been unable to find the solution. I guess it must be fairly easy.
If you want two simultaneous notes with stems ponting i opposite
directions, you have to put them into separate Voices (as is done
by the  ... \\ ...  construct). This can be used also to solve
your problem if you have the same note in both voices.
Example:  g4 \\ g 

2. The following code produce the desired  slur (see enclosed file 
visible-slur.pdf) between the d in the first bar and the chord in the second.

	\include paper23.ly

\paper  {
 linewidth = 455.244096\pt
}
\version 2.0.1
\score {
 \notes
 \new Staff {
 \time 3/4
 \clef bass
	\relative c  {

%  a2( d4)

	\simultaneous { { s4 \phrasingSlurUp d2\( }  \\ { \stemBoth g,4  r4 \stemDown  
	d_5 }}

\stemUp  d' g, 4\)_2  \stemDown g8_1( f! e d)
}
 }
  \paper { }
}
However, if I un-comment the line %a2( d4) just below \relative c, thus introducing a 
new bar at the beginning, the slur disappears (see enclosed file vanishing-slur.pdf) 
and the log file says:

Interpreting music..

/cygdrive/g/Lilypond/question.ly:24:19: warning: can't find start of phrasing slur:

\stemUp  d' g, 4\

  )_2  \stemDown g8_1( f! e d)



/cygdrive/g/Lilypond/question.ly:22:40: warning: unterminated phrasing slur:

\simultaneous { { s4 \phrasingSlurUp d2\

   ( }  \\ { \stemBoth g,4  r4 \stemDown d_5 }}

Can anybody give me an explanation ?. I have found that the work around is to 
include the last two bars in the same piece of simutaneous code:

\simultaneous { { s4 \phrasingSlurUp d2\( \stemUp d4\) s2 } \\ { \stemBoth g,4  r4 
\stemDown d_5  \stemUp  g4_2  \stemDown
\slurUp \once   \property Voice.Slur \set #'attachment = #'(head . head) g'8_1( f! e d)} }

but I would like to understand why it is happening.
Again, it's a matter of Voice contexts. Since a slur belongs to a
particular voice in the music, both ends of the slur have to appear
in the same Voice context in LilyPond.
However, I have some comments on your example:
- It seems to me that the slur from d2 to d should not be a slur but a
  tie (i.e. the note is tied over). In that case, you should notate it
  like that: d2 ~ d4 .
- Doesn't the g at the first beat of the second bar musically belong
  to the same voice as the d in the first bar? In that case, I would
  keep it in that Voice context and notate it stem down.
- Once you let the Voice contexts reflect the musical structure, I'm
  sure you can get rid of almost all the \stemUp \stemDown \stemBoth
  directives, since LilyPond knows lots about standard typesetting
  practice and will mostly do the right thing.
  This is a general idea of LilyPond, that the input should primarily
  reflect the music itself, not how it's notated.
I changed your example into
\relative c  {
  g4  { d'2 ~ | d4 }  \\ { r4 d,_5 | g }
  g'8_1( f! e ) d |
}
which makes more sense to me, musically, and lets LilyPond do the
typesetting decisions.
3. I would also be very grateful for a short tutorial on how to control slurs, specially 
tweaking with offsets at the tips.
Again, LilyPond often makes a good decision. I suggest that you come
back to the list with specific examples where you think the default
is wrong. This could help improve future versions of LilyPond even more.
   /Mats

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


padding problems

2004-02-11 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
 Either padding for TextScript and MultiMeasureRestNumber is still broken 
 in 2.1.20 or I still don't have a workaround.
 
 Thanks for any help or for an explanation of how staff-padding will help.

I have erroneously removed the extent of the staff for padding. This
is now fixed in CVS. 

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



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


jazz notation

2004-02-11 Thread Joerg Anders
Hi all!

If this does not belong to this list, please excuse
and anwer me peronally.

Could please anybody help with jazz music notation ?

I have heared there is a small sign jazz and from
this moment on all

  jazz
  --|\|\--|\|\--|\|\--|\|\-
  --|-\---|-\-|-\---|-\-|-\---|-\-|-\---|-\
  --|-|---|-|---|-|---|-|--
  --|-|---|-|---|-|---|-|--
  -/-/---/-/---/-/---/-/---

must be played:

   3333
---  ---  ---  ---
| |  | |  | |  | |
  
  --|-|\-|-|\-|-|\-|-|\---
  --|-|-\|-|-\|-|-\|-|-\-- 
  
  --|-|--|-|--|-|--|-| 
  
  --|-|--|-|--|-|--|-|
  -/-/--/-/--/-/--/-/- 


If this is the case: What if one of the pairs


  -|\|\-
  -|-\---|-\
  -|-|--
  -|-|--
  /-/---

shall really be 2 eights ? Is there an unjazz
sign or so ?


J.Anders, Chemnitz, GERMANY ([EMAIL PROTECTED])


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


Re: jazz notation

2004-02-11 Thread Kieren Richard MacMillan
Hello, Joerg:

If this does not belong to this list, please excuse
and anwer me peronally.
Could please anybody help with jazz music notation ?
Man, we all have that same question!  =)

If this is the case: What if one of the pairs shall really be 2 eights?
Is there an unjazz sign or so ?
straight 8ths or just straight is pretty standard.

Hope this helps!
Kieren.


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


Re: jazz notation

2004-02-11 Thread Kieren Richard MacMillan
Hello, David:

To make everything easy to understand, maybe it's better to say:

Swing 8ths
...
Straight 8ths
...
Because not everyone will understand if you write Jazz.
Excellent point -- especially considering there are jazz styles which 
do not incorporate swung 8ths.

Regards,
Kieren.


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


Re: jazz notation

2004-02-11 Thread David Rogers
Sorry for the unintended private message - my reply function didn't
work right for this list.


So, to Joerg - I think Swing 8ths and Straight 8ths is clear and
easy.

David


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


Re: jazz notation

2004-02-11 Thread Joerg Anders
On Wed, 11 Feb 2004, David Rogers wrote:

 So, to Joerg - I think Swing 8ths and Straight 8ths is clear and
 easy.
 

Thank you all! Perhaps I can implement this into the LilyPond
exporting NoteEdit replay mechanism. Some jazz musicians said they
were unable to play series of triplets. This were very confusing.

In LilyPond I'd simply place the words Swing 8ths and Straight 8ths
above the staff.

-- 
J.Anders, Chemnitz, GERMANY ([EMAIL PROTECTED])


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