lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Chordname - fret-diagram line - in different order


From: peter
Subject: Re: Chordname - fret-diagram line - in different order
Date: Fri, 15 May 2020 08:49:10 +1000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/26.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Rita" == Rita Composer <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]