Короткий ответ: нет, скорее всего, это невозможно.
Проблема в том, что \inc s включает всё, что Paratext считает «заголовком раздела», а не только самый очевидный случай, \s.
Вы можете достичь желаемого результата, добавив следующее в документ custom.sty в папке проекта:
\Marker r
\TextType Other
Однако очень вероятно, что это вызовет проблемы в других частях PT.
Ещё один момент, который стоит рассмотреть: просто оставьте маркеры \r видимыми в модуле Библии внутри PT, но удалите их при печати. В зависимости от того, как вы решите печатать модуль, это, вероятно, возможно — и может быть очень просто — удалить эту строку. Например, PTXprint может очень легко удалять строки \r во время печати.
The short answer is, no, it probably isn’t.
The problem is that \inc s includes anything that Paratext considers a “section heading”, not just the most obvious case, \s.
You can achieve what you’re looking for by adding the following to a custom.sty document in the project folder:
\Marker r
\TextType Other
However, it’s very likely that doing that will cause problems in other areas of PT.
One other thing to consider–just leave the \r markers showing up in the Bible Module inside of PT, but then delete them when you print. Depending on how you decide to print the module it is probably possible–and may be extremely easy–to remove that line. PTXprint, for example, can very easily delete the \r lines during printing.