Hi everyone:

I'm trying to create little fragments with images of different elements of
music, in order to create pages to teach some elements of music. I have
tried to alterate the section /paper but I don't get the result I am looking
for. I would like to get a document with a standard height and width, and to
place in it a figure, a flat, or other musical element. This is what I have
at the moment:

\version "2.12.2"

\paper {
    paper-height = 2\cm
    paper-width = 2\cm
}

\score{
    \new Staff \with {
        \remove Staff_symbol_engraver
        \remove Clef_engraver
        \remove Time_signature_engraver
                }
        \relative c' {
        g'
        }
        \layout{

        }
}

Thanks in advance. Greetings.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to