Re: Fragment with broken/torn/shredded staff lines

2009-01-14 Thread MonAmiPierrot
f - MikTex - LaTeX class: Koma book - Lilypond and MusixTeX for example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-lines-tp21220482p21458955.html Sent from the Gnu - Lilypond - User mailing list archive at

Re: Fragment with broken/torn/shredded staff lines

2009-01-11 Thread MonAmiPierrot
b, Mark"? Piero - Piero Faustini, PhD student Dipartimento di Scienze Storiche Sezione musicologia Università di Ferrara Software used: - LyX 1.6.1 on WinXP; EndNote & JabRef - MikTex - LaTeX class: Koma book - Lilypond and MusixTeX for example excerpts - BibLaTeX for bibliographies --

Re: Fragment with broken/torn/shredded staff lines

2009-01-10 Thread Mark Polesky
Piero, I'll have more time to tweak the snippet a little later, but I'll suggest some quick-and-dirty fixes that may or may not work. MonAmiPierrot wrote: > 1. I have some problem with your snippet and LyX... I'll wait for more info. > 2. ...the preview in LyX shows black on pale pink. >

Re: Fragment with broken/torn/shredded staff lines

2009-01-10 Thread MonAmiPierrot
rrara Software used: - LyX 1.6.1 on WinXP; EndNote & JabRef - MikTex - LaTeX class: Koma book - Lilypond and MusixTeX for example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-li

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread Jonathan Kulp
Dmytro O. Redchuk wrote: 2009/1/9 MonAmiPierrot : and then comes some Mark and prepares it for you (and everyone) in one week and to the last detail! And a lot of people too find it interesting and useful... Thanks Mark, thanks open forums, thanks Lilypond. and the solution will be perfect, exc

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread Dmytro O. Redchuk
2009/1/9 MonAmiPierrot : > and then comes some Mark and prepares it > for you (and everyone) in one week and to the last detail! And a lot of > people too find it interesting and useful... Thanks Mark, thanks open > forums, thanks Lilypond. and the solution will be perfect, excellent, beautiful, re

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread MonAmiPierrot
x - LaTeX class: Koma book - Lilypond and MusixTeX for example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-lines-tp21220482p21369789.html Sent from the Gnu - Lilypond - User mailing

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread Mark Polesky
Mark Polesky wrote: > Here's my completed snippet. Accidentally sent the wrong file ... here's the final version. Thanks again. - Mark \version "2.12.0" %% preferences %% tearWidth = #1 tearXext = #'(0 . 0) zigzagDefaultYext = #'(-4 . 4) zigzagDefaultSerrationCount = #5 zigzagTearLin

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread Mark Polesky
Valentin Villenave wrote: > If you don't have an account, provide me with a title/description etc > and I'll add it for you. Valentin, Here's my completed snippet. I guess the title could be "Ripped/torn staff-lines" or something. I've included the description in a separate file; perhaps it's

Re: Fragment with broken/torn/shredded staff lines

2009-01-06 Thread Mark Polesky
Valentin Villenave wrote: > 2009/1/4 Reinhold Kainhofer : > > > Cool, both your versions (those with the zig-zag line and this one) look > > absolutely fantastic! Can you plase add both of them to the LSR so they will > > be preserved for future users, too? > > +1 Everyone's enthusiasm is defini

Re: Fragment with broken/torn/shredded staff lines

2009-01-06 Thread Valentin Villenave
2009/1/4 Reinhold Kainhofer : > Cool, both your versions (those with the zig-zag line and this one) look > absolutely fantastic! Can you plase add both of them to the LSR so they will > be preserved for future users, too? +1 If you don't have an account, provide me with a title/description etc a

Re: Fragment with broken/torn/shredded staff lines

2009-01-06 Thread Tim Reeves
>I made a small change to the randomization code (attached). >- Mark Mark, That is a very cool function. I don't have an immediate use for it, but I saved it for later, and I think it's a great illustration of the power of Lilypond. Tim Reeves ___

Re: Fragment with broken/torn/shredded staff lines

2009-01-06 Thread Mark Polesky
I made a small change to the randomization code (attached). - Mark \version "2.12.0" rightTearWidth = #1 rightTearFixedLengths = #'(0 1 3 4 2) rightTearGeneric = #(define-music-function (parser location lengths) (list?) #{ #(define (x-ext n) (cons (* (list-ref $lengths n) (

Re: Fragment with broken/torn/shredded staff lines

2009-01-06 Thread Mark Polesky
Piero, here's a new patch with randomization for the right side. Again, it's a work in progress. In fact, there are 3 functions here. 1) use \rightTearFixed if you want the same tear-pattern consistently; set the pattern at the top of the file: rightTearFixedLengths = #'(0 1 3 4 2) 2) u

Re: Fragment with broken/torn/shredded staff lines

2009-01-04 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 4. Januar 2009 18:13:04 schrieb Mark Polesky: > This should be closer to what you want, but I need to emphasize that > it's not finished yet. It *is* possible to randomize the staff-line > tear-lengths; hopefully I'll have time to work on t

Re: Fragment with broken/torn/shredded staff lines

2009-01-04 Thread MonAmiPierrot
usixTeX for example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-lines-tp21220482p21280494.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___

Re: Fragment with broken/torn/shredded staff lines

2009-01-04 Thread Mark Polesky
Piero, This should be closer to what you want, but I need to emphasize that it's not finished yet. It *is* possible to randomize the staff-line tear-lengths; hopefully I'll have time to work on that a little later. But I figured I'd send off what I have so far. For now, only the top 2 variables a

Re: Fragment with broken/torn/shredded staff lines

2009-01-04 Thread MonAmiPierrot
JabRef - MikTex - LaTeX class: Koma book - Lilypond and MusixTeX for example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-lines-tp21220482p21275945.html Sent from the Gnu - Lilypond - Use

Re: Fragment with broken/torn/shredded staff lines

2009-01-04 Thread MonAmiPierrot
example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-lines-tp21220482p21275863.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fragment with broken/torn/shredded staff lines

2009-01-03 Thread Mark Polesky
Piero, I've cooked up a way of "tearing" the right side of the staff, which you can take a look at. Presumably tearing the left side of the staff shouldn't be too much harder, but I don't have time to look at it right now. I've included a lilypond file for you to experiment with. Play around with

Re: Fragment with broken/torn/shredded staff lines

2009-01-03 Thread Antanas Budriūnas
2008/12/30 MonAmiPierrot > > Hello all, > I need to produce a lot of small excerpts for a musicological thesis, and > I'm wondering if there's a way to draw a "torn", "broken" end (and/or > beginning) of a staff, as if the paper had been shredded leaving each of > its > 5 lines an irregular lengt

Fragment with broken/torn/shredded staff lines

2008-12-31 Thread MonAmiPierrot
ndNote & JabRef - alternately: Lyx 1.4.3 on Xandros (ASUS eeePC) [LINUX DUMMY:confused:] - Used class: Koma book -- View this message in context: http://www.nabble.com/Fragment-with-broken-torn-shredded-staff-lines-tp21220482p21220482.html Sent from the Gnu - Lilypo