>>>>> "Rita" == Rita Composer <ritacompo...@gmail.com> writes:


Rita> Thank you.  The problem is, that I put the fret diagram with
Rita> markup....  Because I don't want all the chords to be seen in
Rita> fret diagram...just the special ones

What I'd do is put the chord diagrams separate from the rest of the
score.

Create another score separate from the main score, with just the
chords you want.

Something like this:

specialChords =  \chordmode {
  a:4 
}
\score {
  <<
    \context ChordNames \specialChords
    \context FretBoards \specialChords
  >>
  
  \layout {
    \context {
      \FretBoards
      stringTunings = #guitar-tuning
    }
  }
}


Peter C

Reply via email to