I am trying to compile an order of service which includes blocks of bold text which are indented from the actual margin. When I use a lettrine with normal text in this format it appears as expected (i.e. embedded within the text) but when I use it with bold text it appears outside the block as though it has ignored the indentation command. Does anybody know of a way to solve this?
Thank you in advance!
\documentclass[11pt,a5paper]{article}
\usepackage[cm]{fullpage}
\usepackage{fontspec}
\usepackage{lettrine}
\usepackage{libertine}
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{ragged2e}
\usepackage[parfill]{parskip}
\usepackage[autocompile]{gregoriotex}
\setlength{\parskip}{0.7mm}
\begin{document}
\textit{{\color{gregoriocolor}A period of silence for reflection on the past day may follow.}}
\textit{{\color{gregoriocolor}The following or other suitable words of penitence may be used.}}
\bigskip
\setlength{\leftskip}{1cm}
\textbf{\lettrine{\textcolor{gregoriocolor}{W}}e confess to God almighty,\\
the Father, the Son and the Holy Ghost,\\
that we have sinned in thought, word and deed,\\
through our own grievous fault.\\
Wherefore we pray God to have mercy upon us.\\}
\textbf{Almighty God, have mercy upon us,\\
forgive us all our sins and deliver us from all evil,\\
confirm and strengthen us in all goodness,\\
and bring us to life everlasting;\\
through Jesus Christ our Lord.\\
Amen.\\}
\setlength{\leftskip}{0pt}
\end{document}
