Re: Breath marks

2022-12-07 Thread David Wright
On Thu 08 Dec 2022 at 14:22:31 (+1100), Andrew Bernard wrote:
> On 8/12/2022 1:29 pm, Jean Abou Samra wrote:
> > Actually, in version 2.23, the default breathing sign was changed
> > to a shape similar to your picture. See
> > https://lilypond.org/doc/v2.23/Documentation/changes/index.html
> > 
> So again, why not just use \breathe? Is there something else you need?

Bold and/or large, I thought (attached).

  bigcomma = {
\mark \markup { \override #'(font-size . 5) \musicglyph "scripts.rcomma" }
\breathe
  }

Cheers,
David.


Re: Breath marks

2022-12-07 Thread Jean Abou Samra

Le 08/12/2022 à 04:22, Andrew Bernard a écrit :

So again, why not just use \breathe? Is there something else you need?



Yes, exactly. In 2.23, use \breathe and you're done. In 2.22, use 
\breathe and override its text to whatever you want, as you showed, if 
you want a more comma-like shape.


My understanding is that your "What's wrong with \breathe?" reaction was 
prompted by seeing the look of the \breathe sign in 2.23, which looks 
much like Molly's image, and I pointed out that it is not the same in 
2.22, but that doesn't contradict your reply.




OpenPGP_signature
Description: OpenPGP digital signature


Re: Breath marks

2022-12-07 Thread Andrew Bernard

So again, why not just use \breathe? Is there something else you need?

Andrew

On 8/12/2022 1:29 pm, Jean Abou Samra wrote:
Actually, in version 2.23, the default breathing sign was changed to a 
shape similar to your picture. See

https://lilypond.org/doc/v2.23/Documentation/changes/index.html





Re: Breath marks

2022-12-07 Thread Jean Abou Samra

Le 08/12/2022 à 03:01, Molly Preston a écrit :

Hello!

I was wondering if there is a way to make a breath mark that is like a 
comma and in bold. I'm attaching a PNG file to show a small example, 
but I would like it much bigger.


I didn't see it under breath marks and caesuras or glyphs.



Actually, in version 2.23, the default breathing sign was changed to a 
shape similar to your picture. See

https://lilypond.org/doc/v2.23/Documentation/changes/index.html

Best,
Jean



OpenPGP_signature
Description: OpenPGP digital signature


Re: Breath marks

2022-12-07 Thread Andrew Bernard
What's wrong with \breathe? Note that a breath mark will break an 
autobeam, unlike your example. You can override this, but isn't that the 
point of a breath mark, to separate things?


You could always just override the breath mark symbol as per the NR. Put 
whatever text mark you like.


\relative c'' {
  c2
  \override BreathingSign.text =
\markup { \musicglyph "scripts.rvarcomma" }
  \breathe
  d2
}

Andrew



Breath marks

2022-12-07 Thread Molly Preston
Hello!

I was wondering if there is a way to make a breath mark that is like a
comma and in bold. I'm attaching a PNG file to show a small example, but I
would like it much bigger.

I didn't see it under breath marks and caesuras or glyphs.

-Molly


Re: X-offset for breath marks

2022-01-21 Thread Rachel Green
Thanks Valentin!
Rachel

> On Jan 21, 2022, at 10:31 AM, Valentin Petzel  wrote:
> 
> Hello Rachel,
> 
> The reason why offsetting the X-offset value does not work is because it is 
> not 
> used for placing Breathing marks. You can see from the output that the offset 
> command fails, as no offset is calculated in the first place.
> 
> You can still use something like \tweak extra-offset #'(x-offset . 0) (which 
> does not affect spacing) or if you want to add space while also affecting 
> spacing \tweak extra-spacing-width #'(-left-space . Right-space)
> 
> Cheers,
> Valentin
> 
> Am Donnerstag, 20. Jänner 2022, 21:04:09 CET schrieb Rachel Green:
>> Hi,
>> 
>> I am trying to adjust the placement of the first breath mark in this
>> excerpt. The Y-offset command is working as expected, but the X-offset does
>> nothing. I also tried \tweak as mentioned in
>> https://lilypond.org/doc/v2.22/Documentation/notation/the-offset-command.
>> Is there a separate command for the x-axis?
>> 
>> 
>> Best,
>> Rachel
>> 
>> 
>> 
>> 
>> 
>> 
>> \version "2.20.0"
>> 
>> \language "english"
>> #(set-global-staff-size 20)
>> 
>> 
>> VarOneTreble = \relative c'
>>  {
>>  <<
>>  {
>>  R1
>>  }
>>  \\
>>  \relative c''
>>  {
>>  b8_2 a_3 b4_1
>> \offset Y-offset -2
>> \offset X-offset -2
>> \breathe d,_4 \breathe d'_2 \breathe |
>> }
>> 
>>  }
>> 
>> VarOneBass = \relative c
>>  {
>>  \clef bass
>>R1
>>  }
>> 
>> \score {
>>  \new GrandStaff
>>  <<
>>  \new Staff = "treble" { \VarOneTreble }
>> \new Staff = "bass" { \VarOneBass }
>> 
>> }



Re: X-offset for breath marks

2022-01-21 Thread Valentin Petzel
Hello Rachel,

The reason why offsetting the X-offset value does not work is because it is not 
used for placing Breathing marks. You can see from the output that the offset 
command fails, as no offset is calculated in the first place.

