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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to