lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom chord suffix, no chord name


From: Mats Bengtsson
Subject: Re: Custom chord suffix, no chord name
Date: Wed, 14 Dec 2005 11:11:06 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Would it be hard to allow for \markup commands inserted directly
among the chords? That would provide a simple solution for all different
kind of requests of special chord notation. The syntax of the solution below
looks like a real hack.
I added the corresponding feature for figured bass some time ago, which was
really simple. Here, I realize that it could be a bit more complicated to do,
for example you need a syntax to specify the duration of the markup, but it
would certainly be nice if it was possible.

  /Mats

Han-Wen Nienhuys wrote:

Basil Crow wrote:

I'd like to display a chord that says just "Un." -- nothing else. In
Finale, I'd handle this by setting no chord name and then making a
custom chord suffix for "Un."

What's the appropriate way to do this in LilyPond? I read "7.2.3 Printing
chord names," but the chordNameExceptions method seems to just affect
the suffix of an existing chord, which I don't want. I just want to
display a suffix "by itself," so to speak -- although I'm not opposed to
a solution that requires me to use a random (predefined) chord, so long
as the output is the string "Un."

Any ideas?


with the last 2.7 release,


\chords {
  c:sus4
  \notemode  { <\tweak #'text #"foo" c>4 }
  c:dim7

  }



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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