Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread Joe Neeman
On Sat, Oct 21, 2017 at 5:15 PM, David Kastrup wrote: > Joe Neeman writes: > > > I have a hunch: once upon a time (IIRC), the staves of each StaffGroup > > were contained in some container grob (maybe VerticalAxisGroup?). The > > vertical spacing was done

Temporary independent rhythmic spacing between staves?

2017-10-21 Thread Shevek
Hi all, In my current project, I have a situation where the piano has fast arpeggios at the same time as the strings play a steady, slower rhythm (see screenshot). My feeling is that the best looking solution would be to temporarily sacrifice rhythmic alignment between the piano part and the rest

Temporary independent rhythmic spacing between staves?

2017-10-21 Thread Saul Tobin
Hi all, In my current project, I have a situation where the piano has fast arpeggios at the same time as the strings play a steady, slower rhythm (see attached screenshot). My feeling is that the best looking solution would be to temporarily sacrifice rhythmic alignment between the piano part and

Independent rhythmic spacing between staves?

2017-10-21 Thread Saul Tobin
Hi all, In my current project, I have a situation where the piano has fast arpeggios at the same time as the strings play a steady, slower rhythm (see attached screenshot). My feeling is that the best looking solution would be to temporarily sacrifice rhythmic alignment between the piano part and

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread David Kastrup
Joe Neeman writes: > I have a hunch: once upon a time (IIRC), the staves of each StaffGroup > were contained in some container grob (maybe VerticalAxisGroup?). The > vertical spacing was done heirarchically, so the VerticalAxisGroup was > in charge of spacing the staves of a

Re: How to fix bad overlap between normalsize and smaller note sharp, flat, natural?

2017-10-21 Thread Ben
On 10/21/2017 1:11 PM, Pieter Terpstra wrote: Dear lilypond users, How would you recommend to fix this? Most kindly, Peter Have an example here: \version "2.18.2" \relative c'' { \key gis \minor \time 2/4 << { % Voice "1" \teeny g16 ais b cis d e fis gis | eis, fis gis a

How to fix bad overlap between normalsize and smaller note sharp, flat, natural?

2017-10-21 Thread Pieter Terpstra
Dear lilypond users, How would you recommend to fix this? Most kindly, Peter Have an example here: \version "2.18.2" \relative c'' { \key gis \minor \time 2/4 << { % Voice "1" \teeny g16 ais b cis d e fis gis | eis, fis gis a eis!4 } \\ { % Voice "2" g4 d' | eis,4 eis!

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread Joe Neeman
On Sat, Oct 21, 2017 at 3:54 AM, David Kastrup wrote: > Thomas Morley writes: > > > 2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier >: > >> Hi there, > >> > >> I'm trying to move the "Mark_engraver" from the \Score context to

Re: extending event-listener.ly to include a (numerical) voice id

2017-10-21 Thread Maurits Lamers
>> I tried to read the associatedVoice property, but that seems to be >> empty. > > Try the context property associatedVoiceContext . I think it gets set > by the iterator resposible for \lyricsto et al, just don't know when. Just tried it, and it indeed contains the voice context required. In

Re: extending event-listener.ly to include a (numerical) voice id

2017-10-21 Thread David Kastrup
Maurits Lamers writes: >>> But those values are not retrievable through (ly:context-id >>> context), are they? >> >> They are. LilyPond just does the equivalent of >> << \context Voice = "1" ... >> \context Voice = "2" ... >> \context Voice = "3" >> >> But

Re: extending event-listener.ly to include a (numerical) voice id

2017-10-21 Thread Maurits Lamers
>> But those values are not retrievable through (ly:context-id context), are >> they? > > They are. LilyPond just does the equivalent of > << \context Voice = "1" ... > \context Voice = "2" ... > \context Voice = "3" >>> > > But this is just ad-hoc for a << \\ \\ >> construct. So, if I

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread David Kastrup
Thomas Morley writes: > 2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier : >> Hi there, >> >> I'm trying to move the "Mark_engraver" from the \Score context to the >> \StaffGroup context so as to have \mark \default be displayed at the >> top of

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread Thomas Morley
2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier : > Hi there, > > I'm trying to move the "Mark_engraver" from the \Score context to the > \StaffGroup context so as to have \mark \default be displayed at the > top of every new \StaffGroup. > > I'm not sure why this does not