On Fri, 2019-01-04 at 11:55 +0100, Thomas Morley wrote:
> Am Fr., 4. Jan. 2019 um 11:17 Uhr schrieb Gianmaria Lari
> <gianmarial...@gmail.com>:
> > My apologies, I didn't specify the fact that it is 3/4 time.
> > 
> > Thomas solution is graphically perfect....
> 
> Well, my suggestion meets the image. Actually, the composers notation
> is simply wrong, strictly speaking.
> I've seen it many times, though.
> 
> > but I have to manage the midi output "manually ".
> 
> I don't care much about midi, why do you do? It's never music.

One could argue the same thing about the typeset output (depending on
your definition of music, of course) :-)

Anyway, the output from the original code could possibly be improved by
instantiating the voices explicitly instead of using \\:

\version "2.19.82"
\new Staff {
  \time 3/4 \clef bass \key aes \major
  <<
    { aes,2. }
    \new Voice { \voiceTwo s4 ees2 }
    \new Voice {
      \voiceOne \hideNotes aes,4^(\unHideNotes s4 \voiceTwo bes4)
    }
  >>
}

-- 
Heikki Tauriainen



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to