Hi Svetlana:

> I want more space only between phrasing slurs, not between each note

What about this solution?

\version "2.15.32"

\layout {
  \context {
    \Score
    \override BreathingSign #'transparent = ##t
    \override BreathingSign #'X-extent = #'(0 . 1)
  }
}

theMusic = \relative c' {
  c\( d e f
  g\) \breathe g f\( e
  d e\) \breathe d c
}

\score { \theMusic }

Hope this helps!
Kieren.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to