lilypond-user
[Top][All Lists]
Advanced

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

Re: More spacing troubles.


From: Andrew Bernard
Subject: Re: More spacing troubles.
Date: Mon, 16 Jul 2018 15:56:25 +1000

Hi Hwaen,

\fill-line spreads out text evenly spaced across a line. You don't need it. Also, if you want to specify indents, one way to do so is to use the text on a line with \line. Try something like your modified example below. [You could have made it much more minimal.]

Andrew

====
\version "2.19.82"

\markuplist {
  \line \bold {
    Course Work and Expectations:
  }
  \vspace #1
  \hspace #6 \wordwrap-string #"Each week, there will be a
lecture/discussion at Hochstein.  Feel free to ask questions!"

  \vspace #1
  \line {
    \hspace #6 \wordwrap-string #"Homework will consist of listening
to music, practicing basic music theory skills, and dabbling a bit in
writing down your own musical ideas."
  }

}


reply via email to

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