microtonal accidentals

2018-04-10 Thread Freeman Gilmore
​I there a list of all the microtonal accidentals that Lilypond supports and with syntax? I found some in the appendix of the Notation Reference. There is a table there it has the name but does not have the syntax for the accidental. There is syntax with the Turkish accidentals in a different

Re: problem with the spacing of microtonal accidentals

2014-01-18 Thread Thomas Richter
Hello Stefan, maybe the following code instead of the \layout{...} command in your Mikrotoene_kurzbeispiel.ly file will work with the HE font. It is partly similar to my ekmelily extension. #(define (my-Y-extent grob) (ly:stencil-extent

Re: problem with the spacing of microtonal accidentals

2014-01-06 Thread Stefan Thomas
Dear community, I tried to define a new glyph-namt-alist, but without succes. Could someone gibe me a hint how to do it? I would like to include a special font for microtonal accidentals. I tried in the following way: \version "2.18.0" stefansGlyphs = #`( (1/12 . \markup {

Re: problem with the spacing of microtonal accidentals

2014-01-05 Thread Stefan Thomas
Dear Keith, I don't understand everything You've been writing. You must know that the code of the example mostly comes from copy and paste. Can You tell me, which line of code I have to set to #'( )? And could You be so kind giving me an example for combining accidentals in a string? Thanks, Stefan

Re: problem with the spacing of microtonal accidentals

2014-01-04 Thread Keith OHara
Stefan Thomas gmail.com> writes: > It uses the true type font HE for special microtonal accidentals.I've found  this font somewhere in the web. > Unfortunately the accidentals are too close to the notes. > How can I give them more space? > I tried everything. > When I compile the file, I get the

problem with the spacing of microtonal accidentals

2014-01-04 Thread Stefan Thomas
Dear community, I've problem with this (shortened) file. It uses the true type font HE for special microtonal accidentals.I've found this font somewhere in the web. Unfortunately the accidentals are too close to the notes. How can I give them more space? I tried everything. When I compile the file

Microtonal accidentals

2008-06-13 Thread Torsten Anders
Hello, I am still struggling with microtonal accidental notation. The problem is, that I need signs which are not part of the Feta font. For example, I need signs to indicate raising/flattening by a syntonic comma or septimal comma. So, something like Sagittal notation would be great, and

Re: Rotating/grouping grobs for microtonal accidentals

2008-04-09 Thread Torsten Anders
Dear Graham, thanks for your reply and sorry for the delay. On Apr 3, 2008, at 7:17 PM, Graham Percival wrote: On Thu, 3 Apr 2008 19:08:06 +0100 Torsten Anders <[EMAIL PROTECTED]> wrote: thank you for your kind reply and sorry for my late response. The example you provided does indeed work ni

Re: Rotating/grouping grobs for microtonal accidentals

2008-04-03 Thread Graham Percival
On Thu, 3 Apr 2008 19:08:06 +0100 Torsten Anders <[EMAIL PROTECTED]> wrote: > thank you for your kind reply and sorry for my late response. The > example you provided does indeed work nicely for monotonic voices. > However, it appears it does not work for chords Please see LM 4.1.4 Tweaking m

Re: Rotating/grouping grobs for microtonal accidentals

2008-04-03 Thread Torsten Anders
Dear Mats thank you for your kind reply and sorry for my late response. The example you provided does indeed work nicely for monotonic voices. However, it appears it does not work for chords %% !! causes lilypond parsing error! \version "2.10.0" \relative c'{ c d e < \once \override Acc

Re: Rotating/grouping grobs for microtonal accidentals

2008-03-31 Thread Mats Bengtsson
As far as I understand, the answer to both of your questions is that you have to replace the function that normally is done to typeset the accidentals with your own function. This is not necessarily so difficult as it first may seem. The simplest solution is to use the standard function used to

Re: Rotating/grouping grobs for microtonal accidentals

2008-03-29 Thread Torsten Anders
On Mar 28, 2008, at 8:58 PM, Torsten Anders wrote: I would like to define a microtonal notation with alteration fractions (cf. http://lilypond.org/doc/v2.11/Documentation/topdocs/ NEWS.html) -- thanks for providing this feature! Everything works great. My only problem is the creation of sui

Rotating/grouping grobs for microtonal accidentals

2008-03-28 Thread Torsten Anders
Dear all, I would like to define a microtonal notation with alteration fractions (cf. http://lilypond.org/doc/v2.11/Documentation/topdocs/ NEWS.html) -- thanks for providing this feature! Everything works great. My only problem is the creation of suitable accidentals. I need four additiona