Re: Space between 2 headers

2006-11-17 Thread Nicolas Sceaux
Kamal [EMAIL PROTECTED] writes:

 What is the property which sets the vertical length between score1 
 score2 (indicated by a cross on the attached pic)?

Try experimenting with:
  after-title-space
  before-title-space
  between-title-space
  between-system-space
in the \paper block and see how it affects the layout, using
annotate-spacing = ##t and ragged-(last-)bottom=##t

nicolas


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


bash: lilypond: command not found

2006-11-17 Thread [EMAIL PROTECTED]
sorry for such a trivial question:

if i tape
/home/silvio/bin/lilypond

the shell answers:

GNU LilyPond 2.10.0
Usage: lilypond [OPTION]... FILE...

Typeset music and/or produce MIDI from FILE.

LilyPond produces beautiful music notation.
For more information, see http://lilypond.org
(...)


so I though my installation was ok...
but with:

lilypond test.ly
bash: lilypond: command not found

Sorry, nor the archivs neither google helped me...
I'm under Ubuntu

thanx for any hints
s



--
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada17nov06




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


Re: bash: lilypond: command not found

2006-11-17 Thread Simon Dahlbacka

either type /home/silvio/bin/lilypond test.ly

OR add /home/silvio/bin to $PATH

On 11/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


sorry for such a trivial question:

if i tape
/home/silvio/bin/lilypond

the shell answers:

GNU LilyPond 2.10.0
Usage: lilypond [OPTION]... FILE...

Typeset music and/or produce MIDI from FILE.

LilyPond produces beautiful music notation.
For more information, see http://lilypond.org
(...)


so I though my installation was ok...
but with:

lilypond test.ly
bash: lilypond: command not found

Sorry, nor the archivs neither google helped me...
I'm under Ubuntu

thanx for any hints
s



--
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada17nov06




___
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: Hiding empty staves

2006-11-17 Thread Andrew Longland-Meech
Thank you. I've got it now, even though it seems a bit illogical to put
one bit of layout in \layout and the other in with the notes, when they
both do a similar job!!

On Thu, 2006-11-16 at 10:53 -0800, Graham Percival wrote:
 Andrew Longland-Meech wrote:
  \override Score.VerticalAxisGroup #'remove-first = ##t   
  
  I don't understand where this should go. Is it in the \score section? Or
  in the \layout section? Or in with the notes? Please can someone guide
  me in the right direction?
 
 Please see chapter 5 of the docs.
 
 Cheers,
 - Graham



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


Re: Hiding empty staves

2006-11-17 Thread Graham Percival

Andrew Longland-Meech wrote:

Thank you. I've got it now, even though it seems a bit illogical to put
one bit of layout in \layout and the other in with the notes, when they
both do a similar job!!


You don't have to put them in separate places.  The commands can be put 
in either place... and if you're just talking about the 
Score.VerticalAxisGroup, you only need one command.


Cheers,
- Graham


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


Re: Crazy idea: point-and-click for PDF end-users?

2006-11-17 Thread Graham Percival

Arvid Grøtting wrote:

What I'm thinking of is a function that if you click somewhere in a
PDF, a red circle is overlaid around the clicked object and the
clicker can write some kind of comment in the margin about what is
wrong in the score.


Interesting idea.  The balloon text (see Educational uses in the docs) 
and colored objects could display such functionality on the lilypond side.


This could certainly be automated for notes with a scheme function, 
although you'd probably want to apply this to any notation, not just notes.


For the user interface, I suggest looking at lilypondtool.  It should be 
possible to hack something together with that, and I was amazed when I 
saw the flash demo.  (I even considered giving up vi... for a few 
seconds.  :)


Cheers,
- Graham


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


Re: Crazy idea: point-and-click for PDF end-users?

2006-11-17 Thread Arvid Grøtting
Graham Percival gpermus at gmail.com writes:

 For the user interface, I suggest looking at lilypondtool.

Actually, I was thinking of finding a way of using the PDF 
as the user interface, here.

The trick would be to find a way to allow users to annotate
the PDF and send the annotated file back to me, using an
ordinary PDF viewer.

I have no idea if this is feasible, though.

Another idea, probably more easily implemented, would be to
have a point-and-click link that effectively acted as a mailto:
hyperlink, allowing end users of the PDF (i.e. the singer or
musician) to send comments.

Anyway, it's just a crazy idea.

-- 

Arvid




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


Re: Hiding empty staves

2006-11-17 Thread Bob Kline
Andrew Longland-Meech wrote:
 Thank you. I've got it now, even though it seems a bit illogical to put
 one bit of layout in \layout and the other in with the notes, when they
 both do a similar job!!
 
 On Thu, 2006-11-16 at 10:53 -0800, Graham Percival wrote:
 Andrew Longland-Meech wrote:
 \override Score.VerticalAxisGroup #'remove-first = ##t   

 I don't understand where this should go. Is it in the \score section? Or
 in the \layout section? Or in with the notes? Please can someone guide
 me in the right direction?
 Please see chapter 5 of the docs.

