Hey all,
I've been using several examples of user-end-defined engravers to define
my own and none of them, as far as I know, define event classes that are
then listened to by said engravers. Looking at the source, I see that in
scm/define-event-classes this is done around line 65, but it is no
Hi,
Is it possible to set the ottava bracket -- above the markups?
thanks
ole
%%%
\version "2.13.7"
\new Staff \relative c'' { c^\markup {1}
d \ottava #1
e^\markup {2}
f^\markup {3}
g a b c }
Hi,
2.13.29
Apparently if there are two \tempo's in sequence the second one will not be
printed.
\version "2.13.29"
{
\tempo \markup{ Tempo } a'1 a' a'
s1*0^\markup{ Tempo } a'1 a'
\tempo \markup{ Tempo } a' a'
\tempo \markup{ Tempoa } a' a'
\tempo \markup{ Tempo } a' a'
}
I'l
Nick Payne wrote Saturday, August 07, 2010 12:22 AM
I also notice that when I turn off the beamExceptions the beaming
goes a
bit haywire. Have a look at bars 5 and 6 after I have used \set
beamExceptions = #'():
This is due to erroneous ly input; see below:
\version "2.13.29"
changeBeamin
Graham Percival writes:
> On Thu, Aug 05, 2010 at 05:26:15AM -0700, ornello wrote:
>> In my installation, Lilypond runtime seems to increase exponentially (at
>> least not linearly) with the number of pages to engrave. Is there any option
>> to speed up Lilypond, e.g. by removing time-consuming e
\version "2.13.7"
\new Staff \relative c'' {
\override TextScript #'outside-staff-priority = #399
c^\markup {1}
d \ottava #1
e^\markup {2}
f^\markup {3}
g a b c }
On 09/08/10 01:03, Ole Schmidt wrote:
Hi,
Is it possible to set the ottava bracket -- above the mark
On 8 August 2010 17:03, Ole Schmidt wrote:
> Hi,
>
> Is it possible to set the ottava bracket -- above the markups?
>
Hi!
Change the value of OttavaBracket #'outside-staff-priority to something
*strictly* higher than 450 (451 for example)
\override Staff.OttavaBracket #'outside-staff-p
On 8 August 2010 01:23, Paul Scott wrote:
>
> Hi,
>
> 2.13.29
>
> Apparently if there are two \tempo's in sequence the second one will
> not be printed.
>
> \version "2.13.29"
>
> {
> \tempo \markup{ Tempo } a'1 a' a'
> s1*0^\markup{ Tempo } a'1 a'
> \tempo \markup{ Tempo } a' a'
> \tempo \mar
Amico,
Thanks for pointing out CarMusTy. It seems to be in the earlier stages of
development. Interestingly it uses Latex (xetex) under the hood. I was
looking for either Latex or Lily solution. Will keep a note of it and try it
out when a working version is ready.
My turn - there's another Carna