Re: Include file from music function 2.15.18

2011-11-14 Thread David Kastrup
Jay Anderson horndud...@gmail.com writes: On Sun, Nov 13, 2011 at 11:07 PM, David Kastrup d...@gnu.org 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

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: 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

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 }

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

Re: problem with polymetrics and dynamics

2011-11-14 Thread Peekay Ex
Hello, On 14 November 2011 14:44, Stefan Thomas kontrapunktste...@googlemail.com 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

Re: problem with polymetrics and dynamics

2011-11-14 Thread Xavier Scheuer
On 14 November 2011 15:44, Stefan Thomas kontrapunktste...@googlemail.com 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

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 x.sche...@gmail.com On 14 November 2011 15:44, Stefan Thomas kontrapunktste...@googlemail.com wrote: Dear community, I have a problem with polymetric music and the Dynamics context. In the below quoted

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

Re: collision of special notehead and accidental

2011-11-14 Thread Keith OHara
mike at apollinemike.com mike at 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

Re: Getting one midi file with file with many scores

2011-11-14 Thread Keith OHara
Sebastian Canagaratna s-canagaratna at 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

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

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