Re: Notation snippets

2016-01-03 Thread Marc Hohl
Am 03.01.2016 um 17:05 schrieb Jayaratna: Ouch, I thought you could import glyphs from svg: my knowledge of Metafont is = 0 I did not follow this thread closely, but if you want to add glyphs that are similar to those that already exist, then working with Metafont should not be all that hard IM

Re: Notation snippets

2016-01-03 Thread Jayaratna
Ouch, I thought you could import glyphs from svg: my knowledge of Metafont is = 0 -- View this message in context: http://lilypond.1069038.n5.nabble.com/Notation-snippets-tp185122p185496.html Sent from the User mailing list archive at Nabble.com. __

Re: Notation snippets

2016-01-03 Thread Thomas Morley
2015-12-29 19:32 GMT+01:00 Jayaratna : > > It's only 24 glyphs, not too much work. > I can export them in svg format, but I'd need two to know on what original > the petrucci noteheads have been drawn after. I've never made a font, I > guess the glyphs are to be precisely placed on their font slots

Re: Notation snippets

2016-01-03 Thread Thomas Morley
2015-12-27 22:53 GMT+01:00 Thomas Morley : > 2015-12-27 21:10 GMT+01:00 Thomas Morley : >> 2015-12-27 19:19 GMT+01:00 Jayaratna : >>> Hello, Harm, >>> >>> all notehad styles are supported, but petrucci, semipetrucci and >>> blackpetrucci styles do not give the proper flag: maybe I should post this

Re: Notation snippets

2015-12-29 Thread Jayaratna
It's only 24 glyphs, not too much work. I can export them in svg format, but I'd need two to know on what original the petrucci noteheads have been drawn after. I've never made a font, I guess the glyphs are to be precisely placed on their font slots. Stems will have to be reduced.

Re: Notation snippets

2015-12-28 Thread Thomas Morley
2015-12-27 23:10 GMT+01:00 Jayaratna : > Thank you so much, Harm. > > Maybe I could/should draw the glyphs for petrucci style flags. They should > not be too much work if I can start from a draft. > > Andy Would be great. Patches are always welcome. I can't help with this, though. I have no clue h

Re: Notation snippets

2015-12-27 Thread Jayaratna
Thank you so much, Harm. Maybe I could/should draw the glyphs for petrucci style flags. They should not be too much work if I can start from a draft. Andy -- View this message in context: http://lilypond.1069038.n5.nabble.com/Notation-snippets-tp185122p185153.html Sent from the User mailing

Re: Notation snippets

2015-12-27 Thread Thomas Morley
2015-12-27 21:10 GMT+01:00 Thomas Morley : > 2015-12-27 19:19 GMT+01:00 Jayaratna : >> Hello, Harm, >> >> all notehad styles are supported, but petrucci, semipetrucci and >> blackpetrucci styles do not give the proper flag: maybe I should post this >> on the bugs list. >> >>

Re: Notation snippets

2015-12-27 Thread Thomas Morley
2015-12-27 19:19 GMT+01:00 Jayaratna : > Hello, Harm, > > all notehad styles are supported, but petrucci, semipetrucci and > blackpetrucci styles do not give the proper flag: maybe I should post this > on the bugs list. > > The p

Re: Notation snippets

2015-12-27 Thread Jayaratna
Hello Simon, thanks for the advice, I've got both version running on Frescobaldinow. :D Ciao, Andy -- View this message in context: http://lilypond.1069038.n5.nabble.com/Notation-snippets-tp185122p185148.html Sent from the User mailing list archive at Nabble.com.

Re: Notation snippets

2015-12-27 Thread Simon Albrecht
On 27.12.2015 16:32, Jayaratna wrote: Hope I can keep both versions on my system. Of course you can – I’ve about a dozen versions installed here. Just install them in another directory, e.g. using the --prefix option with the sh installer (don’t know what way you’re installing it). HTH, Sim

Re: Notation snippets

