% How to get a traditional header in a conservative style for sheet % music. This has a smaller title suitable for a very short piece on % line in an html document. \version "2.6.3" \header{ %title=\markup{\large "Excerpt"} % take out "\large" for larger %dedication=\markup{\tiny\italic{"Namo Sammasambuddhassa"}} % poet=\markup{\tiny{"SCALE"}} % "\caps" doesn't get smallcaps % composer=\markup{\tiny{"CARCASSI"}} % nor does \smallcaps % for copyright symbol in emacs: c-x 8 C or c-q 251 %copyright=\markup{\tiny{"©2006 Not Really"}} % tagline=\markup{\tiny{Engraved by LilyPond}} % looks bad. tagline="" } \layout{ %noindent=##f %indent=0.1\cm linewidth=19.0\cm \context { \Score \remove "Timing_engraver"} %\context { \Staff \remove "Time_signature_engraver"} %betweensystemspace=-0.2 total loss %betweensystempadding=-0.2 total loss %beforetitlespace=-0.2 total loss %aftertitlespace=-0.2 total loss %notime=##t total loss } %\paper {vsize = 5.5\cm} % Reduce until failure, for png copyright \score{ %\override Staff.TimeSignature #'style = #'() \relative c{ \clef "G_8" c4_"t"^3 d_"t" e^2_"t" f^3_"t" g_"i" a^2_"m" b_"i" c^1_"m" d^3_"i" e_"m" f^1_"i" g^3_"m" f^1_"i" e_"m" d^3_"i" c^1_"m" b_"i" a^2_"m" g_"i" f^3_"t" e^2_"t" d_"t" c^3_"t" b^2_"t" c^3_"t" \bar "|." } }