2014-03-06 10:58 GMT+01:00 Lukas Rytz <[email protected]>:
> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user