Re: \mark, chords and notes collide

2008-10-09 Thread Paul Scott
Sebastian Menge wrote: > Am Thu, 9 Oct 2008 16:41:02 +0200 > schrieb "Valentin Villenave" <[EMAIL PROTECTED]>: > > >> 2008/10/9 Sebastian Menge <[EMAIL PROTECTED]>: >> >> >>> Ah, ok. I'm using 2.10.33 . I'll try the change you propose. >>> >> Hi Sebastian, >> >> Most of the collision

Re: \mark, chords and notes collide

2008-10-09 Thread Valentin Villenave
2008/10/9 Sebastian Menge <[EMAIL PROTECTED]>: > I dont like compiling/installing stuff myself. I just use the > stable binary packages for my distro, in this case ubuntu. Compiling and installing are two very different things. Especially when your program comes with a well-written installer/unin

Re: \mark, chords and notes collide

2008-10-09 Thread Sebastian Menge
Am Thu, 9 Oct 2008 16:41:02 +0200 schrieb "Valentin Villenave" <[EMAIL PROTECTED]>: > 2008/10/9 Sebastian Menge <[EMAIL PROTECTED]>: > > > Ah, ok. I'm using 2.10.33 . I'll try the change you propose. > > Hi Sebastian, > > Most of the collision problems have been fixed in the 2.11 series, > whic

Re: \mark, chords and notes collide

2008-10-09 Thread Valentin Villenave
2008/10/9 Sebastian Menge <[EMAIL PROTECTED]>: > Ah, ok. I'm using 2.10.33 . I'll try the change you propose. Hi Sebastian, Most of the collision problems have been fixed in the 2.11 series, which is now *very* stable (as of the 62nd release!) and is about to turn into our new 2.12 stable branch

Re: \mark, chords and notes collide

2008-10-09 Thread Dmytro O. Redchuk
2008/10/9 Dmytro O. Redchuk <[EMAIL PROTECTED]>: > You can try to use #'minimum-Y-extent : [...] > (and the same for TextScript context) Oops, sorry, not the same. Like this: [...] \new PianoStaff << \new Staff = "upper" { \relative c'' { \override TextScript #'staff-padding =

Re: \mark, chords and notes collide

2008-10-09 Thread Dmytro O. Redchuk
You can try to use #'minimum-Y-extent : << \chords { c1 c } \new PianoStaff << \new Staff = "upper" { \relative c'' { c16 ^\markup { \bold "Test" } g a b r2. c16 ^\markup { \bold "LongTest" } a b r2. } \addlyrics { la la la la la la la la } } \new

Re: \mark, chords and notes collide

2008-10-09 Thread Luc
Bastl2 wrote: > > And it is a real > \mark: There should be written "Intro" or "Verse". So I think thats the > way to go, I just have to adjust the spacing, but dont know how. > did U try something like \override Score.RehearsalMark #'self-alignment-X = #LEFT -Eluze -- View this message in

Re: \mark, chords and notes collide

2008-10-09 Thread Sebastian Menge
Am Thu, 9 Oct 2008 15:04:23 +0300 schrieb "Dmytro O. Redchuk" <[EMAIL PROTECTED]>: > "Real mark" will appear above chords (you wish them to be in > between?), so you may try text marks look like "real mark". > > I have no collisions with 2.11.42. > > Try to change #'minimum-Y-extent for chords?

Re: \mark, chords and notes collide

2008-10-09 Thread Sebastian Menge
Am Thu, 9 Oct 2008 14:36:11 +0300 schrieb "Dmytro O. Redchuk" <[EMAIL PROTECTED]>: > Use ^\markup {} instead of \mark \markup ... Had that before, looks even uglier (collides also). And it is a real \mark: There should be written "Intro" or "Verse". So I think thats the way to go, I just have to

Re: \mark, chords and notes collide

2008-10-09 Thread Dmytro O. Redchuk
Use ^\markup {} instead of \mark \markup ... 2008/10/9 Sebastian Menge <[EMAIL PROTECTED]>: > Am Wed, 08 Oct 2008 20:06:27 -0700 > schrieb Patrick Horgan <[EMAIL PROTECTED]>: > >> \paper { annotate-spacing = ##t } > > Wow, that's impressing. To be honest, lilypond is one of the strongest > OSS pro

Re: \mark, chords and notes collide

2008-10-09 Thread Sebastian Menge
Am Wed, 08 Oct 2008 20:06:27 -0700 schrieb Patrick Horgan <[EMAIL PROTECTED]>: > \paper { annotate-spacing = ##t } Wow, that's impressing. To be honest, lilypond is one of the strongest OSS projects i've seen in the last years. Kudos to everyone involved! But my original issue is still open: >

Re: \mark, chords and notes collide

2008-10-08 Thread Patrick Horgan
Sebastian Menge wrote: BTW: Does anyone know the latex-package "layouts" (as introduced in the latex companion)? It renders the layout of a page with all properties (margins etc) displayed by lines and text. Something similar would be awful for lilypond. I always feel like groping in the dark wit