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

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

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

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: 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 arjan@hetnet.nl

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

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 {c' f' \harmonic 8\f c' f' \harmonic 8\p cis' fis' \harmonic 8 cis' fis' \harmonic 8 a d' \harmonic 8 a d' \harmonic 8 bes es' \harmonic 8

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

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 { c' \harmonic 1 } qfl = #(define-music-function (parser location x) (ly:music?) #{ %hier

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

2009-11-28 Thread Neil Puttock
2009/11/26 Alexander Kobel n...@a-kobel.de: 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: 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 n...@a-kobel.de: 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

Re: change Pitch, strange behavior

2009-11-28 Thread Valentin Villenave
2009/11/27 Alexander Kobel n...@a-kobel.de: 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

Re: change Pitch, strange behavior

2009-11-28 Thread Alexander Kobel
Valentin Villenave wrote: 2009/11/27 Alexander Kobel n...@a-kobel.de: 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

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.ly)

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

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: 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

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 Voice = 1

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,

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 n...@a-kobel.de 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/3

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 -