Hello Mark,
Does this work? I moved the top voice into the left hand to make this
work, but I'm not sure how you have the rest of your score set up.
On Fri, 28 Feb 2014 21:37:59 -0800
"Mark Stephen Mrotek" <carsonm...@ca.rr.com> wrote:
> 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
s4^\markup { \bold "Mit Humor" } |
s2.
}
left = \relative c' {
\global
\partial 4
<<{
< f, a c >4^.^\mf |
< f bes des >^. < f a c >^. < f bes des >^. |
}
\\
{
\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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user