Re: can't install 2.8.4-1 on Fedora Core 5

2006-06-07 Thread Roman V. Isaev
On 06/06, Han-Wen Nienhuys wrote:
 /usr/local//lilypond/usr/bin/lilypond: error while loading shared 
 libraries: /usr/local/lilypond/usr/bin/../lib/libfreetype.so.6: cannot 
 restore segment prot after reloc: Permission denied
 What's wrong?
 Never seen this before. What's your platform exactly? (cpu architecture?)
 uname -a:
 Linux dragon.xyz.ru. 2.6.16-1.2111_FC5smp #1 SMP Thu May 4 21:35:09 EDT 
 2006 i686 i686 i386 GNU/Linux
 An old rpm lilypond-2.7.18-1.i386.rpm starts okay.
 a quick google shows that this is related to SELinux settings. Can you 
 investigate further for the proper solution yoursefl ?

Ugh, I disabled SELinux and lilypond works now. But it's a wrong 
solution 
I suspect... :)

-- 
 Roman V. Isaev http://www.soprano-recorder.ru Moscow, 
Russia



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


\tieWaitForNote in \grace music

2006-06-07 Thread Vivian Barty-Taylor
I'm using 2.8.3 for Mac OSXI see from the archives this has already been discussed, but I couldn't find a solution to my problem.I need a cross-staff grace arpeggio with all the notes tied to the chord which follows. If I instantiate new voices then the slurs do not connect. However, I need to either use a \new Voice or put some of the notes in another line (which also doesn't work.)Any suggestions?Thanks,Vivian.%% This doesn't work.\grace{\set tieWaitForNote = ##t\stemDown \tieUp f'''16~[ \tieDown e~ b~ \change Staff = "lh" \stemUp \tieUp bes,,,~ \tieDown d,~]}\new Voice {\tieNeutral bes' d,4}\new Voice { \change Staff = "rh" f e b4~ f e b~ f e b16}%% This works
 for the notes in the lower stave, but then how do I get the %% upper stave without a \new Voice command? Putting the notes in a %%different line doesn't work. \grace{
\set tieWaitForNote = ##t
\stemDown \tieUp f'''16~[ \tieDown e~ b~ \change Staff = "lh" \stemUp \tieUp bes,,,~ \tieDown d,~]}
\tieNeutral bes' d,4___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Lyrics problem ...

2006-06-07 Thread Anthony Youngman
I'm now trying to add some words to a phrase ...

pennsylvania = {
{   \override NoteHead #'style = #'cross
r2_\markup{ shout } f8. f16 f8. f16 f4 f f8. f16 r4 }
%   \addlyrics { Penn syl van ia six five thous and }
}

voiceTromboneI =  \relative c' {

r2  ef4.-- ef8- ~ ef1 r2 r4 bf8.-( ef16-.) r2 r4 ef,8. af,16-
~ |
\break
af2 c-- df-- d-- ef-- df-- c-- bf-- |
\break
\repeat volta 2 { R1*6 } \alternative { { \resetOctave f
\pennsylvania } { \pennsylvania } }

}

Note that the addlyrics line is commented out ... and I've copied the
layout of this from the example at the end of 7.3.1 in the manual ...

The music knows from elsewhere that both my alternative sections are
two bars long. When I compile the above, it works perfectly - the notes
appear perfectly in the time bars.

As soon as I uncomment the lyrics line, the lyrics appear over the
correct notes, but the entire phrase seems to become four bars long -
completely messing up the bar structure! What am I doing wrong?

Note that the music both starts and ends with a rest, which is why I
haven't tried specifying music lengths for the words - and it seems to
be shoving the words in the correct place anyway.

Cheers,
Wol

*  *

This transmission is intended for the named recipient only. It may contain 
private and confidential information. If this has come to you in error you must 
not act on anything disclosed in it, nor must you copy it, modify it, 
disseminate it in any way, or show it to anyone. Please e-mail the sender to 
inform us of the transmission error or telephone ECA International immediately 
and delete the e-mail from your information system.

Telephone numbers for ECA International offices are: Sydney +61 (0)2 8272 5300, 
Hong Kong + 852 2121 2388, London +44 (0)20 7351 5000 and New York +1 212 582 
2333.

*  *


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


RE: Lyrics problem ...

2006-06-07 Thread Anthony Youngman
Just compiled it with the lyrics line uncommented, and I notice the log
says programming error.

The relevant files are attached for debugging - the part file is the
one to compile ...

# -*-compilation-*-
Changing working directory to `C:/Documents and Settings/wally/My
Documents/Music/Peninsular/Pennsylvania'
Processing `C:/Documents and Settings/wally/My
Documents/Music/Peninsular/Pennsylvania/partTromboneI.ly'
Parsing...
Interpreting music... [8]
programming error: moving backwards in time
continuing, cross fingers
[16]
Preprocessing graphical objects... 
Calculating line breaks... [3][6][9][12][15][16]
Calculating page breaks...
Layout output to `partTromboneI.ps'...
Converting to `partTromboneI.pdf'... 

-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
.org] On Behalf Of Anthony Youngman
Sent: 07 June 2006 12:12
To: lilypond-user@gnu.org
Subject: Lyrics problem ...

I'm now trying to add some words to a phrase ...

pennsylvania = {
{   \override NoteHead #'style = #'cross
r2_\markup{ shout } f8. f16 f8. f16 f4 f f8. f16 r4 }
%   \addlyrics { Penn syl van ia six five thous and }
}

voiceTromboneI =  \relative c' {

r2  ef4.-- ef8- ~ ef1 r2 r4 bf8.-( ef16-.) r2 r4 ef,8. af,16-
~ |
\break
af2 c-- df-- d-- ef-- df-- c-- bf-- |
\break
\repeat volta 2 { R1*6 } \alternative { { \resetOctave f
\pennsylvania } { \pennsylvania } }

}

Note that the addlyrics line is commented out ... and I've copied the
layout of this from the example at the end of 7.3.1 in the manual ...

The music knows from elsewhere that both my alternative sections are
two bars long. When I compile the above, it works perfectly - the notes
appear perfectly in the time bars.

As soon as I uncomment the lyrics line, the lyrics appear over the
correct notes, but the entire phrase seems to become four bars long -
completely messing up the bar structure! What am I doing wrong?

Note that the music both starts and ends with a rest, which is why I
haven't tried specifying music lengths for the words - and it seems to
be shoving the words in the correct place anyway.

Cheers,
Wol

*

*

This transmission is intended for the named recipient only. It may
contain private and confidential information. If this has come to you in
error you must not act on anything disclosed in it, nor must you copy
it, modify it, disseminate it in any way, or show it to anyone. Please
e-mail the sender to inform us of the transmission error or telephone
ECA International immediately and delete the e-mail from your
information system.

Telephone numbers for ECA International offices are: Sydney +61 (0)2
8272 5300, Hong Kong + 852 2121 2388, London +44 (0)20 7351 5000 and New
York +1 212 582 2333.

*

*


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

*  *

This transmission is intended for the named recipient only. It may contain 
private and confidential information. If this has come to you in error you must 
not act on anything disclosed in it, nor must you copy it, modify it, 
disseminate it in any way, or show it to anyone. Please e-mail the sender to 
inform us of the transmission error or telephone ECA International immediately 
and delete the e-mail from your information system.

Telephone numbers for ECA International offices are: Sydney +61 (0)2 8272 5300, 
Hong Kong + 852 2121 2388, London +44 (0)20 7351 5000 and New York +1 212 582 
2333.

*  *


partTromboneI.ly
Description: partTromboneI.ly


header.ly
Description: header.ly


voiceStaff.ly
Description: voiceStaff.ly


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


Celebrity Deathmatch: Padding vs. Staff-Padding

2006-06-07 Thread Kieren MacMillan

Hi, all!

In order to really make it clear to myself how things work, I  
enhanced the padding/staff-padding example from the docs a little.

If the attached result is helpful to anyone, feel free to use it!

Best regards,
Kieren.



Padding.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Converting from MusicXML to Lilypond format

2006-06-07 Thread David Bolton
I would like to convert MusicXML files to lilypond format on Microsoft Windows.

About a year ago when I was starting to familiarize myself with lilypond, the 
program opened up a command-line screen where you could type something like: 

musicxml --output=C:\example_music.xml C:\example_music.lp

and it would convert the file. Now the program does not come up with a 
command=line screen (it has a welcome screen instead), so where do I go to 
type the information above?

The documentation is of no help:

http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Converting-from-other-
formats.html#Converting-from-other-formats

I appreciate any help,

David Bolton



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


RE: Very basic problem with manual beaming

2006-06-07 Thread lilypond

Hi!

Many thanks for the help -- I understand the logic of beaming now :=) 
In fact, after spending nearly a whole day with Lilypond I am pleased 
to say that I have mastered quite a lot of the basics and have already 
attempted such esoteric arts as context tweaking (to add titles to an 
'alternative' volta bracket) with great success.


FYI: I am using the Studio to Go! package from Fervent software, which 
comes with Lilypond 2.6 currently.


Cheers,


Ed

- Message from [EMAIL PROTECTED] -
Date: Sun, 4 Jun 2006 11:10:59 -0700
From: Panteck [EMAIL PROTECTED]
Reply-To: Panteck [EMAIL PROTECTED]
 Subject: RE: Very basic problem with manual beaming
  To: 'Ed Bradburn' [EMAIL PROTECTED], lilypond-user@gnu.org



Try this:

c''[ 16 d'' d''] a'[ d'' d''] c''[ d'' d'' d''] e''[ d'' e'' fis'']

--Steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ed
Bradburn
Sent: Sunday, June 04, 2006 10:36 AM
To: lilypond-user@gnu.org
Subject: Very basic problem with manual beaming

Hi Folks,

I'm probably missing something blindingly obvious, but I have the following
problem. Using RoseGarden, I have exported a simple piece of music, and
would
now like to tidy up just one or two bars. These bars are 7/8 bars, and I
need
an alternative beaming structure.

Output from RoseGarden:

\time 7/8
c'' 16 d'' d'' a' d'' d'' c'' d'' d'' d'' e'' d'' e'' fis''

What I (think) I need, following the manual:

\time 7/8
[c'' 16 d'' d''] [a' d'' d''] [c'' d'' d'' d''] [e'' d'' e'' fis'']

However, when I run this (and the rest of the score) through lilypond, it
exits with the following error:

ClassicReelSet.ly:77:16: error: syntax error, unexpected '['

[c'' 16 d'' d''] [a' d'' d''] [c'' d'' d'' d''] [e'' d'' e'' fis'']
ClassicReelSet.ly:13:4: error: errors found, ignoring music expression

Why is this unexpected? Isn't this how to do manual beaming?

Note that this section is properly enclosed in a

\context Voice = voice 0 {
..
} % Voice

tag, so I don't think that that is the problem.

Many thanks for any help,


Ed Bradburn






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




- End message from [EMAIL PROTECTED] -





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


Help with polymetric music!

2006-06-07 Thread allegretti

Dear lilypond-user:

I've been trying for a while to notate a piece of polymetric 
music, and nothing works!

My score has four staves, one of which is a drum staff. The 
piece has a short introduction with all four voices in 4/4. 
After the introduction, the top three voices play a four-
measure section in 3/4, and the drums superimpose 9/8, 8/8, 
7/8.

Thank you for your time!

Dylan Allegretti



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


Different staff sizes?

2006-06-07 Thread Rick Hogg
Hello,
Just wondering if it's possible to make the solo voice
in my saxophone/piano piece smaller in the piano
score?  (e.g. saxophone staff size 12 piano staff size
14)

Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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


Re: Help with polymetric music!

2006-06-07 Thread Kieren MacMillan

Hi, Dylan:


My score has four staves, one of which is a drum staff. The
piece has a short introduction with all four voices in 4/4.
After the introduction, the top three voices play a four-
measure section in 3/4, and the drums superimpose 9/8, 8/8, 7/8.


Below is a small sample which should give you the basic idea.

Good luck!
Kieren.


%%%  CODE SNIPPET BEGINS
\version 2.9.7

\layout
{
%% move the Timing and Bar functions
%% from the Score context ...
\context
{
\Score
\remove Timing_translator
\remove Default_bar_line_engraver
}
%% ... to the Staff context.
\context
{
\Staff
\consists Timing_translator
\consists Default_bar_line_engraver
}
}

%% Music in 4/4 (intro) and 3/4 (the piece)
voiceMusic = \relative c'
{
\time 4/4 \repeat unfold 2 { c4 c c c }
\bar ||
\time 3/4 \repeat unfold 4 { c4 c c c }
}

%% Music in 4/4 (intro) and 9/8 (the piece)
drumMusic = \relative c'
{
\time 4/4 \repeat unfold 2 { c4 c c c }
\bar ||
\time 9/8
\repeat unfold 2 { c4 c8 c4 c8 c4 c8 } \break
\repeat unfold 2 { c4 c8 c4 c8 c4 c8 }
}

%% Put all of it together!
\score
{

\new Staff = voiceA  \voiceMusic 
\new Staff = voiceB  \voiceMusic 
\new Staff = voiceC  \voiceMusic 
\new Staff = voiceD  \voiceMusic 
\new Staff = drums  \drumMusic 

}
%%%  CODE SNIPPET ENDS


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


Re: Different staff sizes?

2006-06-07 Thread Kieren MacMillan

Hi, Rick:


Just wondering if it's possible to make the solo voice
in my saxophone/piano piece smaller in the piano
score?  (e.g. saxophone staff size 12 piano staff size 14)


The docs say but of course!!  =)

Check out http://sca.uwaterloo.ca/lilypond/lilypond.org/doc/v2.9/ 
input/test/lily-1737238388.ly for an example.


Best,
Kieren.


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


Re: Help with polymetric music!

2006-06-07 Thread Cameron Horsburgh
On Thu, Jun 08, 2006 at 01:22:00AM +0700, [EMAIL PROTECTED] wrote:
 
 My score has four staves, one of which is a drum staff. The 
 piece has a short introduction with all four voices in 4/4. 
 After the introduction, the top three voices play a four-
 measure section in 3/4, and the drums superimpose 9/8, 8/8, 
 7/8.
 

Could you pst an example of what you're trying to do and tell us what version 
of LilyPond you're using?

-- 

=
Cameron Horsburgh

/dev/random says:
Dinner not ready: (A)bort (R)etry (P)izza

http://web.netcall.com.au/horsburgh

 _ _  _ _ _ 
/ ___| _ __ ___ (_) | ___| | | |
\___ \| '_ ` _ \| | |/ _ \ | | |
 ___) | | | | | | | |  __/_|_|_|
|/|_| |_| |_|_|_|\___(_|_|_)

=



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


Re: Converting from MusicXML to Lilypond format

2006-06-07 Thread Graham Percival


On 7-Jun-06, at 9:26 AM, David Bolton wrote:

I would like to convert MusicXML files to lilypond format on Microsoft  
Windows.

...

The documentation is of no help:

http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Converting- 
from-other-

formats.html#Converting-from-other-formats


As it says in the documentation, Describing how to use this part of an  
operating system is outside the scope of this manual; please consult  
other documentation on this topic if you are unfamiliar with the  
command-line.


There are ten thousand introductory how to use the command line  
tutorials on the internet.  I saw no need to write another one --  
especially since I don't have windows, so I don't know what exactly to  
do.  Find out how to get to the command line in your version of windows  
(try a google search for windows XP command line (if that's your  
version of windows)), then cd to the lilypond directory, and type the


musicxml --output...

command.

Cheers,
- Graham Percival, LilyPond Documentation Editor



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


Re: Help with polymetric music!

2006-06-07 Thread Graham Percival


On 7-Jun-06, at 11:22 AM, [EMAIL PROTECTED] wrote:


I've been trying for a while to notate a piece of polymetric
music, and nothing works!


In addition to the other comments, have you read doc section 8.4.1 
Polymetric notation ?


Cheers,
- Graham



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


Re: Converting from MusicXML to Lilypond format

2006-06-07 Thread Charles Cave

David,

I am one of the (few, it seems!) Windows users of LilyPond.

This is how you can achieve what you want to do:

1. Start a Command Shell

Choose the Start  Run menu item and type in cmd then click OK

or

Choose the Command Prompt icon on the Start Menu


2. Change directory to where your XML file is. In my example, the
directory is D:\Charles   The  sign indicates the command prompt

  d:
 cd charles

3. Run the MusicXML converter

You will have to change part of the path name to where you installed Lilypond.

 python d:/program files/lilypond/usr/bin/musicxml2ly.py  DebuMandSample.xml


Charles


 David Bolton [EMAIL PROTECTED] wrote:
 
 I would like to convert MusicXML files to lilypond format on Microsoft 
 Windows.
 
 About a year ago when I was starting to familiarize myself with 
 lilypond, the 
 program opened up a command-line screen where you could type something 
 like: 
 
 musicxml --output=C:\example_music.xml C:\example_music.lp
 
 and it would convert the file. Now the program does not come up with a 
 command=line screen (it has a welcome screen instead), so where do I go 
 to 
 type the information above?
 
 The documentation is of no help:
 
 http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Converting-from-
 other-
 formats.html#Converting-from-other-formats
 
 I appreciate any help,
 
 David Bolton
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user

---
Charles Cave
Sydney, NSW, Australia
--


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


Re: Converting from MusicXML to Lilypond format

2006-06-07 Thread Eyolf Ostrem
On Thu 08 June 2006 01:17, Charles Cave wrote:

 1. Start a Command Shell
 Choose the Start  Run menu item and type in cmd then click OK
 or
 Choose the Command Prompt icon on the Start Menu

or

press the WIN key + R

(yes, I admit it - there was a time when I was on Windows too...)

-- 
A list is only as strong as its weakest link.
-- Don Knuth


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


Re: Re: Converting from MusicXML to Lilypond format

2006-06-07 Thread Charles Cave

Another thing you can do is to create a batch file called musicxml2ly.bat
and save it in the bin directory of your LilyPond installation
(for example, d:/program files/lilypond/usr/bin)

The contents of this file will be:

@echo off
echo Converting MusicXML to Lilypond
call python d:/program files/lilypond/usr/bin/musicxml2ly.py  %1%
echo completed


When you want to convert a file, the command line is easier:

 musicxml2ly -v DebuMandSample.xml
Reading MusicXML...
Converting to LilyPond expressions...
Converting to LilyPond expressions...
Converting to LilyPond expressions...
Output to `DebuMandSample.ly'
Printing as .ly...









 Charles Cave [EMAIL PROTECTED] wrote:
 
 
 David,
 
 I am one of the (few, it seems!) Windows users of LilyPond.
 
 This is how you can achieve what you want to do:
 
 1. Start a Command Shell
 
 Choose the Start  Run menu item and type in cmd then click OK
 
 or
 
 Choose the Command Prompt icon on the Start Menu
 
 
 2. Change directory to where your XML file is. In my example, the
 directory is D:\Charles   The  sign indicates the command prompt
 
   d:
  cd charles
 
 3. Run the MusicXML converter
 
 You will have to change part of the path name to where you installed 
 Lilypond.
 
  python d:/program files/lilypond/usr/bin/musicxml2ly.py  
 DebuMandSample.xml
 
 
 Charles
 
 
  David Bolton [EMAIL PROTECTED] wrote:
  
  I would like to convert MusicXML files to lilypond format on Microsoft 
 
  Windows.
  
  About a year ago when I was starting to familiarize myself with 
  lilypond, the 
  program opened up a command-line screen where you could type something 
 
  like: 
  
  musicxml --output=C:\example_music.xml C:\example_music.lp
  
  and it would convert the file. Now the program does not come up with a 
 
  command=line screen (it has a welcome screen instead), so where do I 
 go 
  to 
  type the information above?
  
  The documentation is of no help:
  
  
 http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Converting-from-
 
  other-
  formats.html#Converting-from-other-formats
  
  I appreciate any help,
  
  David Bolton
  
  
  
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org
  http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 ---
 Charles Cave
 Sydney, NSW, Australia
 --
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user

---
Charles Cave
Sydney, NSW, Australia
--


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


Re: Celebrity Deathmatch: Padding vs. Staff-Padding

2006-06-07 Thread Graham Percival


On 7-Jun-06, at 9:17 AM, Kieren MacMillan wrote:

In order to really make it clear to myself how things work, I enhanced 
the padding/staff-padding example from the docs a little.

If the attached result is helpful to anyone, feel free to use it!


You're taking about the example in 4.1, right?

... hmm, that example didn't turn out the way I hoped.  Could you 
modify that example to demonstrate any extra subtleties of 
padding/staff-padding?  I'd rather that the example was three systems 
or less, though.


- Graham



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