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" \

Appoggiatura or not appoggiatura?

2013-07-14 Thread John Kliewe
Many thanks to the lilypond-user group for their advice on measure #47 of the Chopin Nocturne #3 (Op 9 No 3).  Urs' article on voices was particularly helpful. My next challenge appeared in measure #69.  This is working for me : \version "2.16.0" \relative c' { \clef treble   \time 6/8   \key

Re: Why do these chords not line up vertically?

2013-07-14 Thread Thomas Morley
2013/7/13 Phil Holmes : > - Original Message - From: > To: > 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 do

Re: Why do these chords not line up vertically?

2013-07-14 Thread David Kastrup
Thomas Morley writes: > 2013/7/13 Phil Holmes : >> >> Because you've set them as separate voices, not chords. Please see >> http://www.lilypond.org/doc/v2.16/Documentation/notation/single-voice > > Or try: > > \version "2.16.2" > > \include "english.ly" > > > \score { > > \new Staff > { >

Re: Tie Crusade

2013-07-14 Thread Michael Rivers
I'd like to join the effort, but I don't have the skills -- the last programming I did was 12 years ago in college, and it was it C, not C++ (I don't even know what the difference is). However, I'd be willing to make a small financial contribution if someone could tell me where to send it -- this s

Editorial figured bass

2013-07-14 Thread Jean-Charles Malahieude
Hi all, I need some help in order to reproduce the enclosed image. I don't care replacing the parentheses used in the original by brackets, but impossible to get only either the opening or closing bracket, even if \displayMusic { \new Staff \with { implicitBassFigures = #'(99) } { \figure

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: Tie Crusade

2013-07-14 Thread Janek Warchoł
2013/7/14 Michael Rivers : > I'd like to join the effort, but I don't have the skills -- the last > programming I did was 12 years ago in college, and it was it C, not C++ (I > don't even know what the difference is). That's not a problem *at all!* We have a few non-programming tasks; the only sk

Re: Tie Crusade

2013-07-14 Thread Urs Liska
Am 13.07.2013 18:15, schrieb 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 ou

Re: Tie Crusade

2013-07-14 Thread Frédéric Bron
I have looked at the examples. Have you also a set of good examples? Of course, we do not want them to become bad... But maybe the regression tests just play that role? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/m

Re: Tie Crusade

2013-07-14 Thread Janek Warchoł
2013/7/14 Frédéric Bron : > I have looked at the examples. Have you also a set of good examples? > Of course, we do not want them to become bad... Do you mean ties that are currently engraved correctly by default, or example good-looking ties scanned from hand-engraved music? > But maybe the > re

Re: Tie Crusade

2013-07-14 Thread Frédéric Bron
>> I have looked at the examples. Have you also a set of good examples? >> Of course, we do not want them to become bad... > > Do you mean ties that are currently engraved correctly by default, or > example good-looking ties scanned from hand-engraved music? I mean engraved correctly by default.

Re: Tie Crusade

2013-07-14 Thread Janek Warchoł
2013/7/14 Frédéric Bron : >>> I have looked at the examples. Have you also a set of good examples? >>> Of course, we do not want them to become bad... >> >> Do you mean ties that are currently engraved correctly by default, or >> example good-looking ties scanned from hand-engraved music? > > I mea

Re: Slur collides with Sharp

2013-07-14 Thread MarcM
thanks Nick this does the job. Shouldn't this be handled automatically though? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Slur-collides-with-Sharp-tp147826p148042.html Sent from the User mailing list archive at Nabble.com. ___

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