lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord names


From: Thomas Morley
Subject: Re: Chord names
Date: Thu, 26 Nov 2015 13:44:11 +0100

2015-11-26 13:32 GMT+01:00 Thomas Morley <address@hidden>:
> 2015-11-26 13:02 GMT+01:00 David Kastrup <address@hidden>:
>> "address@hidden" <address@hidden> writes:

>>> Example:
>>> \version "2.16.2"

Really?
Then the proposed override will not work.

Instead try:

  \once \override ChordNames.ChordName #'before-line-breaking =
    #(lambda (grob)
      (ly:grob-set-property! grob 'stencil
        (grob-interpret-markup grob
          (markup #:line ("Em" #:super "sus4")))))

Cheers,
  Harm



reply via email to

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