lilypond-user
[Top][All Lists]
Advanced

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

Re: Re:move notehead away


From: MING TSANG
Subject: Re: Re:move notehead away
Date: Wed, 9 Oct 2013 14:20:12 -0700 (PDT)

Trevor,
Thank you very much. The "\once \override ...."  works.
I will read the "force-hshift" from learning doc.
Emanuel,
Ming. 


From: Trevor Daniels <address@hidden>
To: MING TSANG <address@hidden>; address@hidden; address@hidden
Sent: Wednesday, October 9, 2013 4:42:05 PM
Subject: Re: lilypond-user Digest, Vol 131, Issue 35


MING TSANG, you wrote Tuesday, October 08, 2013 6:02 PM


> I coded using \stemUP \stemDown as suggested. There seems no effect.
> tenor and base note printed on top one another. For a normal score that
> is what it should be. But since I use \ezNum, the number in the bass notehead
> is seems over taken over the tenor note. It is ok. But when I code \ezNum for
> tenor (no \ezNum on bass) the tenor note is over took by bass note. But on
> my original .png (no \ezNum on tenor, \ezNum on bass) show tenor note over
> took bass note, making hard to see the number.


The property you need to change is force-hshift.  This should go immediately
in front of the bass g4, like this:

        \once \override NoteColumn.force-hshift = #1.0 g4 |      %bar 05-06

You can read about force-hshift here:
http://lilypond.org/doc/v2.17/Documentation/learning/real-music-example
towards the end of that section.

HTH, Trevor





reply via email to

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