You can still use something like \tweak extra-offset #'(x-offset . 0) (which 
does not affect spacing) or if you want to add space while also affecting 
spacing \tweak extra-spacing-width #'(-left-space . Right-space)

Cheers,
Valentin

Am Donnerstag, 20. Jänner 2022, 21:04:09 CET schrieb Rachel Green:
> Hi,
> 
> I am trying to adjust the placement of the first breath mark in this
> excerpt. The Y-offset command is working as expected, but the X-offset does
> nothing. I also tried \tweak as mentioned in
> https://lilypond.org/doc/v2.22/Documentation/notation/the-offset-command.
> Is there a separate command for the x-axis?
> 
> 
> Best,
> Rachel
> 
> 
> 
> 
> 
> 
> \version "2.20.0"
> 
> \language "english"
> #(set-global-staff-size 20)
> 
> 
> VarOneTreble = \relative c'
>   {
>   <<
>   {
>   R1
>   }
>   \\
>   \relative c''
>   {
>   b8_2 a_3 b4_1
> \offset Y-offset -2
> \offset X-offset -2
> \breathe d,_4 \breathe d'_2 \breathe |
> }
> 
>   }
> 
>  VarOneBass = \relative c
>   {
>   \clef bass
> R1
>   }
> 
> \score {
>   \new GrandStaff
>   <<
>   \new Staff = "treble" { \VarOneTreble }
> \new Staff = "bass" { \VarOneBass }
> 
> }

signature.asc
Description: This is a digitally signed message part.


Re: Two vertical lines as breath marks

2019-03-02 Thread Robin Bannister

Joseph Srednicki wrote:


Can someone recommend how to implement such marks in Lilypond?


With \bar "||" you may have to suppress the span bar too.


Here is a different method, overriding \breathe:

tramlines =
{
  \override BreathingSign.Y-offset = 0
  \override BreathingSign.text =  \markup  { \scale #'(0.5 . 1)
\concat{ \musicglyph #"rests.M2mensural"
\hspace #0.5 \musicglyph #"rests.M2mensural" } }
  \breathe
}


Cheers,
Robin

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


Re: Two vertical lines as breath marks

2019-03-02 Thread Joseph Srednicki
Thanks, Tyler. This is exactly what I was looking for.

version "2.18.2"
{ e''4 \prallprall
  \once \override Staff.BarLine.bar-extent = #'(-1 . 1)
  \once \override Staff.BarLine.extra-offset = #'(-0.5 . 0)
  \bar "||"
  << g''8 \\ e''8 >> }



-Original Message-
From: Tyler Mitchell 
To: Joseph Srednicki 
Cc: lilypond-user 
Sent: Sat, Mar 2, 2019 12:16 pm
Subject: Re: Two vertical lines as breath marks

On Sat, Mar 02, 2019 at 04:27:15PM +, Joseph Srednicki wrote:
> Hello:
>
> I am working with French baroque organ music. This music uses two
> vertical lines as breathing marks to indicate a change in
> registration or manual. See the image in the attached PNG or SVG
> file. The breathing marks are circled in red.
>
> Can someone recommend how to implement such marks in Lilypond?

How about:

\version "2.18.2"
{ e''4 \prallprall
  \once \override Staff.BarLine.bar-extent = #'(-1 . 1)
  \once \override Staff.BarLine.extra-offset = #'(-0.5 . 0)
  \bar "||"
  << g''8 \\ e''8 >> }

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


Re: Two vertical lines as breath marks

2019-03-02 Thread Tyler Mitchell
On Sat, Mar 02, 2019 at 04:27:15PM +, Joseph Srednicki wrote:
> Hello:
>
> I am working with French baroque organ music. This music uses two
> vertical lines as breathing marks to indicate a change in
> registration or manual. See the image in the attached PNG or SVG
> file. The breathing marks are circled in red.
>
> Can someone recommend how to implement such marks in Lilypond?

How about:

\version "2.18.2"
{ e''4 \prallprall
  \once \override Staff.BarLine.bar-extent = #'(-1 . 1)
  \once \override Staff.BarLine.extra-offset = #'(-0.5 . 0)
  \bar "||"
  << g''8 \\ e''8 >> }

Tyler

___
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 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
<reillycfarr...@gmail.com> 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


Re: Breath marks at the end of a \divisioMaijor or \divisioMaxima

2012-01-21 Thread Jakub Pavlík

If you need any help, you should better explain, what you need, maybe provide 
an example of the LilyPond code you're working on...
I can't really understand, what you need.

Greetings,
Jakub

P.S.: Sorry for posting this twice, the first time I posted the reply by 
accident only to you and not to the list.


 Původní zpráva 
Od: The Doctor (Michael Dykes) thedoctor81...@gmail.com
Předmět: Breath marks at the end of a \divisioMaijor or \divisioMaxima
Datum: 21.1.2012 03:53:22

Hullo,

I have found the simple method of adding a breath mark (/breath), but so 
far am unable to accomplish this at the end of a a line (i.e. before a 
\divisioMaior or a \divisioMaxima). Any help here would be appreciated. 
Thanks.


-Michael D.





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


Breath marks at the end of a \divisioMaijor or \divisioMaxima

2012-01-20 Thread The Doctor (Michael Dykes)

Hullo,

I have found the simple method of adding a breath mark (/breath), but so 
far am unable to accomplish this at the end of a a line (i.e. before a 
\divisioMaior or a \divisioMaxima). Any help here would be appreciated. 
Thanks.


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