Re: Centering staves on the page

2021-07-15 Thread Mark Harris
Thank you both!

Mark



Re: Centering staves on the page

2021-07-15 Thread Robin Bannister

Mark Harris wrote:


I want to be able to centre staves, which have varying lengths, on the page, as 
if they were centre-justified. Can anyone help me with the code for this?


Have a look at http://lsr.di.unimi.it/LSR/Item?id=1098
keeping ragged-right and ragged-last false

(and be sure to read all the small print)



Cheers,
Robin





Re: Centering staves on the page

2021-07-15 Thread Knut Petersen

Hi Mark,

I want to be able to centre staves, which have varying lengths, on the page, as 
if they were centre-justified. Can anyone help me with the code for this?


Put scores into a markup, e.g.

   \version "2.23.4"
   \markup
  \fill-line {
    \center-column {
  \line {\score { \relative { c'4 d e f }}} \vspace #2
  \line {\score { \relative { c'4 d e f f e d c}}} \vspace #2
  \line {\score { \relative { c'2 d }


Knut


Centering staves on the page

2021-07-14 Thread Mark Harris
I want to be able to centre staves, which have varying lengths, on the page, as 
if they were centre-justified. Can anyone help me with the code for this?

Many thanks,
Mark