lilypond-user
[Top][All Lists]
Advanced

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

Re: Ragged right for contents but not staff?


From: Matthew Collett
Subject: Re: Ragged right for contents but not staff?
Date: Tue, 12 Jul 2011 06:53:32 +1200

On 12/07/2011, at 2:35 am, Wilbert Berendsen wrote:

> #(define (fixed-staff-width grob)
>         (ly:output-def-lookup (ly:grob-layout grob) 'line-width))
> 
> \layout {
>  ragged-right = ##t
>  \context {
>    \Staff
>    \override StaffSymbol #'width = #fixed-staff-width
>  }
> }

That looks uncannily identical to David's solution, apart from giving it a name 
(which is a good idea).  Perhaps it deserves to be a snippet? 

Thanks,
Matthew




reply via email to

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