lilypond-user
[Top][All Lists]
Advanced

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

Re: Centering / Indenting a paragraph?


From: Trevor Daniels
Subject: Re: Centering / Indenting a paragraph?
Date: Fri, 23 Nov 2012 23:17:10 -0000

Bric, you wrote Friday, November 23, 2012 10:57 PM
 
> Nope.  Removed all the "\hspace"s.  The third paragraph (set of \line's) is
> still rammed all the way to the left, crossing the gutter.
> 
> Actually, changing "\column" to "\center-column" shoves the paragraph left,
> beyond the absolute margin ( pixel 0)
> 
> When it's "\column" the paragraph is left-aligned, but with a 2-cm or so left
> margin

If you look at the example at the end of section 2.1.3 in the Notation 
Reference,
and add the following to the end, it will add a centered sixth verse.  You
should be able to work out from this what you need to do.  Here's the
extra verse - make sure you get fill-line (which centres a single argument)
and line (which makes a single argument from two) right!

\markup {
  \fill-line {
    \line {
      \bold "6."
      \column {
        "This is verse six."
        "It has two lines."
      }
    }
  }
}

Trevor


reply via email to

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