Yes, transpose will do that for sections of notes. However that means
putting the original section of notes into one set of tweaks and the
transposed section into the other set of tweaks and putting more skips
into the original melody line. Which partially defeats reusing one
melody line beca
You can use transpose.
\transpose c c' { music }
Peter C
Darn. Well almost. The octave tweak is only good for one note. Which
actually makes sense from a code point of view. I'll have to find
another work around to switch octave for a longer string of notes.
\version "2.24.2"
melody = \relative c' {
c4 d e f |
c d e f |
s4 g g g |
}
guitarTwea
This is working great for the most part. One thing I have had a bit of
trouble with is octave. But I have a workaround that will work for the
most part for simple cases.
There are a handful of notes that I want in different octave for some
instruments. \resetRelativeOctave does not seem to
Excellent - exactly what I was looking for..
On 9/10/2024 11:58 AM, Xavier Scheuer wrote:
On Tue, 10 Sept 2024 at 17:04, Walt North wrote:
>
> Is there any way to do this? What follows is a made up example. I
have a melody that may be shared across different string instruments.
>
> I'd like
On Tue, 10 Sept 2024 at 17:04, Walt North wrote:
>
> Is there any way to do this? What follows is a made up example. I have a
melody that may be shared across different string instruments.
>
> I'd like to be able to reuse the melody notes and not repeat that for
each instrument. The different ins
Is there any way to do this? What follows is a made up example. I have a
melody that may be shared across different string instruments.
I'd like to be able to reuse the melody notes and not repeat that for
each instrument. The different instruments may require different
restrain option, minimu