Re: Moving dynamics away from the staff

2013-07-13 Thread Eluze
Phil Holmes wrote Is there a way of shifting dynamics away from the staff when you're using a dynamics context? have you tried \override DynamicText.Y-offset = #-7 or \override DynamicLineSpanner.Y-extent = #'(-1.5 . 11.5) Eluze -- View this message in context:

LilyPond grace note synchronization feature

2013-07-13 Thread Richard Shann
Staff notation, such as key signatures, bar lines, etc., There has been a feature in LilyPond when grace notes coincide with bar lines for many years now, so I have created a command in Denemo Install Grace Note Hints to work around it. This means the user just has to put in the grace notes

Re: Moving dynamics away from the staff

2013-07-13 Thread Phil Holmes
- Original Message - From: Eluze elu...@gmail.com To: lilypond-user@gnu.org Sent: Saturday, July 13, 2013 9:38 AM Subject: Re: Moving dynamics away from the staff Phil Holmes wrote Is there a way of shifting dynamics away from the staff when you're using a dynamics context? have

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

Pattern-generating Scheme function challenge

2013-07-13 Thread Urs Liska
Hi all, the Schemers in particular, you surely know by now that I am writing a series of posts that demonstrate how elegantly and efficiently we can recreate a portion of a book that obviously has been produced with many pains in Finale. I'm confident that it will be an impressive display of

Re: Pattern-generating Scheme function challenge

2013-07-13 Thread Urs Liska
Am 13.07.2013 16:03, schrieb Urs Liska: Hi all, the Schemers in particular, For each number in the range it should: PS it would be advisable to create an 'inner function' that operates on a single number and an outer function that calls it repetitively. This is because it might someday

Re: Pattern-generating Scheme function challenge

2013-07-13 Thread Janek Warchoł
Hi, 2013/7/13 Urs Liska u...@openlilylib.org: you surely know by now that I am writing a series of posts that demonstrate how elegantly and efficiently we can recreate a portion of a book that obviously has been produced with many pains in Finale. I'm confident that it will be an impressive

Re: Pattern-generating Scheme function challenge

2013-07-13 Thread Urs Liska
Ok, this would be very good too. Makes sense only after the third post is published, but doesn't mean you can't throw in your thoughts on the list already. Urs Janek Warchoł janek.lilyp...@gmail.com schrieb: Hi, 2013/7/13 Urs Liska u...@openlilylib.org: you surely know by now that I am

Re: Tie Crusade

2013-07-13 Thread Michael Rivers
As long as we're at it, how about fixing the bug where ties don't work with enharmonic notes? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Tie-Crusade-tp147937p147970.html Sent from the User mailing list archive at Nabble.com.

Re: Tie Crusade

2013-07-13 Thread Janek Warchoł
2013/7/13 Michael Rivers michaeljriv...@gmail.com: As long as we're at it, how about fixing the bug where ties don't work with enharmonic notes? It's not listed as one of the goals of the project - nevertheless i expect that after we're finished we'll know the tie code well enough to handle

Re: Tie Crusade

2013-07-13 Thread Urs Liska
The same goes for ties spanning clef or staff changes. I suggest catching such cases and implicitly pass on to a slur. Janek Warchoł janek.lilyp...@gmail.com schrieb: 2013/7/13 Michael Rivers michaeljriv...@gmail.com: As long as we're at it, how about fixing the bug where ties don't work

Re: Tie Crusade

2013-07-13 Thread Trevor Daniels
Urs Liska wrote Saturday, July 13, 2013 4:59 PM The same goes for ties spanning clef or staff changes. I suggest catching such cases and implicitly pass on to a slur. That might look acceptable in the printed score, but it would break the midi output. Trevor

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

Re: hardcoded names in percussion notation?

2013-07-13 Thread jboogie
On Fri, 12 Jul 2013 21:23:09 +0200 Thomas Morley thomasmorle...@gmail.com wrote: 2013/7/12 jboogie jbj...@lavabit.com: Hi, I'm very new to lilypond and trying to hack my way to a score for a small brazilian percussion ensemble. Actually the visive output is fine for now, there's just one

Why do these chords not line up vertically?

2013-07-13 Thread ivan . k . kuznetsov
In this example, why does the lowest voice not line up vertically with the first five chords? What do I need to do to make this voice line up? Thank you for your help. \version 2.16.0 \include english.ly \score { \new Staff { \time 4/4 \clef treble \voiceOne {

Re: Why do these chords not line up vertically?

2013-07-13 Thread ivan . k . kuznetsov
I wrote: In this example, why does the lowest voice not line up vertically with the first five chords? What do I need to do to make this voice line up? Ok, if I remove the \stemUp commands the lowest voice does line up vertically. However, when I remove the \stemUp commands, I get the

Re: Why do these chords not line up vertically?

2013-07-13 Thread Phil Holmes
- Original Message - From: ivan.k.kuznet...@gmail.com To: lilypond-user@gnu.org Sent: Saturday, July 13, 2013 9:16 PM Subject: Why do these chords not line up vertically? In this example, why does the lowest voice not line up vertically with the first five chords? What do I need to

Running Lilypond from Fraise

2013-07-13 Thread Steve Burgondy
Hello, It is possible to run shell commands directly from Fraise, instead of typing them in a Terminal. For this, go to the Tools Menu and create a new command. Add the following code (for example): #!/bin/sh # Set directory cd %%d # Run Lilypond

Re: Pattern-generating Scheme function challenge

2013-07-13 Thread Jim Long
On Sat, Jul 13, 2013 at 04:03:25PM +0200, Urs Liska wrote: For each number in the range it should: - produce a LilyPond pattern corresponding to the binary representation of the given number It may be my misunderstanding, but is the number below the systems meant to indicate the number

Re: Running Lilypond from Fraise

2013-07-13 Thread Steve Burgondy
Edit: Replace file=%%p by: file=$(basename %%p) Otherwise there might be problems with paths containing white spaces. Le samedi 13 juillet 2013 à 23:44, Steve Burgondy a écrit : Hello, It is possible to run shell commands directly from Fraise, instead of typing them in a Terminal.

Re: Pattern-generating Scheme function challenge

2013-07-13 Thread Urs Liska
Please ask Mr. Aldridge about that ;-) I assume it is the 'pattern number', not the binary number. So he probably started with 1, not 0, although I don't see much use in the two first patterns anyway. Urs Jim Long lilyp...@umpquanet.com schrieb: On Sat, Jul 13, 2013 at 04:03:25PM +0200,

Re: hardcoded names in percussion notation?

2013-07-13 Thread Thomas Morley
2013/7/13 jboogie jbj...@lavabit.com: On Fri, 12 Jul 2013 21:23:09 +0200 Thomas Morley thomasmorle...@gmail.com wrote: Btw, from your code (\override Staff.BarLine #'bar-size = #3) I think you're using 2.12.3. Why? I'm using 2.16.2, that example was simply copy pasted from the docs Well,

Re: Pattern-generating Scheme function challenge

2013-07-13 Thread Thomas Morley
2013/7/13 Urs Liska u...@openlilylib.org: Hi all, the Schemers in particular, [...] Well, this schemer is tired. Perhaps another day. Currently i've not even tried to understand the pattern. Cheers, Harm ___ lilypond-user mailing list

Re: Running Lilypond from Fraise

2013-07-13 Thread MarcM
I released a new version of new native Mac Lilypond editor. It now provides better syntax highlighting and line numbers thanks to the framework used in Smultron and Fraise. https://dl.dropboxusercontent.com/u/172729/LilyEditor_0.7.zip -Marc -- View this message in context: