On 10/08/14 19:42, Villum Sejersen wrote:
> Hello
>
> Compiling version 2.19.12 from git-sources seems to trigger a warning:
>
> lilypond-book.py: warning: deprecated ly-option used: indent=1.5cm
> lilypond-book.py: warning: compatibility mode translation:
> indent=1.50\cm,
>
> which should
I am trying to control the thickness of the triangles created by
\triangle command inside markup (because they are a bit thin for chord
symbols on small screens)
\version "2.18.0"
{
a''-\tweak thickness #0.2 ^\markup { \super \triangle ##f}
}
works, but is it possible to put the tweak inside the
On Sun, 2014-08-10 at 20:11 +0200, Janek WarchoĊ wrote:
> 2014-08-10 10:25 GMT+02:00 Richard Shann :
> > I hadn't realized that I had stumbled into an area of live development -
> > thanks for making me aware of what is going on. Reflecting on things, I
> > thought I should anyway develop a general
Richard Shann writes:
> I am trying to control the thickness of the triangles created by
> \triangle command inside markup (because they are a bit thin for chord
> symbols on small screens)
>
> \version "2.18.0"
> {
> a''-\tweak thickness #0.2 ^\markup { \super \triangle ##f}
> }
>
> works, but i
Pierre,
This is excellent, thanks, and would be just what I want except... it uses
the modern flat glyph, not the mensural version. How did you create the EPS
file with the 2 glyphs on the transparent background?
--
Phil Holmes
- Original Message -
From: Pierre Perol-Schnei
I have recently had the following problems and as yet have not received any
suggestions for solving this:
- point and click no longer works for me
\version "2.18.2"
#(ly:set-option 'point-and-click #t)
\relative c'' {
\key c \major \time 4/4
\pointAndClickOn
- Original Message -
From: "John McWilliam"
To:
Sent: Monday, August 11, 2014 4:47 PM
Subject: Re: Error on running convert.ly
I have recently had the following problems and as yet have not received any
suggestions for solving this:
- point and click no longer works for me
\version