Looking for Testers for next version of OOoLilyPond

2009-06-07 Thread Samuel Hartmann
Hi,

The next version of OOoLilyPond is almost finished now. Before the
official release I would like to have some users testing it. You can
download the release candidate from:
http://www.hartmann-weine.ch/OOoLilyPond-0.4rc1.oxt

The new version comes with many improvements. Here is the change log:

0.4 (2009-06-07)
* Changed template concept
* Staff Size, Line Width and two custom values can now be specified
within the OOoLilyPond Editor
* Added Template Editor
* The LilyPond output is parsed for errors and warnings
* The input cursor is set to the error or warning position
* Templates for LilyPond version 2.6 removed
* Paths with speacial characters do not cause any problems anymore


please post your feedback here,

Samuel


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


Re: debian and lilypond 2.12

2009-06-07 Thread Grammostola Rosea

Gauvain Pocentek wrote:

Hi all,

On 06/07/2009 03:59 PM, Gilles Filippini wrote:
  
really don't want to take over the package without interaction with Thomas.

But I'm definitly interesting in helping out with this package, maybe in a team
as Vincent Bernat suggested in an other mail.

  
Maybe you can put the package in the Debian Multimedia Team and help 
maintaining it?


\r

http://wiki.debian.org/DebianMultimedia


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


Re: thanks to whomever put this in the LSR...

2009-06-07 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Donnerstag, 4. Juni 2009 01:01:24 schrieb Mats Bengtsson:
 See
 http://lists.gnu.org/archive/html/lilypond-user/2009-02/msg00833.html
 and followups for the previous discussion on the topic. As far as I can
 see, an implementation proposal is already available, just to commit.

Hmm, it seems that this has been completely forgotten... Does anyone have the 
time to put the finishing touches on the patch? 
In particular, get rid of the global var and properly use the variable from 
the parser-lookup, also the comment is no longer valid.

Cheers,
Reinhold
- -- 
- --
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKLAEsTqjEwhXvPN0RAlG1AKCEYYXJYUFeCSFTTZkARZ4zBpaHcACdGvkd
q0WId+UluAUa48LVj+7dAVA=
=UqgS
-END PGP SIGNATURE-


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


Re: dodecaphonic accidentals for all staves

2009-06-07 Thread Neil Puttock
2009/6/6 Stefan Thomas kontrapunktste...@googlemail.com:
 Dear community,
 how can I define webern-style accidentals for all staves in a score in the
 layout-block?
 I tried it with
 \version 2.13.0
 \layout { \context { \Staff  #(set-accidental-style 'dodecaphonic) } }

When you invoke set-accidental-style, it sets the following context properties:

extraNatural
autoAccidentals
autoCautionaries

You need to find out how these are set for your chosen accidental
style by checking the definition of set-accidental-style in
scm/music-functions.scm.

Here's the code for 'dodecaphonic:

1250   ((equal? style 'dodecaphonic)
1251(set-accidentals-properties #f
1252`(Staff ,(lambda (c p bn mp)
'(#f . #t)))
1253'()

Applying these settings in a \layout block you have the following:

\layout {
  \context {
\Staff
extraNatural = ##f
autoAccidentals = #`(Staff ,(lambda (c p bn mp) '(#f . #t)))
autoCautionaries = #'()
  }
}

I'll add an LSR snippet demonstrating this which we can add to the
docs, since it's by no means straightforward to work out.

Regards,
Neil


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


Re: Error in lilypond-book

2009-06-07 Thread Neil Puttock
2009/6/5 Francisco Vila paconet@gmail.com:

 This minimal LaTeX file spits the error when I try to process it
 through lilypond-book:

 \documentclass{article}
 \usepackage{tikz}
 \begin{document}
 Hello
 \end{document}

The temporary logfile this generates to determine the textwidth
includes the following line:

\...@matrix@numberofcolumns=\count106

This is erroneously picked up by the regular expression which searches
for columns=[a number] here:

1750 m = re.search ('columns=([0-9.]*)', parameter_string)
1751 if m:
1752 columns = int (m.group (1))

The search is greedy, but it can't read `\count106' and convert it to
an integer.

The simplest solution would be to change the regexp to the following:

1750 m = re.search ('columns=([0-9.]+)', parameter_string)

This will ensure the search tries to match at least one digit directly
after the equal sign.

Alternatively re.match could be used as a less greedy search, but I'm
not that familiar with lilypond-book and its interaction with LaTeX to
know whether this is desirable, since it would only match strings
which begin with `columns'.

Regards,
Neil


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


Re: Looking for Testers for next version of OOoLilyPond

2009-06-07 Thread Gilles THIBAULT



The next version of OOoLilyPond is almost finished now. Before the
official release I would like to have some users testing it. You can
download the release candidate from:
http://www.hartmann-weine.ch/OOoLilyPond-0.4rc1.oxt
please post your feedback here,


Hello Samuel
It  works for me but the path of the Lilypond Executable is not saved when 
you close OOOLilypond.

( It is not C:\Program Files\LilyPond\usr\bin\lilypond.exe for me).

Gilles 





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


scoop before note

2009-06-07 Thread Lewis Overton
I'm curious about what others are doing to print a scoop --  a curved
gliss into a note with no particular starting note. It's common in jazz and
occasionally in more modern band and orchestra music, especially show music.
It looks like a doit but comes before and leads into a note. I've seen
several attempts at this, but nothing I've tried seems to work. I'm a
trombone player, so I see these things often. Falls and doits are under
control, but scoops still elude me.

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


Re: scoop before note

2009-06-07 Thread Kieren MacMillan

Hi Lewy,


I'm curious about what others are doing to print a scoop


I'm not using them at all... but have you tried directly manipulating  
a BendAfter grob?


\version 2.12
scoopMusic = \relative
{
\override BendAfter #'rotation = #'(-45 -4 3)
\override Score.SpacingSpanner #'shortest-duration-space = #4.0  
c-\bendAfter #8

}
\score { \scoopMusic }

Hope this helps!
Kieren.


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


Re: scoop before note

2009-06-07 Thread chip

Kieren MacMillan wrote:

Hi Lewy,


I'm curious about what others are doing to print a scoop


I'm not using them at all... but have you tried directly manipulating 
a BendAfter grob?


\version 2.12
scoopMusic = \relative
{
\override BendAfter #'rotation = #'(-45 -4 3)
\override Score.SpacingSpanner #'shortest-duration-space = #4.0 
c-\bendAfter #8

}
\score { \scoopMusic }

Hope this helps!
Kieren.
That works in a rather kludgy way. I've been playing with the numbers 
trying to get it to look just right. Takes a lot of trial and error to 
get it close, but not 'right'. Adding a note before the tweak requires 
refiguring the numbers, lots of trial and error involved in getting it 
in the correct position. That is an articulation that I would like to 
see work correctly and added to lilypond, wouldn't it be just the 
opposite of the \bendafter articulation? But my guess is it's not going 
to be that simple.

--
Chip



___
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