ANN: Frescobaldi 0.7.17 released

2009-11-28 Thread Wilbert Berendsen
Dear all, Frescobaldi 0.7.17 has been released: http://lilykde.googlecode.com/files/frescobaldi-0.7.17.tar.gz Frescobaldi ( www.frescobaldi.org ) is a dedicated LilyPond editor. New: - can assign keyboard shortcuts to snippets in the expand dialog - open files dropped on Frescobaldi window - pia

Re: breaking up joined triplets

2009-11-28 Thread Hugh Myers
Thanks Alexander, Looks like good information all around. I'll give it a go. --hsm On Sat, Nov 28, 2009 at 8:21 PM, Alexander Kobel wrote: > Hugh Myers wrote: >> >> In the following: >> >> \version "2.13.7" >> upper = { >>  \stemDown >>  \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/

Re: breaking up joined triplets

2009-11-28 Thread Alexander Kobel
Hugh Myers wrote: In the following: \version "2.13.7" upper = { \stemDown \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b } \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b } } [...] the triplets are connected by a bar--- how do I prevent this? Hi, H

breaking up joined triplets

2009-11-28 Thread Hugh Myers
In the following: \version "2.13.7" upper = { \stemDown \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b } \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b } } lower = { s2. s2. } { \time 3/4 << \new Staff \relative c'' { << \new Voic

Re: doc links broken (i mean tarball)

2009-11-28 Thread Graham Percival
Hi, Yes, the doc tarball is not available on the new website yet. It will be fixed before 2.14, but other than that I have no estimate on how long it will take. (well, it will take approximately 15 minutes after somebody starts working on it -- but I don't expect anybody to work on it in the nea

doc links broken (i mean tarball)

2009-11-28 Thread 胡海鹏 - Hu Haipeng
Hello, I don't know whether other threads referred to the same problem. The last versions of docs (from 2.13.6 on) has most links broken on the main index. In 2.13.6, it has an "all" file containing correct link, but now, both the main index.htm and the web.htm (including big page version) has

Re: change Pitch, strange behavior

2009-11-28 Thread Gilles THIBAULT
Uhm, by the way: Do we have the same version of \changePitch? I use the one Stefan linked in his initial mail on this subject, which seems to be the most recent one. Right? http://lists.gnu.org/archive/html/lilypond-user/2009-11/msg00556.html The 2 versions are know synchronized (thanks to

Re: change Pitch, strange behavior

2009-11-28 Thread Gilles THIBAULT
I disagree (see below). The reason why the rests "look strange" is that the change Pitch gives them a different "pitch" and therefore affects their vertical placement. No. \changePitch simply ignores rests belonging to the pattern. It deals only with notes. (see line 72-73-74 of changePitch.

Re: change Pitch, strange behavior

2009-11-28 Thread Alexander Kobel
Valentin Villenave wrote: 2009/11/27 Alexander Kobel : But... it's nothing to do with \changePitch. Remove this command, and the result looks the same. I disagree (see below). Hey, but I disagree, too (see below)! *squeak* ;-) The reason why the rests "look strange" is that the change Pitch

Re: change Pitch, strange behavior

2009-11-28 Thread Valentin Villenave
2009/11/27 Alexander Kobel : > But... it's nothing to do with \changePitch. Remove this command, and the > result looks the same. I disagree (see below). The reason why the rests "look strange" is that the change Pitch gives them a different "pitch" and therefore affects their vertical placement.

Re: SpanBar and Lyrics [now also new: with Segfault]

2009-11-28 Thread Alexander Kobel
Alexander Kobel wrote: Neil Puttock wrote: 2009/11/26 Alexander Kobel : since nobody came up with a solution to this one As a temporary workaround, you could try \once \override LyricText #'extra-spacing-width = #'(+inf.0 . -inf.0) though this might not work very well in tightly spaced lyrics

Re: SpanBar and Lyrics [now also new: with Segfault]

2009-11-28 Thread Neil Puttock
2009/11/26 Alexander Kobel : > since nobody came up with a solution to this one As a temporary workaround, you could try \once \override LyricText #'extra-spacing-width = #'(+inf.0 . -inf.0) though this might not work very well in tightly spaced lyrics. Regards, Neil

re: so much input for harmonics

2009-11-28 Thread Stefan Thomas
Dear community, I've made a little success with my problem. I can now do one fourth-flageolet-note with one music entry. \version "2.12.2" \include "./rhythmen.ly" \motiv #'Flageolettmusic { 1 } qfl = #(define-music-function (parser location x) (ly:music?) #{ %hier irgendeinen Li

Re: Piano /centered/ dynamics

2009-11-28 Thread Kieren MacMillan
Hi Alexander, is it possible to have the Dynamics (the \p in the example below) in a layout like the "Piano centered dynamics" really centered between the staves (i.e., the staff lines), instead of centered between the skylines of all elements in the staves? +1 I offered to $pon$or such a fea

so much input for harmonics

2009-11-28 Thread Stefan Thomas
Dear community, is there a possibilitie, to get harmonic noteheads with a little less effort? I find the following not the most comfortable: \version "2.12.2" {8\f 8\p 8 8 8 8 8 8 } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.o

Piano /centered/ dynamics

2009-11-28 Thread Alexander Kobel
Hi all, is it possible to have the Dynamics (the \p in the example below) in a layout like the "Piano centered dynamics" really centered between the staves (i.e., the staff lines), instead of centered between the skylines of all elements in the staves? I have a score where slurs, bars and at

Re: Compiling times on this file

2009-11-28 Thread Father Gordon Gilbert
Yeah, that could be it -- but I have no idea how to fix that. Not that I did anything really strange with fonts -- I just need *one* character -- the one in the first verse that doesn't show in jEdit. So how can I check -- and fix -- that? Gordon+ On 27/11/2009, Arjan Bos wrote: > > On 27 nov

tupletBracket setting ignored

2009-11-28 Thread Hugh Myers
How do I force tupletBracket printing if \override TupletBracket #'bracket-visibility = ##t is ignored? --hsm ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Bar length loop

2009-11-28 Thread James E. Bailey
If it is completely consistent, I would do a time signatures variable with \repeat unfold xx { \time 2/4 s2 \time 3/4 s2. \time 5/4 s4*5 } On 28.11.2009, at 10:14, Uri Sala wrote: Hi, How can I loop automatically through a constant series of bar lengths, such as 3/4 2/4 5/4 3/4 2/4 5/4

Re: Bar length loop

2009-11-28 Thread Alexander Kobel
Uri Sala wrote: Hi, How can I loop automatically through a constant series of bar lengths, such as 3/4 2/4 5/4 3/4 2/4 5/4 3/4 2/4 5/4 ...etc ? Making a compound bar of 3+2+5 / 4 doesn't serve me, btw. Hi. The easiest way, if the number of bars per timing is always the same, is probabl

Bar length loop

2009-11-28 Thread Uri Sala
Hi, How can I loop automatically through a constant series of bar lengths, such as 3/4 2/4 5/4 3/4 2/4 5/4 3/4 2/4 5/4 ...etc ? Making a compound bar of 3+2+5 / 4 doesn't serve me, btw. Thanks Uri ___ lilypond-user mailing list lilypond-user@gnu.org