[EMAIL PROTECTED] writes:
> On Fri, 12 Sep 2003 19:27:34 +0200
> Thorkil Wolvendans <[EMAIL PROTECTED]> wrote:
> 
> > I try to do the following in LilyPond 1.8.1:
> >     \clef "treble^15"
> > but this seems to be an unknown clef type.
> > Is there someway to fake it?
> 
> You can certainly make a "15va" spanner.  Do you want an actual
> clef (which I've never seen before), or just a "two octaves higher" section
> in your music?
> 
> This code worked two years ago; it will probably need to be updated for recent
> versions of Lilyppond.  It's quite ugly, but it should give you a hint about
> how to do it.

try

  #(set-octavation 2)

for 15ma.

Restore with

  #(set-octavation 0)

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to