lilypond-user
[Top][All Lists]
Advanced

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

Re: Add more space between arbitrary groups of notes


From: Kieren MacMillan
Subject: Re: Add more space between arbitrary groups of notes
Date: Thu, 15 Mar 2012 20:40:56 -0400

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.



reply via email to

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