Hi Trevor,

Well, there is, although I didn't know it until I went looking!

Yes, you've hit on exactly what I was hoping might be out there...  =)
For future reference (e.g., LSR?), I've modified your [lovely] example to show both outcomes.

Best wishes,
Kieren.
_____________________________________

\version "2.11.34"

\paper { ragged-right = ##t }

\new PianoStaff
<<
        \new Staff = RH
        {
                \clef "treble"
                \relative c''
                {
                        c1
                        c4_\ffff c c c
                        c4_\markup \center-align { \whiteout \dynamic ffff } c 
c c
                }
        }
        \new Staff = LH
        {
                \clef "bass"
                \relative c { c1 c1 c1 }
        }
>>


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to