Re: reusing melody in different TabVoice instruments

2024-09-13 Thread Walt North
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

Re: reusing melody in different TabVoice instruments

2024-09-13 Thread Peter Chubb
You can use transpose. \transpose c c' { music } Peter C

Re: reusing melody in different TabVoice instruments

2024-09-12 Thread Walt North
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

Re: reusing melody in different TabVoice instruments

2024-09-12 Thread Walt North
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

Re: reusing melody in different TabVoice instruments

2024-09-10 Thread Walt North
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

Re: reusing melody in different TabVoice instruments

2024-09-10 Thread Xavier Scheuer
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

reusing melody in different TabVoice instruments

2024-09-10 Thread Walt North
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