Re: Setting line-width for individual lines

2023-10-16 Thread Benjamin Bruce
Thank you; it looks like \pseudoIndents will work very nicely. I actually did see that snippet, but I thought it was just for left indents. Thank you for pointing it out to me! Benjamin Bruce Ѫѯ 2023-10-16 Ѩё 21:07, Aaron Hill ѮѴё: > On 2023-10-16 7:15 pm, Benjamin Bruce wrote: >> I know how

Re: Where is my tuplet bracket?

2023-10-16 Thread Werner LEMBERG
> \new Staff { > \key c \minor > < es' g' > < bes' d''~ >2. | > \tuplet 3/2 \voices "",2 << { \voiceOne d''4 c'' es'' \oneVoice } \\ > { g'4 as'2 } >> > < f' as' >4 | > } Looks like a bug, so please file a report. Werner

Re: Setting line-width for individual lines

2023-10-16 Thread Aaron Hill
On 2023-10-16 7:15 pm, Benjamin Bruce wrote: I know how to set line-width in the \layout block to apply it to the whole score. But is it possible to set line-widths on an individual line basis (or for groups of lines), for example one width for lines 1-2, and then a different width for lines

Setting line-width for individual lines

2023-10-16 Thread Benjamin Bruce
I know how to set line-width in the \layout block to apply it to the whole score. But is it possible to set line-widths on an individual line basis (or for groups of lines), for example one width for lines 1-2, and then a different width for lines 3-4? I know about ragged-right, but I don't

Re: Where is my tuplet bracket?

2023-10-16 Thread David Kastrup
William Rehwinkel writes: >> On 10/16/23 19:09, David Kastrup wrote: >>> William Rehwinkel writes: >>> Dear David, This seems like an improper/unintended use of \tuplet. >>> How so? >>> How is >>>\tuplet 3/2 \voices "",2 << { \voiceOne d''4 c'' es'' \oneVoice } >>> \\ >>>

Re: Where is my tuplet bracket?

2023-10-16 Thread William Rehwinkel via LilyPond user discussion
I don't know, but what I meant to say is that this use of \tuplet outside of \voices or a split into multiple voices seems to me to be "undefined behavior" ("unspecified"?). -William On 10/16/23 19:09, David Kastrup wrote: William Rehwinkel writes: Dear David, This seems like an

Re: Where is my tuplet bracket?

2023-10-16 Thread David Kastrup
William Rehwinkel writes: > Dear David, > > This seems like an improper/unintended use of \tuplet. How so? How is \tuplet 3/2 \voices "",2 << { \voiceOne d''4 c'' es'' \oneVoice } \\ { g'4 as'2 } >> improper while \tuplet 3/2 << { \voiceOne d''4 c'' es''

Re: Where is my tuplet bracket?

2023-10-16 Thread William Rehwinkel via LilyPond user discussion
Dear David, This seems like an improper/unintended use of \tuplet. I would have used \scaleDurations instead. However, if you slightly modify the mwe as shown below, the tuplet bracket is shown. Thanks, -William \version "2.25.7" \new Staff { \key c \minor < es' g' > < bes' d''~ >2.

Where is my tuplet bracket?

2023-10-16 Thread David Kastrup
\new Staff { \key c \minor < es' g' > < bes' d''~ >2. | \tuplet 3/2 \voices "",2 << { \voiceOne d''4 c'' es'' \oneVoice } \\ { g'4 as'2 } >> < f' as' >4 | } Admittedly, this is still better than the warning and crash an earlier version rather than current master puts out. But

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread Kenneth Wolcott
Veddy veddy funny :-) On Mon, Oct 16, 2023 at 1:28 PM David Kastrup wrote: > > Kenneth Wolcott writes: > > > Hi; > > > > On a related note (pun not intended!) I have seen a Tuba solo score > > where there is a notation to "slap" the instrument, shown as literally > > a "slap" like a "rit." or

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread David Kastrup
Kenneth Wolcott writes: > Hi; > > On a related note (pun not intended!) I have seen a Tuba solo score > where there is a notation to "slap" the instrument, shown as literally > a "slap" like a "rit." or ".cresc.". I was wondering how to engrave > that...other than the obvious... For tuba solo

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread Kenneth Wolcott
Hi; On a related note (pun not intended!) I have seen a Tuba solo score where there is a notation to "slap" the instrument, shown as literally a "slap" like a "rit." or ".cresc.". I was wondering how to engrave that...other than the obvious... Thanks, Ken Wolcott On Mon, Oct 16, 2023 at 1:01 

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread Kevin Cole
On Mon, Oct 16, 2023 at 1:47 PM Karlin High wrote: > I have seen choral works use "X" note heads to indicate claps or > foot-stomps. > > The commands \xNotesOn and \xNotesOff seem worth trying. > > Aaaand, we have a winner! ;-)

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread Karlin High
On 10/16/2023 7:14 AM, Kevin Cole wrote: there's a lyric "(clap)(clap)" with "X X" on the staff. I have seen choral works use "X" note heads to indicate claps or foot-stomps. The commands \xNotesOn and \xNotesOff seem worth trying.

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread David Kastrup
Kevin Cole writes: > On Mon, Oct 16, 2023 at 8:33 AM David Kastrup wrote: >> >> Kevin Cole writes: >> >> > I'm transcribing a pub song, and at one point, there's a lyric >> > "(clap)(clap)" with "X X" on the staff. >> > >> > I've seen that one can have a "\drum {hc4 hc4}" but I want something

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread Kevin Cole
On Mon, Oct 16, 2023 at 8:33 AM David Kastrup wrote: > > Kevin Cole writes: > > > I'm transcribing a pub song, and at one point, there's a lyric > > "(clap)(clap)" with "X X" on the staff. > > > > I've seen that one can have a "\drum {hc4 hc4}" but I want something like a > > layout of "| e4.

Re: Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread David Kastrup
Kevin Cole writes: > I'm transcribing a pub song, and at one point, there's a lyric > "(clap)(clap)" with "X X" on the staff. > > I've seen that one can have a "\drum {hc4 hc4}" but I want something like a > layout of "| e4. a4. | X X g8 |" in 6/8 time all on one staff -- which I > guess in MIDI

Is there a glyph? (or something) to indicate a clap in a vocal piece?

2023-10-16 Thread Kevin Cole
I'm transcribing a pub song, and at one point, there's a lyric "(clap)(clap)" with "X X" on the staff. I've seen that one can have a "\drum {hc4 hc4}" but I want something like a layout of "| e4. a4. | X X g8 |" in 6/8 time all on one staff -- which I guess in MIDI would probably be something