I would suggest putting dynamics separately to have better control on where
they start without messing with the actual notes.
Here is what I understand you are trying to achieve:

---

\version "2.16.0"


notes = \relative c' {

  \mergeDifferentlyDottedOn

  \mergeDifferentlyHeadedOn

  \time 6/8

  <<

  {

    e8 g b e b g' |

    e, g b e b g' |

    e, g b e b g' |

  }

  \\

  { e,2. | e | e | }

  >>

}


dynamics = {

  \repeat unfold 3{ s4\< s8\! s4\> s8\! | }

}


\score {

  \new StaffGroup <<

    \new Staff \notes

    \new Dynamics \dynamics

  >>

}

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

Reply via email to