Re: Ignoring note clash

2014-06-12 Thread Phil Holmes
- Original Message - From: "tisimst" To: Sent: Wednesday, June 11, 2014 11:04 PM Subject: Re: Ignoring note clash My question: Is this a bug? Why does the voicing get reverted after the acciaccatura/grace/appoggiatura? Regards, Abraham See Known issues and warning

Re: Ignoring note clash

2014-06-11 Thread tisimst
hange the acciaccatura stem direction and the ef-chord back to whole notes like you had it originally without any problems: <http://lilypond.1069038.n5.nabble.com/file/n163206/final-result.png> My question: Is this a bug? Why does the voicing get reverted after the acciaccatura/grace/appog

Re: [SPAM] Re: Ignoring note clash

2014-06-11 Thread Urs Liska
Am 11.06.2014 18:58, schrieb David Kastrup: Urs Liska writes: Am 11.06.2014 16:56, schrieb Knute Snortum: This post is mostly for me to discover whether there's a better way to do what I'm doing. The following code produces the output I want, but it suppresses a warning: %%%

Re: Ignoring note clash

2014-06-11 Thread David Kastrup
Urs Liska writes: > Am 11.06.2014 16:56, schrieb Knute Snortum: >> This post is mostly for me to discover whether there's a better way to do >> what I'm doing. >> >> The following code produces the output I want, but it suppresses a warning: >> >> %% >> \version "2.18.2" >> \l

Re: Ignoring note clash

2014-06-11 Thread Kieren MacMillan
Hi Knute, > My questions are these: 1) is there a better way to do this other than > suppressing a warning Maybe use explicitly instantiated voices? %% \version "2.18.2" \language "english" \relative c { \clef bass \time 2/2 \acciaccatura { \stemUp 8 } <<

Re: Ignoring note clash

2014-06-11 Thread Urs Liska
Am 11.06.2014 16:56, schrieb Knute Snortum: This post is mostly for me to discover whether there's a better way to do what I'm doing. The following code produces the output I want, but it suppresses a warning: %% \version "2.18.2" \language "english" ignoreClash = \override

Ignoring note clash

2014-06-11 Thread Knute Snortum
This post is mostly for me to discover whether there's a better way to do what I'm doing. The following code produces the output I want, but it suppresses a warning: %% \version "2.18.2" \language "english" ignoreClash = \override NoteColumn.ignore-collision = ##t \relative