lilypond-user
[Top][All Lists]
Advanced

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

Re: String number collision


From: David Stocker
Subject: Re: String number collision
Date: Tue, 02 Feb 2010 23:39:52 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Greetings.

Your example works as is in 2.13.11, with the string number indications appearing above the beams of the notes.

At any rate, try adding \override StringNumber #'add-stem-support = ##t

% measure  20:
     <<
        { \override StringNumber #'add-stem-support = ##t
           r8 <c'\3>8 <e'\2>8 c'8 e'4 }  \\
        { c2. }
     >>

Hope that helps,

David

Bobber wrote:
I'm engraving some guitar music. It's polyphonic on one staff. In one measure I am indicating string numbers. The numbers are colliding with the upper voice. Here's the measure where it's happening:
% measure  20:
      <<
         { r8 <c'\3>8 <e'\2>8 c'8 e'4 }  \\
         { c2. }
      >>
The eight notes here have the stems pointing upwards. The numbers appear to be placed right above the note heads and are colliding with the stems.

I'm kind of new to Lilypond so I was wondering if someone could give me some pointers and help me resolve this.

Thanks!





reply via email to

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