Re: Rhythmic Excerpts with Breath Marks Above the Staff

2017-12-20 Thread Reilly Farrell
Perfect!  Thank you so much, David.

Best,
Reilly
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rhythmic Excerpts with Breath Marks Above the Staff

2017-12-20 Thread David Nalesnik
Hi Reilly,

On Wed, Dec 20, 2017 at 11:56 AM, Reilly Farrell
 wrote:
> I'm seeking a way to create rhythmic examples, as in the sample code below,
> while positioning breath marks above the rhythmic staff rather than along
> the line. I thought ^\breathe might do the trick at first, but no dice. Any
> advice on how to properly accomplish this is deeply appreciated. Thank you!
>
>
> \version "2.18.2" \include "../../../lily-settings.ily" stuff = { \time 4/4
> } \new RhythmicStaff { c4 c4 c4 c4\breathe | c2 c2\breathe | c1 | } \include
> \compileRhythmSyllablesPath \end{lilypond}
>

Adjust to your liking:

\new RhythmicStaff {
  \override BreathingSign.Y-offset = 3
  c4 c4 c4 c4\breathe |
  c2 c2\breathe |
  c1 |
}

HTH,
David

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


Rhythmic Excerpts with Breath Marks Above the Staff

2017-12-20 Thread Reilly Farrell
I'm seeking a way to create rhythmic examples, as in the sample code below,
while positioning breath marks above the rhythmic staff rather than along
the line. I thought ^\breathe might do the trick at first, but no dice. Any
advice on how to properly accomplish this is deeply appreciated. Thank you!


\version "2.18.2" \include "../../../lily-settings.ily" stuff = { \time 4/4
} \new RhythmicStaff { c4 c4 c4 c4\breathe | c2 c2\breathe | c1 | }
\include \compileRhythmSyllablesPath \end{lilypond}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user