Hope this is not off topic. Is there any way in Frescobaldi to install a
bunch of themes all at once (instead of passing trough Edit -> Preferences
-> Fonts & Colors etc.) ?
Thanks,
Gianmaria
Folks,
for a blind student of mine I would like to convert MEI files from the
Digital Mozart Edition
https://dme.mozarteum.at/movi/en
to MusicXML, which he can convert to something readable on his Braille
terminal.
Any idea how to do that?
Werner
Il giorno ven 28 apr 2023 alle 09:40:57 +0200, Gianmaria Lari
ha scritto:
Hope this is not off topic. Is there any way in Frescobaldi to
install a bunch of themes all at once (instead of passing trough Edit
-> Preferences -> Fonts & Colors etc.) ?
Which themes are you talking about? I d
Ciao Federico,
I'm using windows 11.
I downloaded frescobaldi themes here
https://github.com/frescobaldi/frescobaldi-themes (I don't need a prettier
environment but I cannot use a pc without a dark mode).
* * *
Another question: I installed Frescobaldi version 3.3 a few hours ago
and no mo
> Le 28 avr. 2023 à 10:19, Werner LEMBERG a écrit :
>
>
> Folks,
>
>
> for a blind student of mine I would like to convert MEI files from the
> Digital Mozart Edition
>
> https://dme.mozarteum.at/movi/en
>
> to MusicXML, which he can convert to something readable on his Braille
> termina
Hi Mario!
Like Kieren, I thought you were satisfied with the answers you got, since you
did not send any MWE. Anyway, here is how I would code the passage you sent in
the first mail:
\version "2.25.1"
<<
\new Staff = "upper" <<
\key e \minor
\new Voice \r
I have no idea...
but when I record an HTML page, I can see that the score is hard encoded in SVG format
(must be created by a JavaScript library from an MEI file), and it contains this information:
/The present encoding in MEI 4.0.1 (with some minor customizations) is based on a previous
encodi
Le vendredi 28 avril 2023 à 11:17 +0200, Gianmaria Lari a écrit :
> Another question: I installed Frescobaldi version 3.3 a few hours ago and
> no more embedded midi player!!!
> I tried to have a look on the mailing list and on google but no one discusses
> this issue. Do you know anything
I guess we all have different styles. While I often do the hidden notes thing,
another approach I find useful at times is to put notes into the same voice
when they really aren't...
%%
\version "2.25.1"
\language "english"
<<
\new Staff = "uppe
[midi player not visible in Frescobaldi]
> Maybe it's just turned off? What if you enable it in Tools > MIDI > MIDI
> player ?
ahhh quelle honte !
My apologies, I didn't know you have to enable it.
Thanks a lot Jean!
gianmaria
Hi Jean,
> Are we talking about the same thing? The \sendTo ideas sound more like
> they're solving the first question in the OP's original post than the second
> question to me.
Yes… I got confused about where we were in the conversation.
Sorry!
Kieren.
___
Dear Robin,
made some more tests.
Your code works well but it doesn't solve the problem because it returns
the "absolute" location of the notes while on the other hand in the
variable where you write the dynamic you use a relative location. For
example if I want to put a dynamic on the quarter num
I often do math with those :
{
\override Score.BarNumber.break-visibility = ##(#t #t #t)
% Begin forte
<>\f
% At bar 4, mezzo piano
s1*#(- 4 1) <>\mp
% At bar 20, forte
s1*#(- 20 4) <>\f
% At bar 30, pianissimo
s1*#(- 30 20) <>\pp
s1\fine
}
Sure, you have to carry the las
Le jeu. 27 avr. 2023, à 20 h 48, a écrit :
> > <<
> > { hh4 hh q }
> > \\
> > { bd4 r bd r }
> > >>
> are the voices somehow linked if I create another chunk like that?
Yes they are.
<< {…} \\ {…} >>
is equivalent to
\new Staff <<
\new Voice = "1" { \voiceOne … }
\new Voice = "2" { \voic
Gianmaria Lari wrote:
Your code works well but it doesn't solve the problem because it returns
the "absolute" location of the notes while on the other hand in the
variable where you write the dynamic you use a relative location.
That's why I said primitive.
One way to extend it, would be:
Le vendredi 28 avril 2023 à 15:08 +0200, Gianmaria Lari a écrit :
> Dear Robin,
> made some more tests.
> Your code works well but it doesn't solve the problem because it returns the
> "absolute" location of the notes while on the other hand in the variable
> where you write the dynamic you use
Hi Gianmaria!
> And now I understand better the reason for the thread Kieren linked.
> I probably have to go back to study the edition engraver :)
I’m the EE’s biggest cheerleader, so I would never dissuade you from that
study… but I really do think the \sendTo is either already exactly what you
I have infinite esteem in cheerleader so if the message comes from one of
them I will do all what them propose:
- I will study what I can do with the edition engraver
- and wait for your MWE :))
By the way, ahem what is a MWE?
Grazie Kieren!
g.
On Fri, 28 Apr 2023 at 17:13, Kieren MacMillan
No question that this is a nice example as well, but I don't see where it shows
that the
voices are connected somehow (most probable I just missed it when reading over
it).
Can you explain further? (maybe reference some lines or what to look at)
Best wishes
Lukas
--- Original Message -
Sorry about that, yes the example does not show anything about the
connection between voice "1" and "2".
Here is one that does :
\version "2.25.5"
\language "english"
grooveI = \drummode <<
<<
{
\override NoteHead.color = "red"
\repeat unfold 15 hh16 hho\laissezVibrer |
Closer to what I would want but still :
\new DrumStaff \with {
} {
\context DrumVoice = "1" {
\override NoteHead.color = "red"
}
\context DrumVoice = "2" {
\override NoteHead.color = "green"
}
\repeat unfold 2 \grooveI |
\repeat unfold 4 \grooveII |
}
HTH
--
Pierre-Luc Gaut
Nice thanks for helping.
--- Original Message ---
On Friday, April 28th, 2023 at 19:50, Pierre-Luc Gauthier
wrote:
>
>
> Closer to what I would want but still :
>
> \new DrumStaff \with {
> } {
> \context DrumVoice = "1" {
> \override NoteHead.color = "red"
> }
> \context DrumVoice
On 27/04/2023 13:57, Gianmaria Lari wrote:
Thank you Leo for your answers and help.
you’ll probably need to be a little more specific about the use
case, perhaps also supply example code.
Regarding my second question, let me try to be more clear
I have a score.
I want to write the dyn
23 matches
Mail list logo