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:

> In the following example the \mark collides with chords and notes.
> 
> << 
>   \chords { c1 c }
>   \new PianoStaff <<
>     \new Staff = "upper" { 
>       \relative c'' {
>         c16 \mark \markup \bold "Test" g a b r2.
>         \mark \markup \bold "LongTest" c16 g a b r2.
>       }
>       \addlyrics { la la la la la la la la }
>     }
>     \new Staff = "lower" { 
>       \relative c'' {
>         c4 r2.
>         c4 r2.
>       }
>     }
>   >>
> >>  
> 
> I'd like to have the first note, the chord and the \mark left-aligned
> with \mark in the middle and vertical space between them reasonable.
> 
> How can I get that?

Sebastian.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to