Re: problem with complicated tuplets (xenakis)

2010-12-11 Thread Jan Warchoł
Hi, 2010/12/10 Sepand Shahab > > Dear list members, > > I'm having a problem with tuplets displaying correctly in certain situations > but > not in others. for example, the following works fine on its own: > > \time 4/4 > c32 c c16 > \times 8/7 {c16 c c c c c32 c c16} > \times 7/6 {c c c c c c }

Re: problem with compillation of a large file

2010-12-11 Thread Jonathan Kulp
On Sat, Dec 11, 2010 at 3:30 PM, Stefan Thomas wrote: > Dear Jonathan, > thanks for Your help. > In the meantime, I found out, that the error was in the file violine1.ly > I had to delete there, in line 5, the command "Kurvenunterbrech" > which I've defined as: >> >> Kurvenunterbrech = { >>     \h

Re: preventing DynamicText/SpanBar collisions

2010-12-11 Thread Jay Anderson
On Sat, Dec 11, 2010 at 3:00 PM, Reinhold Kainhofer wrote: > You don't need to define your own whitePPPMarkup, you can put everything right > into the make-dynamic-script call: > > whiteoutp = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 > #:dynamic "p")) > whiteoutf = #(make-dynamic-

Re: double time signatures

2010-12-11 Thread Reinhold Kainhofer
Am Samstag, 11. Dezember 2010, um 21:18:40 schrieb James Bailey: > On Dec 11, 2010, at 8:33 PM, Martin Kemp wrote: > > Dear All > > > > I have nearly got what I want with the following snippet but can't > > currently centrally align 12 over 8 (12/8). Any help gratefully > > apprecitated. > > You

Re: double time signatures

2010-12-11 Thread Reinhold Kainhofer
Am Samstag, 11. Dezember 2010, um 20:33:43 schrieb Martin Kemp: > I have nearly got what I want with the following snippet but can't > currently centrally align 12 over 8 (12/8). [...] > (#:fontsize 0 #:column (a b))) \column always left-aligns its contents. What you want is center-column

Re: preventing DynamicText/SpanBar collisions

2010-12-11 Thread Reinhold Kainhofer
Am Samstag, 11. Dezember 2010, um 19:02:11 schrieb Jay Anderson: > On Sat, Dec 11, 2010 at 9:43 AM, Mark Polesky wrote: > > Is there a good *generic* way to prevent DynamicText/SpanBar > > collisions? I'd like the DynamicText and NoteColumn to move > > to the right as a unit, preferably with a si

Re: problem with compillation of a large file

2010-12-11 Thread Stefan Thomas
Dear Jonathan, thanks for Your help. In the meantime, I found out, that the error was in the file violine1.ly I had to delete there, in line 5, the command "Kurvenunterbrech" which I've defined as: > Kurvenunterbrech = { > \hideCurvesFrom #'Fingering #'(0.3 . 0.3) #'(0 . 0) > \hi

RE: double time signatures

2010-12-11 Thread James Lowe
Hello -Original Message- From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of Martin Kemp Sent: Sat 12/11/2010 19:33 To: lilypond-user@gnu.org Subject: double time signatures Dear All I have nearly got what I want with the following snippet but can't currently cen

Re: double time signatures

2010-12-11 Thread James Bailey
On Dec 11, 2010, at 8:33 PM, Martin Kemp wrote: > Dear All > > I have nearly got what I want with the following snippet but can't currently > centrally align 12 over 8 (12/8). Any help gratefully apprecitated. You may be re-inventing the whell. Perhaps http://lists.gnu.org/archive/html/lilyp

double time signatures

2010-12-11 Thread Martin Kemp
Dear All I have nearly got what I want with the following snippet but can't currently centrally align 12 over 8 (12/8). Any help gratefully apprecitated. best Martin << #(define ((double-time-signature glyph a b) grob) (grob-interpret-markup grob (markup #:override '(baseline-skip . 2

Re: ANDLINUX: Easy virtualization option

2010-12-11 Thread Pascal Obry
Le 07/12/2010 02:54, Mike Blackstock a écrit : > 500 meg download is at andlinux.org - if anybody > wants to try it and has questions, ask away. It works unbelievably well > - I've used vmware, and I wouldn;t dream of switching back. Yep, it is based on colinux that I've bee

Re: preventing DynamicText/SpanBar collisions

2010-12-11 Thread Jay Anderson
On Sat, Dec 11, 2010 at 9:43 AM, Mark Polesky wrote: > Is there a good *generic* way to prevent DynamicText/SpanBar > collisions?  I'd like the DynamicText and NoteColumn to move > to the right as a unit, preferably with a single setting to > put in a \layout block so as not to have to do this > r

preventing DynamicText/SpanBar collisions

2010-12-11 Thread Mark Polesky
This is mostly a copy of a message I sent to the bug list: http://lists.gnu.org/archive/html/bug-lilypond/2010-12/msg00092.html * * * * * * * * * * * * * * * * * * * * The \ppp collides with the SpanBar in the example below. \version "2.13.43" \new StaffGroup \relative f' << \new Staff { R1 |

Re: problem with compilation of a large file

2010-12-11 Thread Richie Gress
Your problem is, there is a setting somewhere that is set to #f instead of ##f. So, check your file for #f. Change it to ##f. For example: Good - \once \override Score.timeSignature '#Stencil=##f Bad - \once \override Score.timeSignature '#Stencil=#f _

Re: Request to mailing list lilypond-user rejected

2010-12-11 Thread Ludo Beckers
No, there's only 1 "from" A moderator contacted me off line though - we'll probably sort it out What I think happened is that the old nabble list sent me a mail with confusing instructions about setting mail on "no delivery", which I did - turns out that was for Lilypond list and not nabble in gen

Re: musescore

2010-12-11 Thread Federico Bruni
Il giorno ven, 10/12/2010 alle 09.21 +0100, Jan Nieuwenhuizen ha scritto: > Great stuff also being done by > http://scorio.org (and even http://etudeapp.com ). Scorio seems great. Even though LilyPond is not properly credited, IMO. I had to use the search bar to find it: http://www.scorio.com/w

Re: notehead collisions in cluster

2010-12-11 Thread Trevor Daniels
Jon W wrote Saturday, December 11, 2010 1:00 AM I uploaded an image as an attachment: http://old.nabble.com/file/p30430768/collisions_example.png collisions_example.png To be sure this is somewhat of a pathological case and I do not expect lilypond to be able to handle it gracefully by defau

Re: Troubles with LilypondTool

2010-12-11 Thread George_
No, restarting jEdit didn't work and neither did rebooting. The problem is fixed now, on the jEdit forums. For reference, the solution was to add the arguments "-Xmx1024M" and "-Dsun.java2d.noddraw=true" to the jedit.bat file so it looks something like this (added arguments bolded) @echo off sta