Re: irregular glissando

2008-03-13 Thread Mark Knoop

On Wed, 2008-03-12 at 17:01 +, robcanning wrote:
> yup - some great stuff there of course - would be nice to see it all 
> strung together in a real life situation - maybe some one has made 
> complex scores ala ferneyhough using lilypond? just as an inspiration / 
> show off ... - would be a better "selling" point than pages of snippets 
> - show lily at her sexiest :) maybe no one is working like this with 
> lilypond - i hope to one day soon but have a way to go before making 
> anything as complex as the likes of ferneyhough

Actually, I do sometimes typeset some Ferneyhough excerpts - occasional
bars  - as part of the process of learning his music. They would require
quite a lot of work and tweaking to get to a publication standard: for
my purposes I just do some basic hacks! 

Attached FYI is the source for some excerpts from the second movement of
Opus Contra Naturam...


-- 
Mark Knoop
\version "2.11.42"

\header {
title = "Opus Contra Naturam" 
composer = "Brian Ferneyhough"
}

% formatting defaults
#(set-default-paper-size "a4" 'landscape)
#(set-global-staff-size 14)

webernAccidentals = {
% the 5s are just "a value different from any accidental"
\set Staff.keySignature = #'((0 . 5) (1 . 5) (2 . 5) (3 . 5)
 (4 . 5) (5 . 5) (6 . 5))
\set Staff.extraNatural = ##f
#(set-accidental-style 'forget)
}
\include "english.ly"

