Re: Réf. : Re: scordatura

2004-11-04 Thread Mats Bengtsson
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

Réf. : Re: scordatura

2004-11-04 Thread Jean-marc LEGRAND
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

Re: Réf. : Re: scordatura

2004-11-03 Thread Aaron
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

Réf. : Re: scordatura

2004-11-03 Thread Jean-marc LEGRAND
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