How to revert an override in partcombine

2014-02-10 Thread Ed Gordijn
Hi, I use an override in partcombine to ignore collisions. But how do I revert this again? In the snippet below I trie to revert but this doens't have effect and the g in the last measure collides. I know that \once does work but I would prefer the construction with \override and \revert

Bar lines

2014-02-10 Thread Peter Meanwell
Using 2.18.0 and Frescobaldi. Entering code for double bar line at end of line and repeat bar on next shows no bar lines at all. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Bar lines

2014-02-10 Thread David Kastrup
Peter Meanwell meanwe...@btinternet.com writes: Using 2.18.0 and Frescobaldi. Entering code for double bar line at end of line and repeat bar on next shows no bar lines at all. URL:http://www.lilypond.org/tiny-examples.html -- David Kastrup

Fwd: Bar lines

2014-02-10 Thread Ralph Palmer
Sorry, should have copied the list. Ralph -- Forwarded message -- From: Ralph Palmer palmer.r.vio...@gmail.com Date: Mon, Feb 10, 2014 at 8:41 AM Subject: Re: Bar lines To: Peter Meanwell meanwe...@btinternet.com On Mon, Feb 10, 2014 at 8:04 AM, Peter Meanwell

Re: Fwd: [SNIPPET] Text with Lettrine

2014-02-10 Thread Pierre Perol-Schneider
2014-02-10 1:13 GMT+01:00 Eluze elu...@gmail.com: sounds like it could be enhanced to simplify the input with a function?! Thanks Eluze, I'll work on it. Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Custom clef

2014-02-10 Thread catal...@hotmail.com
Great! Many thanks to both of you. Le 9 févr. 2014 à 18:10, Paul Morris a écrit : catal...@hotmail.com wrote I searched how to define a new clef or how to make a \markup block behave like a clef, unsuccessfully. Here is a snippet that may also be of help: Using non-standard clef

RE: Possible bug with volta repeat

2014-02-10 Thread Mark Stephen Mrotek
Peter, I ran into this for piano score. The solution works here also (I tried it). Insert \grace { s8 s s } at the beginning of the first alternative for the upper voice. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org

Re: Possible bug with volta repeat

2014-02-10 Thread Phil Holmes
- Original Message - From: Peter Gentry peter.gen...@sunscales.co.uk To: lilypond-user@gnu.org Sent: Monday, February 10, 2014 3:47 PM Subject: Possible bug with volta repeat I haven't found this in the list of bugs afetr a search. regards Peter Gentry It's our most famous and

RE: Possible bug with volta repeat

2014-02-10 Thread Peter Gentry
Thanks to all who replied. -Original Message- From: Alexander Kobel [mailto:n...@a-kobel.de] Yet another incarnation of https://code.google.com/p/lilypond/issues/detail?id=34. Also see http://www.lilypond.org/doc/v2.18/Documentation/notation/speci

Re: Possible bug with volta repeat

2014-02-10 Thread Alexander Kobel
On 02/10/2014 04:47 PM, Peter Gentry wrote: The issue is when grace notes [...] The magic word... I haven't found this in the list of bugs afetr a search. Yet another incarnation of https://code.google.com/p/lilypond/issues/detail?id=34. Also see

Re Possible bug with volta repeat (Peter Gentry)

2014-02-10 Thread Peter Gentry
A similar issue is seen when the grace appears in a bar following \bar || in the parts. It's a bit of a fag having to insert bits of s's into multiple parts - I'm inclined just to forget the grace (along with the performers!). regards Peter Gentry

Re: Re Possible bug with volta repeat (Peter Gentry)

2014-02-10 Thread Richard Shann
On Mon, 2014-02-10 at 16:44 +, Peter Gentry wrote: A similar issue is seen when the grace appears in a bar following \bar || in the parts. It's a bit of a fag well, you could always use Denemo to create your LilyPond - it will insert the s's for you when you do Check Score ... after all,

Re: How to revert an override in partcombine

2014-02-10 Thread Keith OHara
Ed Gordijn ed.klarinet at gmail.com writes: I use an override in partcombine to ignore collisions. But how do I revert this again? Revert the next time that \partcombine output has the same configuration of Voices. As the two parts change in relation to each other, the part-combiner

