dak wrote >> Finally, if it would be possible to note "no chord" as a normal rest >> of the correct duration instead of N.C. it would be great. > > Maybe someone else can make a suggestion for this item? > > -- > David Kastrup
here is a suggestion: define a command for the rests like restFull = { \once \set chordChanges = ##f \once \set noChordSymbol = \markup { \musicglyph #"rests.1" } r1 } restHalf = { \once \set chordChanges = ##f \once \set noChordSymbol = \markup { \musicglyph #"rests.2" } r2 } % … and use them in a score: harmonies = \chordmode { \restHalf \restHalf c2:m c:m \break c1:m c:m d \restFull } to be sure use that /\once \set …/ works as expected you should use a recent version of LP. maybe even that somebody will take care of putting this in a function so that you can use it with normal code! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Bass-and-chords-tp135858p135901.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user