Harm,
On Mon, Apr 14, 2014 at 12:07 PM, David Nalesnik
wrote:
>
>
> On Mon, Apr 14, 2014 at 8:53 AM, David Nalesnik
> wrote:
>>
>>
>> I can't figure out where that 1.1 comes from, though.
>>
>>
> This happens in accidental-placement.cc. It's the value of width
> calculated in position_apes. L
Ben Beeson-2 wrote
> I am getting error "Unable to load the webpage becuase the server sent
> no data" at the LilyPond.org since today. Is the site down?
Same here, could not access the website during the whole day.
Regards,
Gilberto
--
View this message in context:
http://lilypond.1069038.n
On Mon, Apr 14, 2014 at 8:53 AM, David Nalesnik wrote:
>
>
> I can't figure out where that 1.1 comes from, though.
>
>
This happens in accidental-placement.cc. It's the value of width
calculated in position_apes. Looks like it doesn't factor in the offsets
to the accidentals.
--David
___
2014-04-14 17:21 GMT+02:00 Phil Holmes :
>
> It seems to be a rather odd problem. The HTML is loadable by a checker,
> but when you try to get the page in a browser, it fails. It was the same
> for a period yesterday.
>
Dos attack ?
___
lilypond-user
- Original Message -
From: "Paul Scott"
To: "Ben Beeson"
Cc:
Sent: Monday, April 14, 2014 4:07 PM
Subject: Re: Is the LilyPond website up today?
On Sun, Apr 13, 2014 at 07:58:15PM -0700, Ben Beeson wrote:
Hi all,
I am getting error "Unable to load the webpage becuase the server se
On Sun, Apr 13, 2014 at 07:58:15PM -0700, Ben Beeson wrote:
> Hi all,
>
> I am getting error "Unable to load the webpage becuase the server sent
> no data" at the LilyPond.org since today. Is the site down?
I can't get there either right now.
Paul Scott
__
Hi all,
I am getting error "Unable to load the webpage becuase the server sent
no data" at the LilyPond.org since today. Is the site down?
Thanks,
Ben
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lily
Johan Vromans wrote
> I would be interested to take a look at some of these...
Hi Johan,
I think I solved my problem. It had something to do with the resolution of
the midi files, which seem to be of 0.001 seconds. Because of the tempo I
was using, both a 3 beat long and a 2 beat long files wer
Hi Johan,
Johan Vromans wrote
> I'm puzzled what you mean by 'length'.
By length I meant the musical duration (total number of beats of the little
file, i.e. number of quarter notes, all files using the same tempo). When I
say two files of the same length stay with their beats synchronized, I m
Hi Harm,
On Sat, Apr 12, 2014 at 4:53 PM, Thomas Morley wrote:
>
> One question remains: why was it changed?
> Instead of more or less simply calling the vallue via ly:grob-extent
> we now have to calculate it, looking at each Accidental separately.
> (via map and reduce)
>
> Just curious.
> I m
Gilberto Agostinho writes:
> Two files of the same length but with different music content stay
> synchronized indeed, but two files of different length do not.
I'm puzzled what you mean by 'length'.
The length (in seconds) of a MIDI track depends on the tempo of the
piece and its time signatu
Am 14.04.2014 15:00, schrieb Andrew Bernard:
Urs,
Perfect. Thanks! Most appreciated.
Great!
Being able to answer this kind of questions with simple links is one of
the intentions of the tutorials on Scores of Beauty :-)
And now I know I am not the only one wanting to engrave pincés. Other
Hi Graeme,
> how do I get oddHeaderMarkup to access a variable which is in a bookpart
Put the variable in the bookpart…?
\bookpart {
\header {
instrument = "Violin I"
}
\paper {
oddHeaderMarkup = \markup {
\column {
\fill-line {
\smallCaps \fromp
Urs,
Perfect. Thanks! Most appreciated.
And now I know I am not the only one wanting to engrave pincés. Others will
surely want it too, How would we go about having this sort of thing added to
the lilypond code base? This really helps extend lilypond to cover French
Baroque.
Andrew
On 14 Ap
Hi List.
Trying to nut this one out - I'd like to get the instrument name for
each bookpart into the header. Attached is what I'd LIKE to work, but
I'm not sure how to go about it - how do I get oddHeaderMarkup to access
a variable which is in a bookpart, not in the top level block? Is this
Am 14.04.2014 14:47, schrieb Andrew Bernard:
Greetings List,
I would like to create some of the French Baroque ornament scripts such as the
pincé (a parenthesis after the note) and the longer pincé which is a bracket
with a dot, and the tremblement and pincé, so as then be able to use \pince a
Greetings List,
I would like to create some of the French Baroque ornament scripts such as the
pincé (a parenthesis after the note) and the longer pincé which is a bracket
with a dot, and the tremblement and pincé, so as then be able to use \pince and
so on for a note, as one does with \prall f
Hello LilyPonders,
I generated a bunch of very short MIDI files (one bar long only) that I want
to play together and loop using Max MSP. All the files have a length
multiple of quarter notes, so in theory I should be able to playback any two
of them together in an infinite loop and they would stil
Hi,
i would like repeat percent which goes for more than one line to print the
first bar in a line again. is this possible? ideally, the percent counter
would carry on, looking something like the following:
\score {
\relative c' {
\set countPercentRepeats = ##t
<< { \repeat percent 16 { c4 d
This is works! Thanks!
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Global-tempo-change-tp161541p161543.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https:/
Hi,
you just have to write out the tempo completly:
global = {
\tempo "Allegro" s1*2 \tempo "Largo" s1*2 \tempo "Allegro"
}
You can add this variable to any Staff by wrapping it in
\new Staff <<
\global
{ }
>>
You can use it in parts and add \key and \time commands, to have one
global timeli
Hi, Im trying to find a way to save time in Lilypond by using, if possible,
global tempo change.
I was wishing this would work
global = {
\tempo "Allegro" S1*2 "Largo" S1*2 "Allegro"
}
and this would then automatically be correct in parts if they have common
global commands.
--
View this mess
22 matches
Mail list logo