lilypond-user
[Top][All Lists]
Advanced

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

Re: Triplets


From: Noeck
Subject: Re: Triplets
Date: Sun, 15 Jan 2017 13:00:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Hi,

some relevant changes between 2.14 and 2.19 are these:
http://lilypond.org/doc/v2.18/Documentation/changes/index.html

> error: syntax error, unexpected '=', expecting SCM_FUNCTION or SCM_IDENTIFIER 
> or SCM_TOKEN
>  \override TupletBracket.stencil 
>                                  = #ly:slur::printVia trial-and-error I found 
> out that the version o

It might be that it's not the ‘=’ but the dot syntax. How about this?

\override TupletBracket #'stencil = …

> error: unknown escaped string: `\tuplet'
>                          \tuplet 3/2 { c''4 d'' e'’ }

‘\tuplet 3/2’ was newly introduced. With older versions you can write
‘\times 2/3’.

Cheers,
Joram



reply via email to

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