lilypond-user
[Top][All Lists]
Advanced

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

markup above chordnames


From: Mogens Lemvig Hansen
Subject: markup above chordnames
Date: Sat, 28 Jul 2018 16:34:54 -0700

Hi,

 

In the example below, how do I move the “text” above the chords?  I have tried playing with outside-staff-priority but haven’t found the right incantation.

 

Regards,

Mogens

 

\version "2.18.2"

 

 

\score {

  <<

    \new ChordNames { c1 g }

    \new Staff {

      \tempo 4=100

      \override Staff.TextScript.outside-staff-priority = #2000

      g'4 g' d' g'

      c''^\markup "text"  b' g' g'

    }

  >>

}

 

 

 


reply via email to

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