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 heirarchically, so the VerticalAxisGroup
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
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
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
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 StaffGroup, and then
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 eis!
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!
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 the
> >> \StaffGroup context so as to have \mark \default be displayed
>> 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
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 this is just ad-hoc for a <
>> 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 u
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 every new \StaffGroup.
>
> This is
> https://sourcefo
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 work though :
>
> What I g
13 matches
Mail list logo