On 2/14/2010 10:25 AM, Robert Clausecker wrote:
Dear Lilypond Team

I was copying some notes with lilypond and wondered myself, if lilypond
supports something like shown in the attachment. This is a part of an
orchestral score. Is such a thing supported by lilypond?

Yours, Robert Clausecker

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


I needed exactly this same thing some time ago. Some clever person (Mats?) sent me this:

tuningOne = \markup{\score{
{
 \clef bass
 g,2*1/2 f bes,
}
\layout{
 ragged-right=##t
 \context{
   \Staff
   fontSize = #-3
   \override StaffSymbol #'staff-space = #(magstep -3)
   firstClef = ##f
   \remove Time_signature_engraver
 }
}
}}

Hope this helps!

-David
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to