Proportional notation - Bar length

2024-09-16 Thread Yoshiaki Onishi
Dear Michael, I have v. 2.24.4 so I had to replace \musicLength 16 to #(ly:make-moment 1/16). But it appears that the proportionalNotationDuration computes as expected if a measure is complete. Combining concatenated scores in complete measure(s) against those in incomplete measures will cause

Proportional notation - Bar length

2024-09-16 Thread Michael Käppler
Hi all, I want to align several small scores in a grid for processing with a laser cutter, while maintaining proportional spacing. This works well for whole notes and half notes, for quarter notes, however, the staff symbols seem to be a bit longer (while occupying the same duration). Please s

Define custom bar length

2024-01-16 Thread Hajo Baess

Re: bar length

2012-01-14 Thread Hans Aberg
On 14 Jan 2012, at 19:04, Angles D'Auriac wrote: >> Angles D'Auriac grenoble.cnrs.fr> writes: >> >>> Hello ! >>> I am a total beginner and I wonder if it is possible to have >>> all measure of exactly the same length on the score. >> >> Well, that's the definition of measure, isn't it? Joking

Re: bar length

2012-01-14 Thread David Kastrup
Marc Hohl writes: > Am 14.01.2012 19:16, schrieb David Kastrup: >> Angles "D\'Auriac" writes: >>> PS: when "I" am playing, measures can have very different length ! >> I have been thinking about an Emacs Midi input mode where you set the >> bar checks manually after playing and Emacs then calcu

Re: bar length

2012-01-14 Thread Marc Hohl
Am 14.01.2012 19:16, schrieb David Kastrup: Angles "D\'Auriac" writes: David Kastrup gnu.org> writes: Angles D'Auriac grenoble.cnrs.fr> writes: Hello ! I am a total beginner and I wonder if it is possible to have all measure of exactly the same length on the score. Well, that's the de

Re: bar length

2012-01-14 Thread David Kastrup
Angles "D\'Auriac" writes: > David Kastrup gnu.org> writes: > >> >> Angles D'Auriac grenoble.cnrs.fr> writes: >> >> > Hello ! >> > I am a total beginner and I wonder if it is possible to have >> > all measure of exactly the same length on the score. >> >> Well, that's the definition of measu

Re: bar length

2012-01-14 Thread Angles D\'Auriac
David Kastrup gnu.org> writes: > > Angles D'Auriac grenoble.cnrs.fr> writes: > > > Hello ! > > I am a total beginner and I wonder if it is possible to have > > all measure of exactly the same length on the score. > > Well, that's the definition of measure, isn't it? Joking aside, you > shoul

Re: bar length

2012-01-14 Thread David Kastrup
Angles D'Auriac writes: > Hello ! > I am a total beginner and I wonder if it is possible to have > all measure of exactly the same length on the score. Well, that's the definition of measure, isn't it? Joking aside, you should find this in the index of the Notation Reference under "proportional

bar length

2012-01-14 Thread Angles D'Auriac
Hello ! I am a total beginner and I wonder if it is possible to have all measure of exactly the same length on the score. thank you ___ lilypond-user mailing list lilypond-user@gnu.org https://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

Re: Adjusting bar length

2005-11-02 Thread Mats Bengtsson
As long as you only have text markups attached to notes, read in Section "8.1.1 Text scripts" on how to use \fatText. If you want more spacing, you can use something like \override TextScript #'extra-X-extent = #'(-0.5 . 0.5) For \mark, I don't know the answer from the top of my head. /Mats

Adjusting bar length

2005-11-02 Thread Edwin Vane
Hi, I have a bar over which I have a couple of text markups (some attached with \mark when I want them attached to barlines). However, I find that longer text items run into each other. I've tried the 'padding' attribute of TextScripts but it only seems to increase padding between the staff and th