lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 131, Issue 35


From: Trevor Daniels
Subject: Re: lilypond-user Digest, Vol 131, Issue 35
Date: Wed, 9 Oct 2013 21:42:05 +0100

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]