Hi Stefan,

here is the example:

My suggestion for how to code this is below.

HTH!
Kieren.

%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.57"

fixMMR =
{
        \once \override MultiMeasureRest #'transparent = ##t
        \once \override MultiMeasureRest #'minimum-length = #46
        \once \override MultiMeasureRestText #'padding = #2
}
mu = \markup
{
        \small \italic \override #'(baseline-skip . 2.1)
\column { "(mit Holzschlägel schlagen" "gleichzeitig mit weichem Schägel abdämpfen)" }
}

widebar =
{
        <<
                { \oneVoice gis8\f\laissezVibrer r r4 r2 }
                \new Voice { \fixMMR R1^\mu }
        >>
}

\score
{
        \new Staff \widebar
}

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

Reply via email to