Re: String Number collision

2017-07-05 Thread Marc Hohl
Hi Harm, Am 05.07.2017 um 23:21 schrieb Thomas Morley: Hi Marc, 2017-07-05 8:13 GMT+02:00 Marc Hohl : Hi list, I have the following MWE: [...] It causes the string number "5" to appear twice, strangely overlapping. I tried to move the New_fingering_engraver to Staff, but then I got side-ax

Re: String Number collision

2017-07-05 Thread Thomas Morley
Hi Marc, 2017-07-05 8:13 GMT+02:00 Marc Hohl : > Hi list, > > I have the following MWE: [...] > It causes the string number "5" to appear twice, strangely overlapping. > I tried to move the New_fingering_engraver to Staff, but then I got > > side-axis not set for grob StringNumber. Not sure what

String Number collision

2017-07-04 Thread Marc Hohl
Hi list, I have the following MWE: \version "2.19.60" up = { c'8\5 e'' ~ 2. } down = { c'4\5 ~ 2. } %{ uncomment this to trigger error \layout { \context { \Voice \remove "New_fingering_engraver" } \context { \Staff \consists "New_fingering_engraver" } } %} \score {

Re: String number collision

2010-02-03 Thread Graham Percival
On Wed, Feb 03, 2010 at 07:42:18PM -0600, Bobber wrote: > David Stocker wrote: >> >> Your example works as is in 2.13.11, with the string number >> indications appearing above the beams of the notes. > I'm using the 2.12 stable branch. Is 2.13.11 mostly usable? 2.13.12 (not yet released) has 17

Re: String number collision

2010-02-03 Thread Bobber
David Stocker wrote: Greetings. Your example works as is in 2.13.11, with the string number indications appearing above the beams of the notes. I'm using the 2.12 stable branch. Is 2.13.11 mostly usable? -- Bob Wooldridge Blog: http://kc0dxf.net/blog/ _

Re: String number collision

2010-02-02 Thread David Stocker
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 8 8

String number collision

2010-02-02 Thread Bobber
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 8 8 c'8 e'4 } \\ { c2. } >> The eight n