Hi Helge,

> How can I code this more elegant and avoid the changes?

Maybe something like this?

cello = \relative c' {
  \time 6/8
  <<
    { fis'2.\downbow ~ | fis4. r }
    { s8\p\> s\! }
  >>
}

\layout {
  \context {
    \Score
    \override Hairpin.minimum-length = #4
  }
}

\score { \new Staff \cello }

Hope this helps!
Kieren.

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

Reply via email to