concatenating notes with a music expression

2018-05-11 Thread Sirius Barras
I have a sequence of notes and a music expression. How could be done a function concatenating each element of the sequence with the music expression? For instance, if the sequence is {c b a } and the music expression is { f g } I would like to obtain c f g b f g a f g Thanks

Re: transpose to a set of pitches

2018-02-28 Thread Sirius Barras
On 27 February 2018 at 22:24, Thomas Morley <thomasmorle...@gmail.com> wrote: > 2018-02-27 19:12 GMT+01:00 Sirius Barras <turbole...@gmail.com>: > > I would like to transpose a motif (using \modalTranspose) to a _set_ of > > different pitches. At the moment this is what

transpose to a set of pitches

2018-02-27 Thread Sirius Barras
I would like to transpose a motif (using \modalTranspose) to a _set_ of different pitches. At the moment this is what I do: scale = {c d e f g a b} motif = {c' e' g' c'} { \modalTranspose c e \scale \motif \modalTranspose c g \scale \motif \modalTranspose c a \scale \motif } How can I do

Re: format source code

2016-11-10 Thread Sirius Barras
Ciao Karl, I installed ActivePerl (windows pc). "Perl -v " runs correctly and it shows "This is perl 5, version " etc. Now tried to do: C:\Test>perl .\tidy_midi.pl Irish.ly > i.ly and a 0 bytes file length is created. Any hints? Thank you, g. On 10 Nove

Re: format source code

2016-11-10 Thread Sirius Barras
Thank you Karl, I'm checking it. But I could take some time, I don't have experience with Perl etc. etc. Ciao, g. On 10 November 2016 at 00:59, wrote: > In http://turkos.aspodata.se/noter/tmp/ I have tidi_midi.pl that might > help you doing a preliminary step. Take below as

Re: request for programming advice

2016-11-07 Thread Sirius Barras
Try to check also here: http://music-encoding.org/tools/ There is a list of tools (including the exceptional Verorio as Urs suggested) that you could consider. Ciao, g. On 7 November 2016 at 13:43, bb wrote: > The complete vex-family ( i do not know if that is

Re: Font cache issues on Windows 10

2016-11-07 Thread Sirius Barras
Ciao Andrew, you wrote: > Where are we at with the font caching issue on Windows 10? There does not > appear to be much discussion on the bug list presently, > I agree with you, I wonder this annoying issue did not pop up more frequently in the list. Anyway, I did the same thing as you, I

Re: midi \p \f volume

2016-10-31 Thread Sirius Barras
Thank you Vaughan, it works great! g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: dynamic marks on multiple lines between piano staves

2016-10-21 Thread Sirius Barras
Thank you R.Shann and Noeck, your solution { bes' -\markup \column { \line { "1." \dynamic "p" } \line { "2." \dynamic "f" } } } works perfectly and it is pretty simple. s. On 21 October 2016 at 21:51, Noeck wrote: > Hi, > > Am 21.10.2016 um

Re: dynamic marks on multiple lines between piano staves

2016-10-21 Thread Sirius Barras
Dear Urs and Simon I'm not sure to understand how to correctly use your solution: > << > \new Staff { c'1 } > \new Dynamics { s1 \p } > \new Dynamics { s1 \f } > \new Staff { \clef bass c1 } > >> My apologize if my question is naif, but in case I need to apply my dynamics not at the

Re: dynamic marks on multiple lines between piano staves

2016-10-21 Thread Sirius Barras
> What is the partial solution you found so far (would be very helpful to > know)? Difficult to answer, found many things:) When I have not been able to solve my problem with what I thought it was the correct (but ugly)... \mark \markup \column {"1.\dynamic p" "2.\dynamic f"} bes'2.-3

dynamic marks on multiple lines between piano staves

2016-10-21 Thread Sirius Barras
I would like to write *between* the piano staves, on two different lines 1.p 2.f where p and f are dynamic marks. What I should do? And by the way do you suggest a different typographical solution? Thank you, s. P.S. I read the manual, googled online but I found only partial solution to my