lilypond-user
[Top][All Lists]
Advanced

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

Formatting for 2.16.0


From: Joshua Nichols
Subject: Formatting for 2.16.0
Date: Sat, 1 Sep 2012 20:24:22 -0500

To whom it may concern:

I apologize if this is a repeat query, however:

I want to be able to generate graphic musical examples without getting it formatted on a giant paper-formatted .pdf or .png. I want to be able to use this for input into documents of my choosing  How do I accomplish this?

Here is what I have currently:

\version "2.16.0"
\paper{
 indent=0\mm
 line-width=120\mm
 oddFooterMarkup=##f
 oddHeaderMarkup=##f
 bookTitleMarkup = ##f
 scoreTitleMarkup = ##f
}

\override Staff.TimeSignature #'stencil = ##f
\override Staff.BarLine #'stencil = ##f
\relative c'' {
    \override Staff.TimeSignature #'stencil = ##f
\override Staff.BarLine #'stencil = ##f
\clef treble \time 4/4 r4 c f d c a g a8 bes a4
    }


I cannot find anything in the manual which allows this.

Sincerely,
-------------------------------------
Josh

reply via email to

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