Re: aleatoric box / frameEngraver

2013-09-25 Thread David Nalesnik
Hi, On Wed, Sep 25, 2013 at 9:26 AM, Mazzafrustu wrote: > Hi all, > is it possible to use the frame Engraver in a cross-staff situation, > like piano or (like in my situation) marimba? > I wrote the marimba part using the \change Staff lines. > No, unfortunately not at this time. (If I remembe

Re: aleatoric box / frameEngraver

2013-08-11 Thread SoundsFromSound
bitrary variable in frameEngraver-bars-and-boxes.ly - *write a function that only includes that file if the variable isn't defined yet.* HTH Urs - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/aleatoric-box-frameEngraver-tp147962p149010.ht

Re: aleatoric box / frameEngraver

2013-08-11 Thread Urs Liska
Am 11.08.2013 19:13, schrieb Karol Majewski: Let's say I work on two pieces of music: piece-one.ly and piece-two.ly. Each of them has some files included, like "deutsch.ly" or "frameEngraver-bars-and-boxes.ly". Now I want to combine both files into one PDF document. To achieve this, I create a

Re: aleatoric box / frameEngraver

2013-08-11 Thread Karol Majewski
Let's say I work on two pieces of music: piece-one.ly and piece-two.ly. Each of them has some files included, like "deutsch.ly" or "frameEngraver-bars-and-boxes.ly". Now I want to combine both files into one PDF document. To achieve this, I create a new *.ly file (main.ly) which has piece-one.l

Re: aleatoric box / frameEngraver

2013-08-11 Thread David Kastrup
"Karol Majewski" writes: > Hi, > > just found a small bug in frameEngraver-bars-and-boxes.ly. > > When the main *.ly file includes more than one *.ly file, like: > > \include "1.ly" > \include "2.ly" > > ... and each of those files (1.ly, 2.ly) includes > frameEngraver-bars-and-boxes.ly, then I c

Re: aleatoric box / frameEngraver

2013-08-11 Thread Karol Majewski
Hi,   just found a small bug in frameEngraver-bars-and-boxes.ly.   When the main *.ly file includes more than one *.ly file, like:   \include "1.ly"\include "2.ly" ... and each of those files (1.ly, 2.ly) includes frameEngraver-bars-and-boxes.ly, then I cannot compile the main.ly, because of:   fa

Re: aleatoric box / frameEngraver

2013-07-30 Thread David Nalesnik
Hi, On Mon, Jul 29, 2013 at 12:41 PM, David Nalesnik wrote: > Hi Karol, > > > On Sat, Jul 20, 2013 at 6:57 AM, Karol Majewski wrote: > >> >> OK, so have repeat signs in \markup \Score. Now I need the extender. How >> can I modify David's function to start the extender without frame? For >> exam

Re: aleatoric box / frameEngraver

2013-07-29 Thread David Nalesnik
Hi Karol, On Sat, Jul 20, 2013 at 6:57 AM, Karol Majewski wrote: > > OK, so have repeat signs in \markup \Score. Now I need the extender. How > can I modify David's function to start the extender without frame? For > example: > > > > c'4 \extenderStart s4*2 \extenderStop > Again, I think the be

Re: aleatoric box / frameEngraver

2013-07-20 Thread Karol Majewski
Dnia 15-07-2013 o godz. 13:54 David Nalesnik napisał(a): Hi Karol, Harm-- On Mon, Jul 15, 2013 at 5:56 AM, Karol Majewski wrote: Sorry, Thomas... I forgot to mention that I want to place repeat signs in the middle of the bar! Mea culpa. That's why at first I tried to modify frame

Re: aleatoric box / frameEngraver

2013-07-15 Thread David Nalesnik
Hi Karol, Harm-- On Mon, Jul 15, 2013 at 5:56 AM, Karol Majewski wrote: > Sorry, Thomas... I forgot to mention that I want to place repeat signs in > the middle of the bar! Mea culpa. That's why at first I tried to modify > frameEngraver. It would be great to have something like: > > \repeatSta

Re: aleatoric box / frameEngraver

2013-07-15 Thread Karol Majewski
Sorry, Thomas... I forgot to mention that I want to place repeat signs in the middle of the bar! Mea culpa. That's why at first I tried to modify frameEngraver. It would be great to have something like: \repeatStart c'4 d' e' \repeatStop s4*3 \repeatExtenderStop Here is function that I try to m

Re: aleatoric box / frameEngraver

2013-07-14 Thread Thomas Morley
2013/7/14 Karol Majewski : > Yes, I tried that before. The point is that I don't want move these > engravers, because it messes up the score (no bar numbers, some bar lines > missing). Need some other way to insert those repeat signs. I can always put > them in \markup { \score } and move them v

Re: aleatoric box / frameEngraver

2013-07-14 Thread Karol Majewski
Yes, I tried that before. The point is that I don't want move these engravers, because it messes up the score (no bar numbers, some bar lines missing). Need some other way to insert those repeat signs. I can always put them in \markup { \score } and move them via extra-offset, but maybe there is

Re: aleatoric box / frameEngraver

2013-07-14 Thread Thomas Morley
2013/7/13 Karol Majewski : > OK, so now I'm playing with \set Score.repeatCommands = #'(start-repeat). The > big question is: how can I apply repeat sign only to one staff inside > PianoStaff. \set Staff.repeatCommands = #'(start-repeat) does not work. Hi Karol, how about \version "2.17.21" \

Odp: aleatoric box / frameEngraver

2013-07-13 Thread Karol Majewski
OK, so now I'm playing with \set Score.repeatCommands = #'(start-repeat). The big question is: how can I apply repeat sign only to one staff inside PianoStaff. \set Staff.repeatCommands = #'(start-repeat) does not work. Dnia 13-07-2013 o godz. 13:45 Karol Majewski napisał(a): > Hi again. This t

aleatoric box / frameEngraver

2013-07-13 Thread Karol Majewski
Hi again. This time i'm trying to modify frameEngraver written by David Nalesnik (Big thanks). I'm using 2.16.2 version of LilyPond and frameEngraver8.ly, which you can find here: http://lilypond.1069038.n5.nabble.com/attachment/139396/0/frameEngraver8.ly So, what I'm trying to achieve is to re