lilypond-user
[Top][All Lists]
Advanced

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

One question - PNGs


From: Joshua Nichols
Subject: One question - PNGs
Date: Wed, 5 Sep 2012 00:23:31 -0500

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

reply via email to

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