lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \mark, chords and notes collide


From: Sebastian Menge
Subject: Re: \mark, chords and notes collide
Date: Thu, 9 Oct 2008 13:18:12 +0200

Am Wed, 08 Oct 2008 20:06:27 -0700
schrieb Patrick Horgan <address@hidden>:

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]