lilypond-user
[Top][All Lists]
Advanced

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

Re: scores in columns - vertical alignment


From: -Eluze
Subject: Re: scores in columns - vertical alignment
Date: Thu, 17 Mar 2011 14:51:10 -0700 (PDT)


Robin Bannister wrote:
> 
> 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 { }
>>      }
>>    }
>>  }
> 
very elegant - with this you don't have to spoil your \score!
Eluze
-- 
View this message in context: 
http://old.nabble.com/scores-in-columns---vertical-alignment-tp31175074p31176764.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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