Re: How to transpose?

2024-05-23 Thread bobr...@centrum.is
Kenneth, If you look here: [ https://lilypond.org/doc/v2.24/Documentation/notation/displaying-pitches#instrument-transpositions | https://lilypond.org/doc/v2.24/Documentation/notation/displaying-pitches#instrument-transpositions ] You will see that '\transposition' tells the MIDI and cue fu

Re: How to transpose?

2024-05-23 Thread Timothy Lanfear
If you already have the music written in concert pitch, use the transpose function to change displayed pitch. \transpose bes, c { \clef treble \key c\major g' } If your brass players prefer not to have a key signature, omit the \key statement. On 23/05/2024 11:10, bobr...@centrum.is wrote:

Re: How to transpose?

2024-05-23 Thread Kenneth Flak
Timothy Lanfear, May 23, 2024 at 13:19: > If you already have the music written in concert pitch, use the > transpose > function to change displayed pitch. > > \transpose bes, c { \clef treble \key c\major g' } > > If your brass players prefer not to have a key signature, omit the \key > statement.

Re: How to transpose?

2024-05-23 Thread David Kastrup
Kenneth Flak writes: > Great, thanks to both of you! Very clarifying. \transposition is, thus, > going in the direction of instrument -> playback, More like display pitch -> concert pitch. > whereas \transpose goes in the opposite direction, if I understand it > correctly. \transpose changes t

Re: jump to coda inside repeat with alternative

2024-05-23 Thread David Wright
On Tue 21 May 2024 at 11:43:10 (+1000), Laurie Savage wrote: > On Tue, 21 May 2024 at 10:35, Paul Scott wrote: > > > Segno repeat structure is like a black box to me. I have been > > relatively successful with help and trial and error. > > > > I would really appreciate some help with this that I

Scheme help

2024-05-23 Thread Kevin Pye
So after 56 years of programming I've at last got around to writing some Lisp, and of course it doesn't work. I'm trying to define a routine repeat-verses which would be used like \repeat-verses 3 \music which would have the effect of \keepWithTag #'v1 \music \keepWithTag #'v2 \music \keepWith