Re: horizontal shift of note column not working

2010-04-02 Thread Tom Cloyd
On 04/02/2010 03:57 AM, Alexander Kobel wrote: Dmytro O. Redchuk wrote: У пт, 2010-04-02 у 12:14 +0200, Alexander Kobel пише: Tom Cloyd wrote: \once \override NoteColumn #'force-hshift = #8.0 b4-0 [...] Hi, Tom, IIRC, this very override only affects notes inside chords. It should affect Not

inter-staff distance / page header

2010-04-02 Thread Tom Cloyd
Have just installed developmental ver. "2.13.16" and run convert-ly on all my scores. I got this CLI message when running the conversion: "Not smart enough to convert vertical spacing has been changed; minimum-Y-extent is obsolete. Please refer to the manual for details, and update manually.

Re: Fwd: Consistent page layout

2010-04-02 Thread Fibonacci Prower
Thank you, it works fine. Also thank you for your suggestions on the attached files - I've included them on mine. 2010/3/31 Eby Mani : > My bad, i put ragged-last-bottom = ##t earlier, it should be ##f. > > \paper { > >  #(set-paper-size "letter") > >  print-page-number = ##t > >  ragged-last-bott

Re: horizontal shift of note column not working

2010-04-02 Thread Robin Bannister
Tom Cloyd wrote: One more small problem: the measure 20 arpeggio across all three voices (line 174) is wiping out the bar line. Ouch! Is that fixable? This is issue 880, fixed in 2.13.12. But my constrain-hidden-positions workaround fixes it on 2.12.3 http://lists.gnu.org/archive/html/lilyp

Re: horizontal shift of note column not working

2010-04-02 Thread James Bailey
I don't know if this helps you now, but here are two possible ways of getting this to look a bit better: \version "2.12.2" music = { \new Staff << \new Voice \relative f' { \clef "treble_8" \time 3/4 \voiceOne \tag #'below {r4} \tag #'inline {a4\rest} e2 r4 g2-4 } \new Voi

Re: horizontal shift of note column not working

2010-04-02 Thread Phil Holmes
That does it. I was trying to think of a way to place something invisible as an anchor, but I'm not learned enough at this yet. But the horizontal shift is now a bit big :-) -- Phil Holmes - Original Message - From: "Alexander Kobel" To: "Phil Holmes" Cc: "Dmytro O. Redchuk" ; ;

Re: horizontal shift of note column not working

2010-04-02 Thread Alexander Kobel
Phil Holmes wrote: I've cut Tom's code down quite a bit to try to understand the issue, since I've been trying to do something similar. I hope this is easier to follow. It's clear that the reason that the rest collides with the note is that the rest has been shifted right to avoid colliding

Re: horizontal shift of note column not working

2010-04-02 Thread Alexander Kobel
Dmytro O. Redchuk wrote: У пт, 2010-04-02 у 12:14 +0200, Alexander Kobel пише: Tom Cloyd wrote: \once \override NoteColumn #'force-hshift = #8.0 b4-0 [...] Hi, Tom, IIRC, this very override only affects notes inside chords. It should affect NoteColumn if in polyphony, iirc. Ugh, looks like

Re: horizontal shift of note column not working

2010-04-02 Thread Phil Holmes
I've cut Tom's code down quite a bit to try to understand the issue, since I've been trying to do something similar. I hope this is easier to follow. It's clear that the reason that the rest collides with the note is that the rest has been shifted right to avoid colliding with earlier notes.

Re: horizontal shift of note column not working

2010-04-02 Thread Dmytro O. Redchuk
У пт, 2010-04-02 у 12:14 +0200, Alexander Kobel пише: > Tom Cloyd wrote: > > \once \override NoteColumn #'force-hshift = #8.0 b4-0 [...] > > Hi, Tom, > > > IIRC, this very override only affects notes inside chords. It should affect NoteColumn if in polyphony, iirc. Sorry, Tom, not tried/tested

Re: horizontal shift of note column not working

2010-04-02 Thread Alexander Kobel
Tom Cloyd wrote: Warmest greetings to all. After months of joyful use of LP, I've finally stumped myself somehow. I'm trying to shift a note to the right, in an inner voice, and getting NO response. Have never had this problem before and cannot seem to figure it out. [...] In the following

Re: horizontal shift of note column not working

2010-04-02 Thread Tom Cloyd
One more small problem: the measure 20 arpeggio across all three voices (line 174) is wiping out the bar line. Ouch! Is that fixable? thanks! T. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

horizontal shift of note column not working

2010-04-02 Thread Tom Cloyd
Warmest greetings to all. After months of joyful use of LP, I've finally stumped myself somehow. I'm trying to shift a note to the right, in an inner voice, and getting NO response. Have never had this problem before and cannot seem to figure it out. In the following complete code (running v