This does it, at the expense of having to enter several tweak commands and manually pick the location for the central syllable:

\version "2.17.15"

<<
  \new Staff \relative c' {
    \repeat unfold 12 { c4 }
  }
  \new Dynamics {
    s1-\tweak bound-details.left.text "cres "
    -\tweak bound-details.right.padding #1 \startTextSpan
    s4 s2.\stopTextSpan-\tweak bound-details.left.text "cen "
    -\tweak bound-details.right.text " do"
    -\tweak bound-details.right.padding #2
    \startTextSpan s2. s4\stopTextSpan
  }
>>

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

Reply via email to