lilypond-user
[Top][All Lists]
Advanced

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

Re: Aleatoric / modern notation


From: Siska Ádám
Subject: Re: Aleatoric / modern notation
Date: Mon, 26 Mar 2012 23:08:31 +0200

Hi David,

On 2012.03.26., at 23:05, David Nalesnik wrote:

> Hi Ádám,
> 
>> 
>> I tried to use the frame engraver of this thread, but I was unable to do
>> so. I'm constantly getting 'syntax error, unexpected EVENT_IDENTIFIER'
>> errors and the LilyPond compiler won't recognize the \frameStart and
>> \frameEnd commands. The only thing I changed was the version number itself,
>> as I'm using the stable version (2.14.2). Do you have any idea what the
>> problem could be? Or is this code using some specific feature of 2.15?
> 
> 
> I can't explain the difference in behavior, but with 2.14.2 you need to put
> \frameEnd and \frameStart after the note.  So, the following can be
> substituted into the file attached earlier in this thread:
> 
> \relative c'' {
>  \override Stem #'transparent = ##t
>  \override Beam #'transparent = ##t
>  \once \override Frame #'extender-length = #8
>   dis'8[ \frameStart e f  ges] \frameEnd s2
>  \once \override Frame #'extender-length = #11
>   d,8[ \frameStart e f  g] \frameEnd s2
>  \once \override Staff.BarLine #'X-extent = #'(+inf.0 . -inf.0) % line can
> cross bar line
>  s2
>  \once \override Frame #'extender-length = #3.5
>   fis'8[ \frameStart bes,, aes, e''] \frameEnd
> }
> 
> -David


Thanks A LOT!!! For this, and for the frame itself as well.


Best,
Ádám




reply via email to

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