lilypond-user
[Top][All Lists]
Advanced

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

Re: Text above Chord


From: TaoCG
Subject: Re: Text above Chord
Date: Thu, 6 Mar 2014 04:08:27 -0800 (PST)

Lukas Rytz wrote
> Hello
> 
> The example below prints "text" below the chord.
> How can I print the text above the chord?
> 
> Thanks!
> Lukas
> 
> 
> \version "2.18.0"
> <<
>   \new ChordNames \chordmode { c1:7 }
>   c''1^"text"
>>>
> 
> [image: Inline image 1]
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> image.png (3K)
> &lt;http://lilypond.1069038.n5.nabble.com/attachment/160161/0/image.png&gt;

Maybe something like this will work for you?
Since this separates text and music you'll have to count to place the text
at the right position.

\version "2.18.0"

\score
{
    <<
        \new Lyrics \lyricmode { foo2 _4 bar }
        \new ChordNames \chordmode { c1:7 }
        \new Staff { c'2 c'4 c' }
    >>
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Text-above-Chord-tp160161p160166.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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