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: Thomas Morley
Subject: Re: <<aes,2. \\ {s4 ees2} \\ {s2 bes4}>>
Date: Fri, 4 Jan 2019 11:55:54 +0100

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.

>
> Budanov solution is ok for midi but graphically it's not perfect (slur 
> position is not ok). Here it is the budanov solution:
>
> \version "2.19.82"
> { \time 3/4 \clef bass \key aes \major
>  <<{aes,2.} \\ {s4 ees2} \\ {\hideNotes aes,4(\unHideNotes s4 bes4)}>> }
>
> I will try to fix them :)
> Thanks everybody.
> g.

For the record, one could do:

\layout { \context { \Voice \remove Slur_engraver } }

\new Staff \with { \consists Slur_engraver }
{
  \key aes \major
  \clef bass
  \time 3/4
  <<
      aes,2.\=7( \\ { s4 ees2 } \\ s2. \\ { s2 bes4\=7) }
  >>
}

This has serious drawbacks, you'll not happy using it...

Cheers,
  Harm



reply via email to

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