> \score{ 
>   << 
>     \new ChordNames \with { 
>       \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'( 
>         (basic-distance . 10) 
>         (minimum-distance . 10) 
>         (padding . 10) 
>       ) 
>     } 
>     \chordmode { c2 f c f } 
>     \new Staff 
>       \relative c'{ c4 d f a c4 d f a} 
>   >> 
> }
> 
there is another question to which i couldn't find an answer in the docs:
when is a nonstaff item (like ChordNames, Lyrics ...) related to a staff
item?

in the example above there is no explicit definition of a relationship but
you must use relatedstaff to get it work.

when using alignBelowContext, lyricsto or others it seems clear that it gets
related - but above?

thanks
Eluze


-- 
View this message in context: 
http://old.nabble.com/Extra-white-space-for-Chordnames-tp32328161p32336348.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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

Reply via email to