lilypond-user
[Top][All Lists]
Advanced

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

Re: Tweaking the thickness of \triangle inside a \markup?


From: David Kastrup
Subject: Re: Tweaking the thickness of \triangle inside a \markup?
Date: Mon, 11 Aug 2014 17:04:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Richard Shann <address@hidden> 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 is it possible to put the tweak inside the markup?
> I ask because the very nice function
>
>  (sequential-music-to-chord-exceptions ...)
>
> that farms a set of markups for chord symbol definitions does not pick
> up the thickness tweak if done like that.

\version "2.18.0"
{
  a''^\markup { \super \override #'(thickness . 0.2) \triangle ##f}
}

-- 
David Kastrup



reply via email to

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