Re: Having an actual hyphen in the lyrics?

2021-09-16 Thread Kira Garvie
Oh my this is getting way more involved than I expected! I’m re-thinking this in terms of the interruption dash Valentin mentioned. The formatting in old hymnals is sometimes really hard to parse out, and there are frequently mistakes, but I think that an interruption dash makes the most sense in t

Re: Old style bass clef (resent to list)

2021-09-16 Thread Stanton Sanderson
> On Sep 15, 2021, at 9:16 PM, Aaron Hill wrote: > > On 2021-09-15 6:49 pm, Stanton Sanderson wrote: >> I am trying to reproduce a manuscript which use an old style bass >> clef. A screen shot from > > is s

Re: Old style bass clef

2021-09-16 Thread Paul Hodges
That works fine. I note that it doesn't update the CueClef stencil to match, but I guess similar code to the Clef update given would suffice (if felt necessary at all!). Your correction raises a question in my mind (which may or may not have helped here): is there anywhere a list of dates of r

Re: Old style bass clef

2021-09-16 Thread Aaron Hill
On 2021-09-16 4:30 am, Paul Hodges wrote: That works fine. I note that it doesn't update the CueClef stencil to match, but I guess similar code to the Clef update given would suffice (if felt necessary at all!). Your correction raises a question in my mind (which may or may not have helped here

Re: Old style bass clef

2021-09-16 Thread Stanton Sanderson
> On Sep 15, 2021, at 10:58 PM, Aaron Hill wrote: > > (re-adding mailing list for visibility...) > > On 2021-09-15 8:26 pm, Stanton Sanderson wrote: >> Unfortunately, no. With Lilypond 2.23.3, substituting \clef my-clef >> for \cleff bass in the code results in Frescobaldi’s Lilypond Log >> s

percent and bar lines

2021-09-16 Thread Niels
is it possible to use 'repeat percent' including special bar lines? I tried: \version "2.20.0" \score { { \time 1/4 \repeat percent 12 { c''4 \bar "!" } r4 \bar "|." } } In the score the dashed bar line (\bar "!") appears only after the first note and not after the percent signs. Ho

Re: percent and bar lines

2021-09-16 Thread Aaron Hill
On 2021-09-16 5:17 am, Niels wrote: is it possible to use 'repeat percent' including special bar lines? I tried: \version "2.20.0" \score { { \time 1/4 \repeat percent 12 { c''4 \bar "!" } r4 \bar "|." } } In the score the dashed bar line (\bar "!") appears only after the first note

tremolo question; don't understand how to apply the manual to my situation

2021-09-16 Thread Kenneth Wolcott
Hi; I have a tremolo question. 4/4 time bass clef (piano part) polyphony apparently required two half notes, the first half note is in both voices I don't understand the tremolo repeat section in the manual, and definitely not when it comes to this situation. See attached screenshot

Re: tremolo question; don't understand how to apply the manual to my situation

2021-09-16 Thread Thomas Morley
Am Fr., 17. Sept. 2021 um 01:26 Uhr schrieb Kenneth Wolcott : > > Hi; > > I have a tremolo question. > > 4/4 time > bass clef (piano part) > polyphony apparently required > two half notes, the first half note is in both voices > > I don't understand the tremolo repeat section in the man

Re: tremolo question; don't understand how to apply the manual to my situation

2021-09-16 Thread Kenneth Wolcott
Thank you, Harm! Now I have to place this with the examples in the manual and try to understand how to generalize this for the next time. Many times these things really make my head hurt :-) Thanks, Ken On Thu, Sep 16, 2021 at 4:40 PM Thomas Morley wrote: > > Am Fr., 17. Sept. 2021 um 01:26 Uh

Re: Ensemble of two instruments in the code

2021-09-16 Thread Виноградов Юрий
It seems like \RemoveAllEmpyStaves is what you want:%%%\version "2.22.1"instrOne = \relative c' { \repeat unfold 16 { c4 c c c } }instrTwo = \relative c' { R1 * 8 \repeat unfold 8 { c4 c c c } }\score {  <<    \new Staff \with { instrumentName = "Instr 1" } \instrOne    \new Staff \with { instrumen