lilypond-user
[Top][All Lists]
Advanced

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

Re: Combining chord durations


From: Johan Vromans
Subject: Re: Combining chord durations
Date: Tue, 22 Oct 2013 09:56:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Jim Long <address@hidden> writes:

> Does the MIDI output come out correct when you do this?  It's ugly,
> but I think it will work, both visually and aurally:
>
> \pata ees      ->  
> \override ChordName #'stencil = ##t
> ees8
> \override ChordName #'stencil = ##f
> q q q q q q q

Yes, it does. The midi is okay.

I tried the following approach:

  qeight = \chordmode {
    \override ChordName #'stencil = ##f
    q8 q q q q q q
    \revert ChordName #'stencil
  }
  ...etc...

  harmonies = \new ChordNames \chordmode {
    \set chordChanges = ##f
    ees8 \qeight             |
    ees8 \qfour  bes8 \qfour |
    ees8 \qsix   bes8 \qtwo  |
    ees8 \qeight             |
  } % harmoniesC

  \score {
    <<
      \harmonies
      \melody
    >>
    \layout {}
    \midi {}
  } % score

The midi comes out okay but the score is still twice as wide as it could
be. See the attached program.

-- Johan

Attachment: t.ly
Description: Chord spacing suppression with stencils

Attachment: pngMXtMl0y6LT.png
Description: Screenshot


reply via email to

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