Re: collision of special notehead and accidental

2011-11-14 Thread takmi ikeda
> The example as it is has no collisions using the development version. > > In the stable version you can also > \override NoteHead #'minimum-Y-extent = #'(-0.1 . 0.1) > to resolve the collisions. > This gives LilyPond an estimate of the height of your note heads, > before actually calling your f

Control of measure_grouping_engraver

2011-11-14 Thread paul
I am typesetting rhythmically challenging music by B. Martinu. A typical feature in Martinu works is a perpetually changing time signature. What I'd like to do is rhythmically annotate the beat groupings for tricky parts only, for example 4/4 to 7/8 or 2/4 to 5/8. For the 7/8 and 5/8 bars it

Re: Getting one midi file with file with many scores

2011-11-14 Thread Keith OHara
Sebastian Canagaratna onu.edu> writes: > hi:  I had a file with two scores, each score having \layout() and \midi. In agreement with themanual, there was only one output from \layout, but there were two midi files, file.midi and file-1.midi. How does one get one midi file with a .ly file hav

Re: collision of special notehead and accidental

2011-11-14 Thread Keith OHara
mike apollinemike.com apollinemike.com> writes: > > On Nov 14, 2011, at 11:02 AM, takumi ikeda wrote: > > > When using special notehead, accidental and notehead collide to some > > specific > > notes. What should I do in order to avoid this using Scheme? > > > > If you download the unstable

Getting one midi file with file with many scores

2011-11-14 Thread Sebastian Canagaratna
hi: I had a file with two scores, each score having \layout() and \midi. In agreement with the manual, there was only one output from \layout, but there were two midi files, file.midi and file-1.midi. How does one get one midi file with a.ly file having many scores. In other words, I want lilypon

Re: problem with polymetrics and dynamics

2011-11-14 Thread Stefan Thomas
Dear Xavier, thanks for Your help! It works fine now! 2011/11/14 Xavier Scheuer > On 14 November 2011 15:44, Stefan Thomas > wrote: > > Dear community, > > I have a problem with polymetric music and the Dynamics context. > > In the below quoted snippet, a linebreak isn't possible, and the > > D

Re: problem with polymetrics and dynamics

2011-11-14 Thread Xavier Scheuer
On 14 November 2011 15:44, Stefan Thomas wrote: > Dear community, > I have a problem with polymetric music and the Dynamics context. > In the below quoted snippet, a linebreak isn't possible, and the > Dynamics-context is definitely part of the problem: If you add \time 3/4 at the beginning of

Re: problem with polymetrics and dynamics

2011-11-14 Thread Peekay Ex
Hello, On 14 November 2011 14:44, Stefan Thomas wrote: > Dear community, > I have a problem with polymetric music and the Dynamics context. > In the below quoted snippet, a linebreak isn't possible, and the > Dynamics-context is definitely part of the problem: I'm not so sure. For instance if y

Progam to text-label LilyPond measures (uses YAML input)

2011-11-14 Thread Mark D . Blackwell
Some music (especially some choral music) is somewhat irregular of measure length. Naturally with this kind of music, while entering (and editing, following one's musical sense), often measures will join or split. Then half of the measure numbers are thrown off. This is especially true of early mus

problem with polymetrics and dynamics

2011-11-14 Thread Stefan Thomas
Dear community, I have a problem with polymetric music and the Dynamics context. In the below quoted snippet, a linebreak isn't possible, and the Dynamics-context is definitely part of the problem: \version "2.14.2" right = { \time 5/4 \repeat "unfold" 3 { c'''8 r b'' r bes'' r a'' r as'' r

Re: collision of special notehead and accidental

2011-11-14 Thread m...@apollinemike.com
On Nov 14, 2011, at 11:02 AM, takumi ikeda wrote: > When using special notehead, accidental and notehead collide to some specific > notes. What should I do in order to avoid this using Scheme? > > \version "2.14.2" > > triBk = > #(ly:make-stencil > (list 'embedded-ps > "gsave >

collision of special notehead and accidental

2011-11-14 Thread takumi ikeda
When using special notehead, accidental and notehead collide to some specific notes. What should I do in order to avoid this using Scheme? \version "2.14.2" triBk = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath -.1675 .5 moveto

Re: Include file from music function 2.15.18

2011-11-14 Thread David Kastrup
Jay Anderson writes: > On Sun, Nov 13, 2011 at 11:07 PM, David Kastrup wrote: >> \include is special-cased in the lexer in order to accept >> \stringidentifier.  Previously $xxx in #{ ... #} was translated into >> \something artificially.  This translation is no longer happening.  But >> \includ