lilypond-user
[Top][All Lists]
Advanced

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

Re: Text above Chord


From: Pierre Perol-Schneider
Subject: Re: Text above Chord
Date: Thu, 6 Mar 2014 11:56:10 +0100

2014-03-06 10:58 GMT+01:00 Lukas Rytz <address@hidden>:
Hello

Hi Lukas,
 

The example below prints "text" below the chord.
How can I print the text above the chord?


If it's just for one shot you can use something like :

\version "2.18.0"
<<
  \new ChordNames \chordmode { 
    \set majorSevenSymbol = \markup {
      7 \concat { \hspace #-3 \raise #2 "text" }
    }
    c1:7+
    \unset majorSevenSymbol
  }
  c''1
>>

HTH
~Pierre

reply via email to

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