lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cre - - sen - - do


From: Nick Payne
Subject: Re: cre - - sen - - do
Date: Tue, 30 Apr 2013 17:16:45 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

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
  }
>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]