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 too

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

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread MonAmiPierrot
Mark Polesky wrote: Here's my completed snippet. ...this is what I love about open software: you just ask in a forum if it's possibile to do something you need, 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

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread Dmytro O. Redchuk
2009/1/9 MonAmiPierrot pierofaust...@hotmail.com: 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,

Re: Fragment with broken/torn/shredded staff lines

2009-01-09 Thread Jonathan Kulp
Dmytro O. Redchuk wrote: 2009/1/9 MonAmiPierrot pierofaust...@hotmail.com: 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

Re: short instrument name setting

2009-01-09 Thread Kieren MacMillan
Hi James (et al). There seems to still be some confusion about all this… There is certainly no need to define a context for instrument names, as suggested by James: You could define a context for instrument names, which is probably way more work than is necessary for most situations I

Auto-beaming rules

2009-01-09 Thread Trevor Daniels
I'm making some changes to the auto-beaming rules to take full advantage of beatGrouping wherever possible, since this will make the default beaming much easier to override. I'd like to be sure LilyPond follows standard beaming practice (in so far as it is defined) wrt beat grouping as far as

LilyPondTool and jPedal preview

2009-01-09 Thread Johan Vromans
Hi, With the newest LilyPondTool, jPedal does not remember the scaling during reloads. So when editing a score and previewing at 250%, every time after an update the score is shown at 100% again. Unless my memory deceives me, with the previous version of LilyPondTool jPedal kept the scaling

Numbered Musical Notation

2009-01-09 Thread Yogi
I am currently researching to build a library of LilyPond files for praise/worship songs. While musical notation is great for musicians, the same can't be said for the local non-musical churchgoers here, who are somewhat more accustomed to reading numbered musical notation. Here's the article, if

verbatim (non-file) macro

