Re: Alignment issues of Time signature above the staff

2020-04-11 Thread Chen Leo
Hi, I was able to align the metronome mark above the time signature by using a small hack That is to use \override TimeSignature.stencil = #(lambda (grob) (grob-interpret-markup grob (markup ""))) instead of removing the “time_signature_engraver” from the staff context. I also discovered anoth

how to write music elements

2020-04-11 Thread Dario Marrini
Hi musicians, I'm going to write a little paper with short music elements terminology; I need to be able to write single music elements, as notes (whole note, half note, quarter note and so on) on white field, without staff, the same about clef, time, tempo, staff, double staff and so on; I need ea

Frescobaldi Sessions

2020-04-11 Thread sir.teddy.the.first
Hi all, I'm trying to synchronize my Frescobaldi-installation with a different device. Is there any faster way than exporting and importing every single session on its own, like copying a file where all the sessions are stored? Thanks in advance

Re: Frescobaldi Sessions

2020-04-11 Thread Urs Liska
Hi Am Samstag, den 11.04.2020, 20:42 +0200 schrieb sir.teddy.the.fi...@gmail.com: > Hi all, > I’m trying to synchronize my Frescobaldi-installation with a > different device. > Is there any faster way than exporting and importing every single > session on its own, like copying a file where all the

RE: how to write music elements

2020-04-11 Thread Mark Stephen Mrotek
Dario, Perhaps this link can give you some ideas. https://www.howtogeek.com/39/how-to-insert-music-symbols-in-a-word-document/ Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Dario Marrini Sent: Saturday, April 11, 2020 11:28 AM

Re: how to write music elements

2020-04-11 Thread Kieren MacMillan
Hi Dario, > I'm going to write a little paper with short music elements terminology; I > need to be able to write single music elements, as notes (whole note, half > note, quarter note and so on) on white field, without staff, the same about > clef, time, tempo, staff, double staff and so on; I

AW: Frescobaldi Sessions

2020-04-11 Thread sir.teddy.the.first
Hi, thanks for the response, I’m on Windows. I found “HKEY_CURRENT_USER/Software/frescobaldi/frescobaldi/sessions”. Is that all I have to copy or is anything from “sessiondata” needed as well? Von: Urs Liska Gesendet: Samstag, 11. April 2020 20:44 An: sir.teddy.the.fi...@gmail.com; lilypo

Re: how to write music elements

2020-04-11 Thread Dario Marrini
Thank you guys, both links are very useful, mostly the second one to me, I'm a Linux User. But how can I write a very short staff 'blank' fragment? no clef, no time, no notes? just staff only? thank you Il giorno sab 11 apr 2020 alle ore 22:08 Kieren MacMillan < kie...@kierenmacmillan.info> ha sc

Re: how to write music elements

2020-04-11 Thread Dario Marrini
I found ! Il giorno dom 12 apr 2020 alle ore 01:40 Dario Marrini < dario.marr...@gmail.com> ha scritto: > Thank you guys, both links are very useful, mostly the second one to me, > I'm a Linux User. > But how can I write a very short staff 'blank' fragment? no clef, no time, > no notes? just sta

Re: how to write music elements

2020-04-11 Thread Dario Marrini
Sorry I'm still in trouble, because I can't figure out how to write a simple note (i.e., a half note) without the staff, just the note on a white background; I took a look at feta fonts, but I can't build the note attaching the head to the stem (where is the stem?) any idea will be appreciated th

Re: how to write music elements

2020-04-11 Thread Urs Liska
Am Sonntag, den 12.04.2020, 08:45 +0200 schrieb Dario Marrini: > Sorry I'm still in trouble, because I can't figure out how to write a > simple note (i.e., a half note) without the staff, just the note on a > white background; I took a look at feta fonts, but I can't build the > note attaching the

Re: how to write music elements

2020-04-11 Thread Pierre Perol-Schneider
Hi Dario, See: http://lilypond.org/doc/v2.20/Documentation/notation/music E.g.: \version "2.20.0" \markuplist { \note #"2" #UP % or: \note-by-number #1 #0 #DOWN } Cheers, Pierre Le dim. 12 avr. 2020 à 08:46, Dario Marrini a écrit : > Sorry I'm still in trouble, because I can't figure out