Hallo,
Du mußt die Pause als markup setzen.
In 2.16.2 via \musicglyph
In neueren devel-versionen auch via \rest
Ein Beispiel für beides:
\version "2.17.95"
\new Lyrics
\lyricmode {
Rest using "\\rest" \markup \rest #"4" (a newer devel-version is needed)
\break
Rest using "\\musicglyph" \markup \musicglyph #"rests.2" (works with "2.16.2", too)
\break
Some space should be inserted and maybe "\\raise" and/or "\\fontsize" should be used/adjusted.
}
%% For nicer output only inserted for this example
\paper {
indent = 0
ragged-right = ##t
system-system-spacing =
#'((basic-distance . 0)
(minimum-distance . 0)
(padding . 1)
(stretchability . 0))
}
\layout {
\override Score.BarNumber #'stencil = ##f
\override Score.NonMusicalPaperColumn #'line-break-permission = ##f
}
Gruß,
Harm