I am trying to export directly from LilyPond to png, with just the cropped
snippet of music, and not something on an entire A4 piece of paper.
Thoughts? Here's something I tried before, and I know I missing something:

*\version "2.12.2"
\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
\key eeses \major
eeses
    }
 *Note that the version is earlier.

Sincerely,
-------------------------------------
Josh
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to