lilypond-devel
[Top][All Lists]
Advanced

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

Re: Tremolo positioning


From: Graham Percival
Subject: Re: Tremolo positioning
Date: Tue, 28 Mar 2006 18:20:29 -0800


On 28-Mar-06, at 3:56 PM, Joshua Parmenter wrote:

If you're new here, you may not realise that almost everything in lilypond is
configurable. As things stand, you can do

Of course... I have only started working through the tutorial... so perhaps I should just keep a little quiet until I know what is going on!

Due to your programming background, this is probably obvious, but just in case... you can make "stylesheets" of your own, from standard .ly files, and include them in every work.

For example, I have half a dozen files with my own definitions. I include a single file, "tutti.ly" in every real music file. "tutti.ly" in turn simply contains
----
\version "2.7.40"
#(ly:set-option 'point-and-click #f)
\include "../init/init-defs.ly"
\include "../init/init-layout.ly"
\include "../init/init-paper.ly"
----

Part of init-layout.ly is this:
----
\layout{
  \context{ \Staff
    \override TimeSignature #'style = #'numbered
  }
  \context { \Voice
    \override TextScript #'padding = #1.0
    \override Glissando #'thickness = #3
    \override Glissando #'gap = #0.1
    \override Glissando #'breakable = ##f
  }
}
----


(to everybody else)
Yeah, I'll add an example of this to the docs in a few weeks.

Cheers,
- Graham





reply via email to

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