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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to