2009-01-09 Thread Kieren MacMillan
Hi all, Is there a \verbatim macro out there anywhere, i.e., one where \markup \verbatim { Hickory dickory dock, I'm a \verbatim %%block%%. } would output Hickory dickory dock, I'm a \verbatim %%block%%. [note that leading spaces are maintained]. Thanks for any pointers,

Re: stacked markup with parenthesis

2009-01-09 Thread Jean-Alexis Montignies
Hi All! So does anyone have an idea how to achieve this (with or without parenteses) ? I would do that for chord markups for tensions. In the most complicated case I need three stacked numbers i.e: (b9, #9, b13) Thanks all and happy new year. Le 14 avr. 08 à 15:11, lasconic a écrit :

RE: LilyPondTool and jPedal preview

2009-01-09 Thread Nick Payne
I see the same problem. I also have the problem with the newest version that I have to make sure that jPedal is displaying the first page of the pdf before I run Lilypond from Lilypondtool to update the pdf. If I don't do that, then the odds are that when the jPedal window is made topmost after

Re: stacked markup with parenthesis

2009-01-09 Thread James E. Bailey
It's crude, and there's probably a better parenthesis glyph, but it's a quick and dirty solution. And perhaps a different way to think. \version 2.11.65 \markup \vcenter { \fontsize #12 { ( } \column { \line {a} \line {b} \line {c} } \fontsize #12 { ) } } Am

How to produce a tiny example?

2009-01-09 Thread MonAmiPierrot
Hello, I need to use several example (90% are tiny fragments) of music, many times just 2 or 3 measures of some melody with words for my musicological thesis. I'ma latex user and I DON'T want to use lilypond-book, because it's too difficoult to implement in LyX 1.6.1 (the editor I use) if one

Re: How to produce a tiny example?

2009-01-09 Thread Jonathan Kulp
MonAmiPierrot wrote: Hello, I need to use several example (90% are tiny fragments) of music, many times just 2 or 3 measures of some melody with words for my musicological thesis. I'ma latex user and I DON'T want to use lilypond-book, because it's too difficoult to implement in LyX 1.6.1 (the

Ties in alternatives

2009-01-09 Thread Johan Vromans
I'm quite sure I've seen this somewhere in the docs... Given this snippet: \relative c' { c4 c c c ~ | \repeat volta 2 { c c c c | } \alternative { { c c c c ~ | } { r c c c | } } c c c c | } How can I get a tie after the 4th note of the 1st

Re: How to produce a tiny example?

2009-01-09 Thread Damian leGassick
dear MAP (also doing my phD with LyX) in the terminal (well, actually in textmate...) i do: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates a clipped eps and pdf file which i then import into lyx d On 9 Jan 2009, at 21:01, Jonathan Kulp wrote:

Re: Ties in alternatives

2009-01-09 Thread -Eluze
Johan Vromans wrote: I'm quite sure I've seen this somewhere in the docs... \laissezVibrer !? hth Eluze -- View this message in context: http://www.nabble.com/Ties-in-alternatives-tp21381953p21382191.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.

Re: How to produce a tiny example?

2009-01-09 Thread MonAmiPierrot
Thanks John, but my programming skills are not above Lilypond users average... thanks anyway. Piero Jonathan Kulp-2 wrote: MonAmiPierrot wrote: Hello, I need to use several example (90% are tiny fragments) of music, many times just 2 or 3 measures of some melody with words for my

Re: How to produce a tiny example?

2009-01-09 Thread MonAmiPierrot
Damian leGassick wrote: dear MAP (also doing my phD with LyX) in the terminal (well, actually in textmate...) i do: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates a clipped eps and pdf file which i then import into lyx Seems what I

Re: How to produce a tiny example?

2009-01-09 Thread Graham Percival
On Fri, Jan 09, 2009 at 12:48:30PM -0800, MonAmiPierrot wrote: The best solution is that Lilypond could produce a pdf or ps file that is already clipped of all white space, left, right, top and bottom. Is there a way to have Lilypond CLIP all blank space around and produce a pdf or ps file

Re: How to produce a tiny example?

2009-01-09 Thread Jonathan Kulp
MonAmiPierrot wrote: Damian leGassick wrote: dear MAP (also doing my phD with LyX) in the terminal (well, actually in textmate...) i do: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates a clipped eps and pdf file which i then import into lyx

Re: How to produce a tiny example?

2009-01-09 Thread MonAmiPierrot
Damian leGassick wrote: dear MAP (also doing my phD with LyX) in the terminal (well, actually in textmate...) i do: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates a clipped eps and pdf file which i then import into lyx Seems what I

Re: How to produce a tiny example?

2009-01-09 Thread MonAmiPierrot
Graham Percival-3 wrote: NR 3.4.1 Extracting fragments of music and maybe AU 4.6 Inserting LilyPond output into other programs Are you pointing to some docs? - Piero Faustini, PhD student Dipartimento di Scienze Storiche Sezione musicologia Università di Ferrara Software

Re: How to produce a tiny example?

2009-01-09 Thread MonAmiPierrot
Jonathan Kulp-2 wrote: I have it working beautifully with BibTeX for the bibliography, too. ... and it's very easy just to use a text editor instead. Thanks, but I use BibLaTeX, which is a complex package which create perfect bibliographies. I don't want to be unpolite, but it

Re: How to produce a tiny example?

2009-01-09 Thread Patrick McCarty
On Fri, Jan 9, 2009 at 4:13 PM, MonAmiPierrot pierofaust...@hotmail.com wrote: Damian leGassick wrote: dear MAP (also doing my phD with LyX) in the terminal (well, actually in textmate...) i do: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates

Re: How to produce a tiny example?

2009-01-09 Thread Jonathan Kulp
MonAmiPierrot wrote: Graham Percival-3 wrote: NR 3.4.1 Extracting fragments of music and maybe AU 4.6 Inserting LilyPond output into other programs Are you pointing to some docs? He's pointing to Notation Reference and Application Usage. Jon -- Jonathan Kulp

Re: How to produce a tiny example?

2009-01-09 Thread Martin Tarenskeen
On Fri, Jan 09, 2009 at 04:13:01PM -0800, MonAmiPierrot wrote: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates a clipped eps and pdf file which i then import into lyx Or, is there a way to tell Lilypond to act like this by default? (Cause it

Re: notes for toms and floortoms

2009-01-09 Thread Mark Polesky
Herman wrote: ... an open circle with a line through it. ... I looked in lilypond if this symbol is available, but I coudn't find it. Is there a way to generate it? Yes. Using scheme and postscript, you can generate your own stencil and substitute your stencil in place of the default

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2009-01-09 Thread Wilbert Berendsen
Op dinsdag 6 januari 2009, schreef Wilbert Berendsen: Not yet, but you can configure one. Rightclick the option in the menu and choose Configure shortcut... I just did't decide which shortcuts to use by default... :-) SVN and upcoming 0.7.3 have nice shortcuts now :-) best regards, Wilbert

Re: Ties in alternatives

2009-01-09 Thread Mark Polesky
-Eluze wrote: Johan Vromans wrote: I'm quite sure I've seen this somewhere in the docs... \laissezVibrer !? Yes, but I'm bothered by this semantic limitation. I wrote an exhaustive feature-request regarding this on -devel, but (: interestingly :) nobody replied!

Re: Translating the Music Glossary (Was: Newbie question: tie between a and b)

2009-01-09 Thread Kurt Kroon
On 2009/01/05 3:02 AM, Zoltan Selyem s...@elte.hu wrote: Hi, Hi I'm Kurt: I maintain the Glossary. On Mon, 5 Jan 2009, Mats Bengtsson wrote: I'm afraid that the Music Glossary included in the LilyPond documentation does not yet include Hungarian, perhaps you would be interested in

Re: How to produce a tiny example?

2009-01-09 Thread Martin Tarenskeen
On Fri, Jan 09, 2009 at 04:13:01PM -0800, MonAmiPierrot wrote: in the terminal (well, actually in textmate...) i do: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts filename.ly which generates a clipped eps and pdf file which i then import into lyx Or, is there

Re: Minimum width for a bar

2009-01-09 Thread Mark Polesky
\once\override Slur #'minimum-length = #16 One thing I noticed is that you're using Slur instead of Tie. Try changing it, maybe that'll do the trick? Hope so. - Mark ___ lilypond-user mailing list lilypond-user@gnu.org

Snippets documentation

2009-01-09 Thread Nick Payne
The html version of the snippets documentation (2.12.1, both the big page and normal versions) doesn't have links to the individual snippets. i.e. Every indivual snippet link under Pitches in the index at http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/index links to

RE: Minimum width for a bar

2009-01-09 Thread Nick Payne
Thanks. The suggestion from James Bailey of using \override Score.PaperColumn #'keep-inside-line = ##t fixed the layout problem. Nick -Original Message- From: Mark Polesky [mailto:markpole...@yahoo.com] Sent: Saturday, 10 January 2009 18:15 To: Nick Payne; Andrew Hawryluk; James E.