2015-12-27 Thread Jayaratna
Hello, Harm, all notehad styles are supported, but petrucci, semipetrucci and blackpetrucci styles do not give the proper flag: maybe I should post this on the bugs list. \version "2.19.34" my-staff = \markup\stencil #(make-

Re: Notation snippets

2015-12-27 Thread Thomas Morley
2015-12-27 18:22 GMT+01:00 Jayaratna : > Thank you, Pierre and Schneidy, > > it works. What about mensural notes as well? > Mensural flags are not suupported by \note-by-number... :( They are not _separatly_ supported, I thought that would make little sense ;) \markup { \override #'(style . m

Re: Notation snippets

2015-12-27 Thread Jayaratna
It does not support the proper flag with bigger noteheads :_( Thank you anyway. A %% note \combine \my-staff \translate #'(0 . 0) \combine \override #'(style . mensural) %\override #'(flag-style . mensural-flag ) \note-by-number #5 #0 #UP \translate #'(1 . 0) \combine \ov

Re: Notation snippets

2015-12-27 Thread Pierre Perol-Schneider
Andy, this should work: \markup \override #'(style . mensural) \note-by-number #5 #0 #UP Cheers, Pierre 2015-12-27 18:22 GMT+01:00 Jayaratna : > Thank you, Pierre and Schneidy, > > it works. What about mensural notes as well? > Mensural flags are not suupported by \note-by-number... :( > > %

Re: Notation snippets

2015-12-27 Thread Jayaratna
Thank you, Pierre and Schneidy, it works. What about mensural notes as well? Mensural flags are not suupported by \note-by-number... :( %% note \combine \my-staff \translate #'(2 . 0) \combine \override #'(style . petrucci) \override #'(flag-style . mensural-flag ) \note-by-numb

Re: Notation snippets

2015-12-27 Thread Pierre Perol-Schneider
Or maybe a closer look: . %% the note \combine \my-staff \translate #'(2 . 4) \combine \note-by-number #5 #0 #DOWN \translate #'(0 . 0) \stencil #(make-path-stencil '(M -0.3 0 L 1.6 0 M -0.3 -1 L 1.6 -1) 0.15 1 1 #f) 2015-12

Re: Notation snippets

2015-12-27 Thread Pierre Perol-Schneider
Hi Andrea, How about: \version "2.19.34" my-staff = \markup\stencil #(make-path-stencil '(M 0 2 L 5 2 M 0 1 L 5 1 M 0 0 L 5 0 M 0 -1 L 5 -1 M 0 -2 L 5 -2) 0.1 1 1 #f) \markup { %% clef G \combine \my-staff \translate #'(1

Re: Notation snippets

2015-12-27 Thread Jayaratna
I'm downloading the newest version. Hope I can keep both versions on my system. In any case, is it possible to center the last notes with the staff lines? Thank you, A -- View this message in context: http://lilypond.1069038.n5.nabble.com/Notation-snippets-tp185122p185128.html Sent from the U

Re: Notation snippets

2015-12-27 Thread Malte Meyn
Am 27.12.2015 um 16:18 schrieb Jayaratna: > I hope these will be understandable: > > workex.ly > > > > It should be like this, but I can't extend the lines over the

Re: Notation snippets

2015-12-27 Thread Jayaratna
I hope these will be understandable: workex.ly It should be like this, but I can't extend the lines over the clefs. I also need the music symbols to be centered with

Re: Notation snippets

2015-12-27 Thread Malte Meyn
Am 27.12.2015 um 14:34 schrieb Jayaratna: > Dear Lilipondians, > > I am trying to make a page which shows a series of music symbols, each of > them appearing on a standard staff of a given measure. So far I can print > clefs and other symbols, but with no staff lines. > > Any idea on how to mak

Re: Notation snippets

2015-12-27 Thread Michael Gerdau
> I am trying to make a page which shows a series of music symbols, each of > them appearing on a standard staff of a given measure. So far I can print > clefs and other symbols, but with no staff lines. > > Any idea on how to make this? > > Thank you, > A > > \version "2.18.2" > > \paper { >