Fellow Users,

 

How do I get the "Mit Humor" in the attached above the treble staff?

 

Thank you.

 

Mark

\version "2.18.0"

global = {
  \key ges \major
  \numericTimeSignature
  \time 3/4
}

right = \relative c'' {
  \global
  
  \partial 4
  \change Staff = "left" \stemUp
  < f,, a c >^.^\mf^\markup { \bold "Mit Humor" } |
  < f bes des >^. < f a c >^. < f bes des >^. |
  
}

left = \relative c' {
  \global
  
  \partial 4 \stemDown < f,,, f' >4 |
  < bes bes' >2. |
  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to