lilypond-user
[Top][All Lists]
Advanced

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

horizontal center-align of systems?


From: Ole Schmidt
Subject: horizontal center-align of systems?
Date: Sun, 4 Jul 2010 13:45:58 +0200

Dear List,

is it possible to center-align each system in the following snippet 
horizontally on the page?
Like:
                        |     -     |
                        |    ---    |
                        |   ------  |
                        |    ---    |
                        |     -     |



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.13.7"

\new Staff 
\time 4/4
\relative c' {
 
 c4 d e f \break
  g2 f \break 
  c4 d e f g a b a  \break 
  g4 f e g b a g
  
}
\paper { ragged-right = ##t indent = 0.0\cm }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

thanks  ole


reply via email to

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