Hi,
I was wondering how to get an octave treble clef and the correct transposing notation when writing for guitar.
At the moment my def-score look like this:
(def-score Crossing_Waves
(:key-signature 'chromatic
:time-signature timesigs
:tempo 72
:layout (guitar-layout 'inst))
(inst
:length lengths
:pitch pitches
:velocity dynamics
:channel 1
:sound 'gm
:sound 'acoustic-guitar-nylon)
Notation is in treble clef in one system as it should, but as sounding pitch without the 8 under the treble clef.
Kind Regards,
Erik