lilypond-user
[Top][All Lists]
Advanced

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

Re: combining simultaneous notes


From: Simon Albrecht
Subject: Re: combining simultaneous notes
Date: Wed, 03 Jun 2015 21:36:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Am 03.06.2015 um 21:19 schrieb Stephen MacNeil:
The example works on
What do you mean by ‘works’?

\version "2.18.2"

so i guess it's a "2.19.22" issue

I tested it on lilybin and this works in "2.19.21.... for your example anyway. not sure of "2.19.22" as i don't have it


\version "2.19.21"
aa={a4 b a b}
bb={a4 g a g}
\new Staff {
<<
  \aa\\
  \stemUp\bb
Well, this is clearly a hack. I’m surprised that Lily doesn’t complain. More precisely: it’s improper to use two voices and fake the look of one voice by tweaking stem direction. And it won’t work in any but the simplest cases. Also: please, for the sake of legibility, please put spaces around _every_ { and = and \\. The \\ should get a line of its own, unless the entire <<>> expression is placed on one line. It’s just imprudent to be so greedy with space at the expense of legibility, and if you’re publishing your code, it’s not a matter of your personal preference alone.

Regards, Simon



reply via email to

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