lilypond-user
[Top][All Lists]
Advanced

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

Re: <<aes,2. \\ {s4 ees2} \\ {s2 bes4}>>


From: Heikki Tauriainen
Subject: Re: <<aes,2. \\ {s4 ees2} \\ {s2 bes4}>>
Date: Fri, 04 Jan 2019 13:48:32 +0200
User-agent: Evolution 3.30.3-1

On Fri, 2019-01-04 at 11:55 +0100, Thomas Morley wrote:
> Am Fr., 4. Jan. 2019 um 11:17 Uhr schrieb Gianmaria Lari
> <address@hidden>:
> > 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





reply via email to

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