% music
uppermusic = {
\webernAccidentals
% Second Movement
% 4.1.1
\clef bass
\time 3/8
\tempo 8=71
g16..~
\times 9/13 { g8 c'32. \times 2/3 { cs32 gs64~ } }
<< { \times 4/5 { gs8 r32 } } \\ { r16 \times 4/5 { a'16 r64 } } >> |
% 4.1.2
\clef treble
\time 5/16
\times 20/23 { r16.. e8~ e64 g'16.. } |
% 4.1.3
\time 2/8
\times 4/5 {
\times 4/5 { cs'32 gs' a' as' e' }
b'64 f' fs' r
r8
}
% 4.1.4
\break
% 8.3.39
\time 4/8
\tempo 8=55
<< {
\times 4/7 { r8 f'''32(^\mp^\> b' f''' }
b'32 f'''16)\!^\pp r32
\times 4/7 { r8 f'''32(^\mp^\< b''' f''' }
\times 2/3 { f''32 f'''16)\!^\mf }
r16
} \\ {
r4
r32 \stemUp 16.~\f\accent 
16. 32~\mf\accent(
} \\
  \\ {
\times 12/11 { r16 r32 bf' r bf' r a r r16 }
\times 2/3 { r8 f'64( b f-.) r }
} >> |
% 8.3.40
\time 7/16
\tempo 8=66
<< {
b''64-.\accent^\f r16.. r64
\times 3/5 { r8. bf''32^\ppp( gf''' g'' af'-.) }
r32. r16
} \\ {
64\p b' f'' c'' gf'' d'''-.) r32
r8
\times 11/13 { r64\pp[ a'-. b32( c') g'64( cs''32) d'64-.
e''32.~(]\accent\fp }
} >>
\break
% 12.1.66
\time 13/32
\tempo 8=43
<< {
\times 6/7 {
\times 3/5 { c32.\rest cs64\tenuto^\p( f' }
c'64) r
\times 2/3 { r64 cs'32[\staccatissimo^\mp }
}
\times 4/7 { d''32]\staccatissimo r16. \tenuto^\pp }
\times 6/7 {
e'''32\rest f'\staccato\tenuto^\p r
\acciaccatura d''8 16^\ppp
\times 2/3 { r32 \acciaccatura fs'8( b''16~ }
}
} \\ {
\times 6/7 { 
af''16\staccato\tenuto\mf(
\change Staff=lower f32\staccato)^\mp r64
}
\change Staff=upper
r32 a'-.\pp[ bf''-. e'''-.
\times 2/3 { ef''32-. bf'-. e'''-.] }
r8
} \\ {
f'16.\rest
\times 8/11 {
a4\rest a32\rest
\times 2/3 { \stemDown ds''32[\staccatissimo\f r d']\staccatissimo }
}
\times 4/5 {
cs'64[\staccatissimo r fs'']\staccatissimo r
\change Staff=lower d\staccatissimo
}
} \\ {
r16.
\times 2/3 {
r16 \acciaccatura af''8 \change Staff=lower
bf,16..\p \change Staff=upper r64
}
\times 4/5 { r16 \stemUp gs''16.~\accent\fp\>( }
gs''64 f'32.~
} >>
% 12.1.67
\time 3/8
<< {
\times 5/7 {
b''32 cs'') r \stemDown gs''\staccato\marcato^\mf r16
\acciaccatura { ds'''8[^\p a''] } e''32\staccato
}
\times 5/7 {
r32 \change Staff=lower \stemUp
\acciaccatura bf8\pp b,32\staccato r
\times 4/5 {
\stemDown
f16\staccato\tenuto\mf\>( \change Staff=upper
b''32 g''\staccato)^\ppp r
}
}
\change Staff=lower \stemUp
df64.(\pp \change Staff=upper
b''' \change Staff=lower
f,)
} \\ {
\times 6/7 {
r32 \stemUp fs''-.^\mp cs''-. g'''-. r
ef'''-. a'-.
}
\times 4/5 {
e''32-. r16 gs'''-.\noBeam
\change Staff=lower e,-.
}
r16
} \\
% nothing in this voice in this bar
\\ { 
\times 2/3 { f'16 16)\!\ppp r }
\change Staff=lower
\times 2/3 {
r4
\ti

on a single page

2008-03-13 Thread Steffen Pfundmaier

Hello together,

since a couple of month I'm using lilypond and I like it more and more. 
For my lessons ( I'm teaching viola) I often need to combine various 
small pieces on a single page. How to do that?

Each one of this file.ly is looking like:

\version ...
\header { ...}

upperVoice = \relative c' { ...}
lowerVoice = \relative c' { ...}
\score {
\new Staff {  \upperVoice }
\new Staff {  \lowerVoice }
}


Every file is working well alone. How to combine them fast without 
having to change to much?  The next time I need another combination of 
this litttle pieces for another student.

Or how I have to write every file that I can combine them fast?

Thanks a lot

Steffen


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


Re: on a single page

2008-03-13 Thread James E. Bailey
Section 3.1.3 of the manual talks about this, but really, all you need  
is a file with that includes all of the files you want to include in  
order.

\include "file01.ly"
\include "file02.ly"

On 13.03.2008, at 11:23, Steffen Pfundmaier wrote:


Hello together,

since a couple of month I'm using lilypond and I like it more and  
more. For my lessons ( I'm teaching viola) I often need to combine  
various small pieces on a single page. How to do that?

Each one of this file.ly is looking like:

\version ...
\header { ...}

upperVoice = \relative c' { ...}
lowerVoice = \relative c' { ...}
\score {
   \new Staff {  \upperVoice }
   \new Staff {  \lowerVoice }
   }


Every file is working well alone. How to combine them fast without  
having to change to much?  The next time I need another combination  
of this litttle pieces for another student.

Or how I have to write every file that I can combine them fast?

Thanks a lot

Steffen


___
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


Automatic accidental rule

2008-03-13 Thread Stephen Lavelle
I'm using the forget accidental scheme at the moment in a piece, but ideally
I would prefer some scheme whereby all sharpened or flattened notes were
given accidentals, but also all natural notes that followed
sharpened/flattened notes of the same letter would get naturals put in
automatically.

So  { c cs cs c }  would, when rendered, have a sharps on the two middle
notes, and a natural on the fourth.

It's not the end of the world if I can't do it, but I figured it was worth
asking about.

Cheers,

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


Proportional notation/spacetime notation

2008-03-13 Thread Stephen Lavelle
A big problem that several people I know have had with finale and the like
is that of implementing time-space notation.

The proportional notation setting in lilypond is close to this, but has the
problem for people who want to use time-space notation that it only works on
a bar-by-bar basis, when the ideal would to have the proportions make sense
globally, and not just within individual bars.

Has anybody else here wrestled with this?

Peace,

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


Re: Automatic accidental rule

2008-03-13 Thread Oscar van Eijk
Stephen, Try the exclamation mark:{ c! cs! cs c! } To change the style
globally, see
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-big-page#Automatic-accidentals. Oscar "Stephen
Lavelle" <[EMAIL PROTECTED]> schreef:
>I'm using the forget accidental scheme at the moment in a piece, but
>ideally I would prefer some scheme whereby all sharpened or flattened notes
>were given accidentals, but also all natural notes that followed
>sharpened/flattened notes of the same letter would get naturals put in
>automatically.    
>
>So  { c cs cs c }  would, when rendered, have a sharps on the two middle
>notes, and a natural on the fourth.
>
>It's not the end of the world if I can't do it, but I figured it was worth
>asking about.
>
>Cheers,
>
>Stephen
>
>
>
>___
>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: lilypondtool for linux

2008-03-13 Thread Hugo Ribeiro

Dear all,

I am having problems in installing lilypondtool in Jedit. I am using 
Ubuntu Studio. I downloaded jedit 4.3 pre 11 and jedit 4.3 pre 9. Both 
versions of jedit says that Lilypondtools requires version 4.0.0 or 
above of Templates Plugin, so lilypondtool cannot be loaded. But when I 
try to but the files of the Template Plugin 4.0.0 in the jar folder, and 
then restart jedit, the program says that Template Plugin 4.0.0 only 
works with jedit 4.3 pre 12. What's wrong here? What am I doing wrong?


Thanks for all.

Hugo



Nicholas WASTELL escreveu:

On Sun, 03 Feb 2008 17:04:15 +0100, stef.thomas wrote:


Dear lilypondusers,
as far as I know, is the latest version of jedit, that works with linux
and lilypondtool, 4.3.pre 11, true? Does someone know, where I could get
it? And: how can I install the lilypondtool package on my machine?


Hello Stefan,

I downloaded it by changing the URL from the jEdit download page.

Example, the Debian package is

so, I just changed the version number in the file name in the browser 
address bar.


I can't remember what the performance of pre11 was like, but I currently 
use pre9.  Not every lilypondtool options works, but enough for me.


You download lilypondtool from within jedit: menu Plugins>Plugin 
Manager>Install.


Good luck!




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


ferneyhough

2008-03-13 Thread luis jure
El Thu, 13 Mar 2008 10:16:02 +
Mark Knoop <[EMAIL PROTECTED]> escribió:

> Attached FYI is the source for some excerpts from the second movement
> of Opus Contra Naturam...

thanks for sharing this excerpt, i found many things to learn.

but could you please clarify this part of the code? :

% the 5s are just "a value different from any accidental"
\set Staff.keySignature = #'((0 . 5) (1 . 5) (2 . 5) (3 . 5)
 (4 . 5) (5 . 5) (6 . 5))

i searched Staff.keySignature in the manual and the example is somewhat
different, involving pairs ((octave . step) . alter). i also get lots
of warnings when compiling:

warning: No glyph found for alteration: 5

i found the example in the LSR but without much explanation. i guess
it's a bogus alteration to force naturals appearing before notes
without alteration. could anyone elaborate a bit on how and why this
works?


thanks,

lj


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


Re: lilypondtool for linux

2008-03-13 Thread Bertalan Fodor (LilyPondTool)
The best workaround until LilyPondTool 2.10.5 is released to the jEdit 
plugin repository is the following:

- get jEdit4.3pre12
- Install LilyPondTool from the plugin manager
- Exit jEdit
- get http://lilypondtool.organum.hu/LilyPondTool.jar and put this file 
instead of the one downloaded by jEdit (should be in ~/.jedit/jars)

- start jedit

Bert

Hugo Ribeiro wrote:

Dear all,

I am having problems in installing lilypondtool in Jedit. I am using 
Ubuntu Studio. I downloaded jedit 4.3 pre 11 and jedit 4.3 pre 9. Both 
versions of jedit says that Lilypondtools requires version 4.0.0 or 
above of Templates Plugin, so lilypondtool cannot be loaded. But when 
I try to but the files of the Template Plugin 4.0.0 in the jar folder, 
and then restart jedit, the program says that Template Plugin 4.0.0 
only works with jedit 4.3 pre 12. What's wrong here? What am I doing 
wrong?


Thanks for all.

Hugo



Nicholas WASTELL escreveu:

On Sun, 03 Feb 2008 17:04:15 +0100, stef.thomas wrote:


Dear lilypondusers,
as far as I know, is the latest version of jedit, that works with linux
and lilypondtool, 4.3.pre 11, true? Does someone know, where I could 
get

it? And: how can I install the lilypondtool package on my machine?


Hello Stefan,

I downloaded it by changing the URL from the jEdit download page.

Example, the Debian package is

so, I just changed the version number in the file name in the browser 
address bar.


I can't remember what the performance of pre11 was like, but I 
currently use pre9.  Not every lilypondtool options works, but enough 
for me.


You download lilypondtool from within jedit: menu Plugins>Plugin 
Manager>Install.


Good luck!




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




--
LilyPondTool is the editor for LilyPond files.
See http://lilypondtool.organum.hu



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


Re: lilypondtool for linux

2008-03-13 Thread Hugo Ribeiro
Thanks for so fast answer, but there is no such option (lilypondtool) in 
plugin manager of version 4.3pre12.

Hugo

Bertalan Fodor (LilyPondTool) escreveu:
The best workaround until LilyPondTool 2.10.5 is released to the jEdit 
plugin repository is the following:

- get jEdit4.3pre12
- Install LilyPondTool from the plugin manager
- Exit jEdit
- get http://lilypondtool.organum.hu/LilyPondTool.jar and put this file 
instead of the one downloaded by jEdit (should be in ~/.jedit/jars)

- start jedit

Bert

Hugo Ribeiro wrote:

Dear all,

I am having problems in installing lilypondtool in Jedit. I am using 
Ubuntu Studio. I downloaded jedit 4.3 pre 11 and jedit 4.3 pre 9. Both 
versions of jedit says that Lilypondtools requires version 4.0.0 or 
above of Templates Plugin, so lilypondtool cannot be loaded. But when 
I try to but the files of the Template Plugin 4.0.0 in the jar folder, 
and then restart jedit, the program says that Template Plugin 4.0.0 
only works with jedit 4.3 pre 12. What's wrong here? What am I doing 
wrong?


Thanks for all.

Hugo



Nicholas WASTELL escreveu:

On Sun, 03 Feb 2008 17:04:15 +0100, stef.thomas wrote:


Dear lilypondusers,
as far as I know, is the latest version of jedit, that works with linux
and lilypondtool, 4.3.pre 11, true? Does someone know, where I could 
get

it? And: how can I install the lilypondtool package on my machine?


Hello Stefan,

I downloaded it by changing the URL from the jEdit download page.

Example, the Debian package is

so, I just changed the version number in the file name in the browser 
address bar.


I can't remember what the performance of pre11 was like, but I 
currently use pre9.  Not every lilypondtool options works, but enough 
for me.


You download lilypondtool from within jedit: menu Plugins>Plugin 
Manager>Install.


Good luck!




___
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: use the \tweak command (was Re: Coloring ornaments)

2008-03-13 Thread Wilbert Berendsen
I wrote:
> try e.g.
> {
>   c4-\tweak #'color #red -\prall
> }
>

but this works as well, of course :-)

{
  \once \override Script #'color = #red
  c4\prall
}

best regards,
Wilbert Berendsen

-- 
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/
New in LilyKDE-0.4.5: Hyphenation and settings GUI


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


Re: on a single page

2008-03-13 Thread Mats Bengtsson



James E. Bailey wrote:
Section 3.1.3 of the manual talks about this, but really, all you need 
is a file with that includes all of the files you want to include in 
order.

\include "file01.ly"
\include "file02.ly"
Well, this is almost true. However, if you want a separate title on each 
piece,

see also http://lsr.dsi.unimi.it/LSR/Item?id=310

  /Mats


On 13.03.2008, at 11:23, Steffen Pfundmaier wrote:


Hello together,

since a couple of month I'm using lilypond and I like it more and 
more. For my lessons ( I'm teaching viola) I often need to combine 
various small pieces on a single page. How to do that?

Each one of this file.ly is looking like:

\version ...
\header { ...}

upperVoice = \relative c' { ...}
lowerVoice = \relative c' { ...}
\score {
   \new Staff {  \upperVoice }
   \new Staff {  \lowerVoice }
   }


Every file is working well alone. How to combine them fast without 
having to change to much?  The next time I need another combination 
of this litttle pieces for another student.

Or how I have to write every file that I can combine them fast?

Thanks a lot

Steffen


___
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


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
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: ferneyhough

2008-03-13 Thread Mats Bengtsson



luis jure wrote:

El Thu, 13 Mar 2008 10:16:02 +
Mark Knoop <[EMAIL PROTECTED]> escribió:

  

Attached FYI is the source for some excerpts from the second movement
of Opus Contra Naturam...



thanks for sharing this excerpt, i found many things to learn.

but could you please clarify this part of the code? :

% the 5s are just "a value different from any accidental"
\set Staff.keySignature = #'((0 . 5) (1 . 5) (2 . 5) (3 . 5)
 (4 . 5) (5 . 5) (6 . 5))

i searched Staff.keySignature in the manual and the example is somewhat
different, involving pairs ((octave . step) . alter). 

See the latest manual for version 2.11:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Key-signature#Key-signature

i also get lots
of warnings when compiling:

warning: No glyph found for alteration: 5

i found the example in the LSR but without much explanation. i guess
it's a bogus alteration to force naturals appearing before notes
without alteration. could anyone elaborate a bit on how and why this
works?
  
See 
http://lists.gnu.org/archive/html/lilypond-user/2007-08/msg00533.html with

all follow-ups for the discussion behind this LSR example.

   /Mats


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


Re: lilypondtool for linux

2008-03-13 Thread Nicholas WASTELL
On Thu, 13 Mar 2008 09:43:52 -0300
Hugo Ribeiro <[EMAIL PROTECTED]> wrote:

> ... but there is no such option (lilypondtool) in 
> plugin manager of version 4.3pre12.

Start by installing one of the earlier versions of jEdit -- I used pre9, but it 
probably works the same for pre11.

In the Plugin Manager window, select 'Download Options' button; make sure that 
'Install plugins in:' option is set to 'jEdit settings directory'.  Click 'OK' 
to go back to the Plugin Manager.  Install lilypondtool from the jEdit Plugin 
Manager.  There will be some errors, but they can be ignored for the moment.

Now install jEdit 4.3pre12 in the same target directory as for pre9 (or 
whichever version you installed before).  Do not start jEdit yet.

Rename the old version of lilypondtool at ~/.jedit/jars/LilyPondTool.jar to 
~/.jedit/jars/LilyPondTool.jar.2-10-4 and copy the new version of 
LilyPondTool.jar (v2.10.5) to ~/.jedit/jars/LilyPondTool.jar

Now start jEdit (look at the jEdit splash screen to see that v4.3pre12 is the 
version starting).  There will be some errors while loading the plugins.  Go to 
the Plugin Manager and select the 'Update' tag.  Select all available updates 
and click 'Install'.

When the updates have loaded, it may be necessary to install other missing 
plugins, in case you have another error message.  (We seem to bypass some of 
the dependency checks by cheating with the installation of jEdit.)

Restart jEdit and it should work properly, with no errors at start-up.  I am 
running jEdit on Ubuntu 7.10 and there are some features of lilypondtool that 
don't work, but most things that I need are okay.  You will need to go into the 
lilypondtool options to change some path and command settings for Linux.

I already had a working installation of jEdit 4.3pre9, so I may have missed 
something in my instructions here. ;-)


Nick.
-- 
Nicholas WASTELL
France



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


Re: Automatic accidental rule

2008-03-13 Thread Rune Zedeler

Stephen Lavelle skrev:
So  { c cs cs c }  would, when rendered, have a sharps on the two middle 
notes, and a natural on the fourth.


Something like this:

\version "2.10.20"
myAccidentals = {
  \set Staff.autoAccidentals = #'(
Staff
(same-octave . -1)
(same-octave . 0) )
}
\relative c'' {
  \myAccidentals
  c4 cis cis8 cis c c
}

?
Unfortunately the internals documentation of the property 
autoAccidentals is currently wrong. I'll look into it.


-Rune


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


Re: Automatic accidental rule

2008-03-13 Thread Rune Zedeler

Rune Zedeler skrev:

Something like this:


Btw, notice that this will probably break in 2.12 - but will be easily 
repaired.


-Rune


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


Re: BarNumber 'break-visibility

2008-03-13 Thread Andrew Black - lists

Mats Bengtsson wrote:


Why not use the official documentation?
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/item_002dinterface#item_002dinterface 


I did look up in the index to _lilypond-internals_ and could find 
anything very relevant.   How does one find the page that you quoted.



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


Re: lilypondtool for linux

2008-03-13 Thread Nicholas WASTELL
Copied to the list for future clarity.

On Thu, 13 Mar 2008 11:22:48 -0300
Hugo Ribeiro <[EMAIL PROTECTED]> wrote:

> ... when I write a 
> simple example:
> 
> { c d e f }
> 
> and try to run lilypond, it says:
> 
> "Error runing external command. See activity log about the problem"

I think you have an error in the path and/or commands in the lilypondtool 
options.  In jEdit, go to Plugins; Plugin Options and select LilyPondTool in 
the tree view (left-hand part of the window).

The main settings and my actual entries are:

General:
Path to LilyPond binary: /usr/local/bin
External PDF viewer: evince
Use the complex parser: yes
Enable experimental features: yes

Commands:
Lilypond command: lilypond
Default Lilypond arguments: [blank]
convert-ly command: convert-ly
Python executable: python
GhostScript command: gs

If you are not sure where lilypond is actually installed, open a terminal and 
do:
$ whereis lilypond

The main choices will be /usr/bin or /usr/local/bin or ~/bin and you need to 
change the 'Path to Lilypond binary' setting accordingly (in the General 
settings, above).

Restart jEdit and try the test file again.


Nick.
-- 
Nicholas WASTELL
France



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


Re: Automatic accidental rule

2008-03-13 Thread Stephen Lavelle
Ah, I set extraNatural to false (which isn't a detail I mentioned before),
and then (after remembering to put it in each voice) I get exactly what I
want.  Fantastic.

Cheers,

Stephen

(sorry if this is the second copy I sent to you dude; I've not used gmail
with mailing lists before  )

On Thu, Mar 13, 2008 at 3:02 PM, Rune Zedeler <[EMAIL PROTECTED]> wrote:

> Stephen Lavelle skrev:
> > So  { c cs cs c }  would, when rendered, have a sharps on the two middle
> > notes, and a natural on the fourth.
>
> Something like this:
>
> \version "2.10.20"
> myAccidentals = {
>   \set Staff.autoAccidentals = #'(
>Staff
>(same-octave . -1)
>(same-octave . 0) )
> }
> \relative c'' {
>   \myAccidentals
>   c4 cis cis8 cis c c
> }
>
> ?
> Unfortunately the internals documentation of the property
> autoAccidentals is currently wrong. I'll look into it.
>
> -Rune
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatic accidental rule

2008-03-13 Thread Rune Zedeler

Stephen Lavelle skrev:
(after remembering to put it in each voice) 


Ofcourse, if you want it globally, you can do the setting once and for 
all in the layout-block:


\version "2.10.20"
\layout {
  \context {
\Staff
autoAccidentals = #'( Staff (same-octave . -1) (same-octave . 0) )
extraNatural = ##f
  }
}
\relative c'' {
  c8 cisis cisis cis cis cis c c
}


-Rune


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


Re: ferneyhough

2008-03-13 Thread luis jure
El Thu, 13 Mar 2008 14:21:43 +0100
Mats Bengtsson <[EMAIL PROTECTED]> escribió:

> See 
> http://lists.gnu.org/archive/html/lilypond-user/2007-08/msg00533.html
> with all follow-ups for the discussion behind this LSR example.

thanks for the link. my problem was that i had found this (user
manual, 1.1.3.2):

The format of this command is a list:  \set Staff.keySignature =
#'(((octave . step) . alter) ((octave . step) . alter) ...) [...]

and i hadn't seen this:

However, for each item in the list, you can also use the alternative
format (step . alter), [...]

that's why the original snippet didn't make much sense...


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


Re: Proportional notation/spacetime notation

2008-03-13 Thread Trevor Bača
On Thu, Mar 13, 2008 at 4:24 AM, Stephen Lavelle <[EMAIL PROTECTED]> wrote:

> A big problem that several people I know have had with finale and the like
> is that of implementing time-space notation.
>
> The proportional notation setting in lilypond is close to this, but has
> the problem for people who want to use time-space notation that it only
> works on a bar-by-bar basis, when the ideal would to have the proportions
> make sense globally, and not just within individual bars.
>
> Has anybody else here wrestled with 
> this?



Hi Stephen,

LilyPond's proportional notation is an exciting package to work with and
I've enjoyed using it in some of my recent scores.

Can you specify what you mean by the proportions making sense only bar by
bar? Is it possible that you have ragged-right set equal to ##f in your
score? (The layout setting ragged-right is set to ##f by default; to get
really good results with LilyPond's proportional notation, you should set
ragged-right = ##t somewhere, like in the \layout block.)


Trevor.



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


Re: searching the LSR

2008-03-13 Thread Valentin Villenave
2008/3/12, luis jure <[EMAIL PROTECTED]>:

>  are the rest of you experiencing this?

Yes; it's a known bug that is (hopefully) gonna be fixed as soon as
Sebastiano the main (and only) LSR developer has a minute to do so.

However, two things:
- the LSR search function is still active (the relevant results come
first; just ignore the following ones)
- you can as well use the snippets database itself to look for one
snippet in particular:
https://lsr.dsi.unimi.it/list.php?type=snippet

This is the method I always use and its quite efficient; there are
three fields: "Title" allows you to search in snippet titles, "Text"
allows you to search in snippet descriptions, and "Snippet" for a
specific part of the code (e.g. a command).

Cheers,
Valentin


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