Marek Klein wrote:
how can I get the staff-lines vertically aligned?
Here's another padding hack: 

 \layout { line-width = 6.2\cm ragged-right = ##f }
centeredVAG = \with { \override VerticalAxisGroup #'Y-extent = #'(-8 . 8) } \markup \fill-line \vcenter {
   \column{
     \score {
       \new Staff \with { \centeredVAG }
       { c''' }
       \layout { }
     }
   }
\column{ \score {
       \new Staff \with { \centeredVAG }
       { a }
       \layout { }
     }
   }
 }

Cheers, Robin

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

Reply via email to