Try
\relative c {
\once \override Staff.Clef #'font-size = #-2
\override Staff.TimeSignature #'transparent = ##t %no time
signature
\tiny % tiny font size
\clef F
\override Stem #'transparent = ##t %noteheads only
4
Here's my final solution to indicate before a staff the tuning of an instrument :
\relative c {
\override Staff.TimeSignature #'transparent = ##t %no time signature
\tiny % tiny font size
\clef F
\override Stem #'transparent = ##t %not
what about using incipit, if it still exists in lilypond?
Aaron
On Wed, 2004-11-03 at 16:23, Jean-marc LEGRAND wrote:
>
>
> Thanks for yopur answer.
>
> Actually, scordatura in lily doesn't refer to scordatura in baroque music. I'll try
> to engrave a
> first measure with teeny clef and notes
Thanks for yopur answer.
Actually, scordatura in lily doesn't refer to scordatura in baroque music. I'll try to
engrave a
first measure with teeny clef and notes before the first measure.
Regards