lilypond-user
[Top][All Lists]
Advanced

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

FretBoards chordChanges


From: EmilLask
Subject: FretBoards chordChanges
Date: Fri, 4 Jan 2013 10:51:22 -0800 (PST)

Hi, I'm still here. Be patients, please.

FretBoard now supports chordChanges
ie:\set chordChanges = ##t.

But ......

only when the chords are the same with same duration,
ie: 

\header{
  
  texidoc = "FretBoards can be set to display only when the chord changes
or at the beginning of a new line."

}
  
  \version "2.14.0"

myChords = \chordmode {
  c1 c1 \break
  c1 c1 \break
  \set chordChanges = ##t
  c1 c1 \break
}

<<
  \new ChordNames { \myChords }
  \new FretBoards { \myChords }
  \new Staff { \myChords }
>>


If I change the duration, doesn't work more
ie: c2 c4 c4 

Thanks in advance

Emil



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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