lilypond-user
[Top][All Lists]
Advanced

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

Re: Feature


From: David Bobroff
Subject: Re: Feature
Date: Sun, 14 Feb 2010 18:31:57 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

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 address@hidden 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

reply via email to

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