[SNIPPET] Inserting large plain text sections (update)

2014-02-10 Thread Pierre Perol-Schneider
Dear All, I've tried to update this snippet : http://lsr.dsi.unimi.it/LSR/Item?id=300 by simply trying to add a new one. For some reason, the LSR system refuses to compile. Please find my file herewith, if someone could tell me where comes the problem. Cheers, Pierre \version 2.18.0 % This

Fwd: Re: How to revert an override in partcombine

2014-02-10 Thread Ed Gordijn
-- Doorgestuurd bericht -- Van: Ed Gordijn ed.klari...@gmail.com Datum: 10 feb. 2014 21:00 Onderwerp: Re: How to revert an override in partcombine Aan: Keith OHara k-ohara5...@oco.net Cc: Hi Keith, Most overrides change a setting of the current Voice Are the settings for the

Re: How to revert an override in partcombine

2014-02-10 Thread Pierre Perol-Schneider
2014-02-10 12:34 GMT+01:00 Ed Gordijn ed.klari...@gmail.com: Hi, Hi Ed, I use an override in partcombine to ignore collisions. But how do I revert this again? \override Staff.NoteColumn.ignore-collision =##t \revert Staff.NoteColumn.ignore-collision should work. Cheers, Pierre

Re: How to revert an override in partcombine

2014-02-10 Thread Ed Gordijn
Hi Pierre, I use an override in partcombine to ignore collisions. But how do I revert this again? \override Staff.NoteColumn.ignore-collision =##t \revert Staff.NoteColumn.ignore-collision should work. It does! Now I can write my music function. Thank you, Ed

Re: Define custom/new \accidentalStyles (dodecaphonic minus repeated notes)

2014-02-10 Thread Paul Morris
David Nalesnik-2 wrote I confess that I find what goes on in the source a bit confusing, but I did come up with something that appears to work. Nice work! It was interesting to see how you did this and how things work internally on this. It helped me improve some accidental tweaking code

Page number padding

2014-02-10 Thread Alex Loomis
Page numbers are consistently too close to other content. What is the best way to force them away? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Page number padding

2014-02-10 Thread Kieren MacMillan
Hi Alex, Page numbers are consistently too close to other content. What is the best way to force them away? Adjust the appropriate paper spacing variable(s), e.g.: \version 2.19 \bookpart { \paper { oddHeaderMarkup = \markup \abs-fontsize #12 \fromproperty #'page:page-number-string

Frescobaldi and Colors with LilyPond

2014-02-10 Thread SoundsFromSound
Hello everyone. Has anybody ever encountered this crash before? It's happening relentlessly on Windows 7 x64 bit. I'm currently unable to import /any /color scheme into Frescobaldi. I've tried running as admin, re-installing the program, working with other versions of LilyPond; I am unsure how to

Re: Frescobaldi and Colors with LilyPond

2014-02-10 Thread Philip Rhoades
Ben, Move to Linux? Sorry, I just had to . . Phil. On 2014-02-11 16:42, SoundsFromSound wrote: Hello everyone. Has anybody ever encountered this crash before? It's happening relentlessly on Windows 7 x64 bit. I'm currently unable to import /any /color scheme into Frescobaldi. I've tried

Re: Breton bagpipe notation

2014-02-10 Thread Eluze
Am 11.02.2014 04:45, schrieb guoguocuozuoduo: thanks, this worked. And what do you mean by please always respond to the list! ? hi Brian glad it works your question came in thru LilyPond's user-list Lilypond-User lilypond-user@gnu.org originally all the people reading your contribution

Re:filenames of png and svg not consistent (fwd)

2014-02-10 Thread Martin Tarenskeen
On Tue, 11 Feb 2014, Werner LEMBERG wrote: 01,02,...09,10,11 in case of 11 pages, instead of 1,2,...,9,10,11 (as it is right now) which may result in non-canonic ordering of files. I think this is too smart. Just imagine that you have 99 images embedded in a web page. Now add a