Could one of you have pity on a poor clueless user and give an example
showing where these two directives go?  My attempts always end up with
the unwanted staff omitted on the second system of the music, but
included for the first system.  Here's an example of what I'm trying:

\score {
\override Score.VerticalAxisGroup #'remove-first = ##t
\context ChoirStaff 
\context Staff = women   
\new Lyrics 
\context Staff = men   

\layout {
 \context { \RemoveEmptyStaffContext }
}
}

I have looked at chapter 5 of the docs (I assume we're talking about the
chapter 5 in the latest released version of lp, rather than the versions
currently shipped with most Linux distros), and my poor brain just isn't
getting it, as I don't see the part that says *where* to put the
\override command.

Thanks!

-- 
Bob Kline
http://www.rksystems.com
mailto:[EMAIL PROTECTED]


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


Re: Crazy idea: point-and-click for PDF end-users?

2006-11-17 Thread Bertalan Fodor
That depends on the PDF viewer. I don't know any PDF viewer with 
annotation capabilities (that can be saved to the PDF).


Bert


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


hairpinToBarline problem

2006-11-17 Thread Lasse Rempe
Hello - sorry if this is a newbie question, but I couldn't find any 
information.

According to the documentation, the standard behavior is to end a 
hairpin when the ending note falls on the first beat of the bar, but 
this doesn't seem to be happening for me.

Worse, Lilypond doesn't seem to recognize the 'hairpinToBarline' 
property at all, and in fact the example file 'hairpin-to-barline.ly' 
doesn't compile like it should. Has there been a change in LilyPond 
which hasn't been documented?

In any case, it seems to me that there should really be a command 
which makes the hairpin end *before* the next note. I realize there 
are some possible workarounds (using spacer notes, or 
make-dynamic-script to create an empty dynamic mark), but something 
like this which happens quite regularly should really have a default 
solution (in my opinion).

Thanks in advance for your help!




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


Re: hairpinToBarline problem

2006-11-17 Thread Mats Bengtsson
What version of LilyPond do you have installed? This feature was 
introduced in the recent version 2.10 so if you have anything older it 
won't work.


  /Mats

Quoting Lasse Rempe [EMAIL PROTECTED]:


Hello - sorry if this is a newbie question, but I couldn't find any
information.

According to the documentation, the standard behavior is to end a
hairpin when the ending note falls on the first beat of the bar, but
this doesn't seem to be happening for me.

Worse, Lilypond doesn't seem to recognize the 'hairpinToBarline'
property at all, and in fact the example file 'hairpin-to-barline.ly'
doesn't compile like it should. Has there been a change in LilyPond
which hasn't been documented?

In any case, it seems to me that there should really be a command
which makes the hairpin end *before* the next note. I realize there
are some possible workarounds (using spacer notes, or
make-dynamic-script to create an empty dynamic mark), but something
like this which happens quite regularly should really have a default
solution (in my opinion).

Thanks in advance for your help!




___
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


Moving a note to the right

2006-11-17 Thread Roy Goodman
% I thought this would be simple but I was wrong.  This file gives the
% following warning when compiled:
% test.ly:30:14: warning: ignoring too many clashing note columns
%   {e1 
%  cs}
% I thought that I would move the note which appears right after the 
% \override comments in the file, but neither \override statement did 
% what I expected.  (I tried NoteHead as well, but that just moved the head.)
% Any help or enlightenment would be appreciated.
% Thanks, Roy (rlgoodman at acm dot org)

\include english.ly

\context PianoStaff 
  \context Staff = upper {
\set Staff.extraNatural = ##f
  \time 2/2 \clef treble \key bf \major 
 {cs''8 c'' cs'' e'8~ e'4. cs''8 b' as' b' cs'~ cs'2} \\
  {cs'1 \change Staff=lower gs1} 
  }

  \context Staff = lower {
\set Staff.extraNatural = ##f
  \time 2/2 \clef bass \key bf \major 
 {a2 b4 a
%   \once \override Voice.NoteColumn #'X-offset = #3
%\once \override NoteColumn #'X-offset = #3 
fs2
fs4 es} \\
  {e1 cs} 
  }  





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


Re:Crazy idea: point-and-click for PDF end-users?

2006-11-17 Thread Eduardo Vieira
Hi! Foxit Reader already gives the ability of annotating PDFs, drawing shapes,
etc, even for free. But doing for free adds a stamp Edited by Fox Reader, etc.
What is interesting is that this stamp is not visible in Adobe Reader, just the
annotations you made.
So, this basic and feasible thing already exists.

Regards,

Eduardo
___
Com o Click21 você tem sempre vantagens! Além do email com 1 Gb, Acelerador, 
Blog,
Flog, Games e atendimento 24 horas, voce também pode falar minutos DDD com a
promoção Click 21 Minutos. Quanto mais você navega mais fala DDD.



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