lilypond-user
[Top][All Lists]
Advanced

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

Re: Text above Chord


From: Lukas Rytz
Subject: Re: Text above Chord
Date: Thu, 6 Mar 2014 14:14:28 +0100



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' }
    >>
}

This works for me. Thank you, and also thanks to everbody else who suggested solutions!
Lukas


reply via email to

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