Re: Frescobaldi website in English

2019-03-20 Thread Guy Stalnaker
Andrew,

It looks like it's the English homepage that's gone missing. If I click on
any of the left side links and then on the English language link at the
bottom of the opened page an English-language page does open. Including the
manual.

Guy

-- 

“Happiness is the meaning and the purpose of life, the whole aim and end of
human existence.”

― Aristotle

On Wed, Mar 20, 2019, 8:36 PM Andrew Bernard 
wrote:

> Has vanished. Is anybody able to look into this? It has been like that for
> a long time. The English Version link on the Dutch home page gives a 404
> Not Found error.
>
> Andrew
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Frescobaldi website in English

2019-03-20 Thread Andrew Bernard
Has vanished. Is anybody able to look into this? It has been like that for
a long time. The English Version link on the Dutch home page gives a 404
Not Found error.

Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Non-integer tempo marking

2019-03-20 Thread Tsz Kiu Pang
On Sat, 23 Feb 2019 at 18:42, Andrew Bernard 
wrote:

> Hi Pang,
>
> This won't help for MIDI, as has been pointed out, but you did not specify
> that.
>

That is okay. Although ideally I want to get the MIDI to work, but for now
I will settle for the score.

Here's my function for metronome marks, which allows you to use notes in
> them. I have a whole bunch of related functions, some with boxes, some with
> additional text parameters and so on. You can obviously put any number you
> like in here. [I have edited this a little, because I use custom had made
> fonts for notes and I just deleted all that for this example to help, so it
> may not be quite so beautiful as in my own context.]
>

Thank you very much for your help, Andrew, and sorry for the late reply.
I think I can see what your function is trying to do,
but unfortunately despite days of looking at the lilypond documentation,
I still have not figure out the syntax for calling a function in lilypond,
in particular I am struggling with the syntax for the arguments.
Would you kindly please show me how to call your function \metroMark?

I am pretty sure every man and his dog is going to criticise the idea of a
> metro mark of 72.5, as players, if this is for humans, can't attain that
> accuracy. No metronome I have, mechanical or digital, will let me set a
> fractional tempo. Just saying.
>

Sorry I should have mentioned that using a non-integer tempo marking is for
a metric modulation in the music.
The tempo is more like a reference for the musician, alongside with the
tempo relationship between the two section.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Slightly off-topic

2019-03-20 Thread Ralph Palmer
Greetings, and my apologies -

I'm a long-time and dedicated LilyPond/Frescobaldi user. I would like to
help some Spanish-speaking people get started with LilyPond and
Frescobaldi. I can access the Spanish language LilyPond sites, but I can't
find a URL for the Frescobaldi Spanish site or a Spanish language user's
mailing list. Can anyone help? I can't even find the Frescobaldi English
site anymore!

All the best,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Non-integer tempo marking

2019-03-20 Thread Tsz Kiu Pang
Hi Martin,

Sorry for the late reply.
Thank you very much for you help.

I should have clarified that the non-integer tempo marking is for metric
modulation in the middle of the score(not shown below),
hence the situation is complicated for the midi, but I guess I will settle
for the score for now.

I modified your markup a little bit to keep the tempo font consistent (with
the other tempo marking without using \markup):

%%

\score {
{
   \tempo \markup {
   \concat {
 \smaller \general-align #Y #DOWN
 \note #"4" #1 \normal-text " = 72.5"
   }
   }
   c'
}

%%

--
Tsz Kiu

On Sat, 23 Feb 2019 at 18:29, Martin Tarenskeen 
wrote:

>
>
> On Sat, 23 Feb 2019, Tsz Kiu Pang wrote:
>
> > Hi all,
> >
> > I am just wondering if there is a way to have a non-integer tempo
> > marking (e.g. crotchet = 72.5)?
>
> I tried to create it as a \markup. For MIDI output this doesn't work
> though. You could add \midi { \tempo 8 = 145 } for that.
>
> %%
>
> \score {
> {
>\tempo \markup {
>\concat {
>  \smaller \general-align #Y #DOWN
>  \note #"4" #1 " = 72.5"
>}
>}
>c'
> }
>
> \layout {}
> \midi { \tempo 8=145 }
>
> %%
>
>
> MT
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Haiprin staff-padding

2019-03-20 Thread Partitura Organum


You could try and move the override statement to the left-hand variable.
Like this:

lh = \relative c {
  \time 3/4
  \clef bass
  \override DynamicLineSpanner.outside-staff-padding = #1.5
  | r4.. fis'16~\> 4
  | f(\! e) --
  | (\< 2)\!
  | 4( ) 
  | g4.(\f fis8) 4
}



On 20-3-2019 18:21, foxfanfare wrote:

Valentin Villenave-3 wrote

You could try something like:

\layout {
   \context {
 \Staff
 \override DynamicLineSpanner.outside-staff-padding = #1.5
   }
}

Thanks for the tip Valentin, unfortunately, it doesn't work as expected...

(I just realized that for some reasons, the forum just erase some characters
when I post it. That's the reason my example code isn't working well. I'll
upload the ly file directly to show you where the problem is.)

You can see that when I change the DynamicLineSpanner.outside-staff-padding,
in my example, this works great for the left hand but the hairpin between
the two staves is also moving without any apparent reason...



example.ly 



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Haiprin staff-padding

2019-03-20 Thread foxfanfare
Valentin Villenave-3 wrote
> You could try something like:
> 
> \layout {
>   \context {
> \Staff
> \override DynamicLineSpanner.outside-staff-padding = #1.5
>   }
> }

Thanks for the tip Valentin, unfortunately, it doesn't work as expected... 

(I just realized that for some reasons, the forum just erase some characters
when I post it. That's the reason my example code isn't working well. I'll
upload the ly file directly to show you where the problem is.)

You can see that when I change the DynamicLineSpanner.outside-staff-padding,
in my example, this works great for the left hand but the hairpin between
the two staves is also moving without any apparent reason...

 
 
example.ly   



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user