lilypond-user
[Top][All Lists]
Advanced

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

Re: Unexpected TabStaff creation


From: Peter Crighton
Subject: Re: Unexpected TabStaff creation
Date: Tue, 30 Sep 2014 01:18:39 +0200

2014-09-30 0:49 GMT+02:00 Abraham Lee <address@hidden>:
If it's something you need to be able to call on-demand, then put it in a scheme function (you might need another one to turn it off):

improvisationOn = #(define-scheme-function (parser location)
  #{
    (insert overrides here)
  #})

Thanks, but I’m only getting the error
GUILE signaled an error for the _expression_ beginning here
improvisationOn = #
                   (define-scheme-function (parser location)
Missing _expression_ in (lambda (parser location)).
when using:

improvisationOn = #(define-scheme-function (parser location)
                     #{
                       \set squashedPosition = #0
                       \override NoteHead.style = #'slash
                       \override Accidental.stencil = ##f
                       \override AccidentalCautionary.stencil = ##f
                       \override TabStaff.Stem.stencil = ##f
                       \override TabStaff.Flag.stencil = ##f
                       \override TabStaff.Beam.stencil = ##f
                       \override TabStaff.Dots.stencil = ##f
                     #})

Did I miss anything? Sorry, I have no real experience with Scheme.

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de

reply via email to

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