In the versions of Lilypond I've used up through 2.19.16 when I would
compile the attached file the resulting MIDI file would play the
entire chord. With 2.19.17 now only the root note is played. I don't
really know where to look for this kind of information but I can't
tell if this is the new expected result or a bug. In any case I'd like
to get the full chords back if possible.

Thanks.
\version "2.19.17" 

\header { 
}

\include "scripts/merge-rests"
\language "english"
\include "predefined-guitar-fretboards.ly"

melody = {
	\key c \minor
	\clef "treble_8"
	\time 4/4
	\tempo "Adagio" 4 = 60
}


\paper {#(set-paper-size "letter")}\score {
<<
	 \new ChordNames { 
		 \chordmode { 
			f8:m c4:m f4:m c8:m f4:m c4:m g4 f4:m g4 c4:m f8:m f4:m \bar "|."

		} 
	}
	\new FretBoards {
		\chordmode {
			f8:m c4:m f4:m c8:m f4:m c4:m g4 f4:m g4 c4:m f8:m f4:m \bar "|."

		} 
	}
	\new Voice \with {\consists "Pitch_squash_engraver" \remove "Forbid_line_break_engraver"}
	{
	\melody
		\relative c'' { 
			\improvisationOn 
			f8\ff c4 f4 c8 f4 c4 g4 f4 g4 c4 f8 f4 
		}
	}
>>
	\layout{ragged-bottom = ##t ragged-right = ##t \context { \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver"}}
	\midi{}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to