Note spacing with a polyphonic grace notes

2019-08-17 Thread Pierre Perol-Schneider
Hi List,
Please consider those two snippets -- with a possible workaround in order
to reach the wanted spacing:

\version "2.19.83"
\fixed c' {
  \voiceOne s4.
  \grace {
<<
  { g,32
-\shape #'((0 . 0)(0 . 0)(2 . 0)(2.5 . 2))
_( g b \once\textLengthOn  f')
% -\markup "  " % <= workaround?
  } \\
  { g,8 }
>>
  } a'16. 32
}
\fixed c' {
  \voiceOne s4.
  \once\slurDown
  \appoggiatura { g,32 g b f' } a'16. 32
}

Is there another workaround?
Is it a known bug (I could not find it)?
Cheers,
Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Note spacing with a polyphonic grace notes

2019-08-17 Thread Andrew Bernard

What is the wanted spacing?

Andrew


On 17/8/19 7:14 pm, Pierre Perol-Schneider wrote:

Hi List,
Please consider those two snippets -- with a possible workaround in 
order to reach the wanted spacing:




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Note spacing with a polyphonic grace notes

2019-08-17 Thread Pierre Perol-Schneider
Hi Andrew,
The wanted spacing is shown in the 2nd snippet.
The workaround reaches almost it.
Cheers,
Pierre

Le sam. 17 août 2019 à 11:20, Andrew Bernard  a
écrit :

> What is the wanted spacing?
>
> Andrew
>
>
> On 17/8/19 7:14 pm, Pierre Perol-Schneider wrote:
> > Hi List,
> > Please consider those two snippets -- with a possible workaround in
> > order to reach the wanted spacing:
> >
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Note spacing with a polyphonic grace notes

2019-08-26 Thread Thomas Morley
Am Sa., 17. Aug. 2019 um 11:44 Uhr schrieb Pierre Perol-Schneider
:
>
> Hi Andrew,
> The wanted spacing is shown in the 2nd snippet.
> The workaround reaches almost it.
> Cheers,
> Pierre
>
> Le sam. 17 août 2019 à 11:20, Andrew Bernard  a 
> écrit :
>>
>> What is the wanted spacing?
>>
>> Andrew
>>
>>
>> On 17/8/19 7:14 pm, Pierre Perol-Schneider wrote:
>> > Hi List,
>> > Please consider those two snippets -- with a possible workaround in
>> > order to reach the wanted spacing:

Hi Pierre,

I've the impression LilyPond can't cope well with polyphonic music
_inside_ of GraceMusic.

But why not enter polyphonic music right from the start?

\new Staff
  <<
\new Voice \fixed c' {
  \voiceOne
  s4.
  \once\slurDown
  \appoggiatura { g,32 g b f' }
  a'16. 32
}
\new Voice \fixed c'{
  \voiceTwo
  s4.
  \grace { g,8 }
  \once \hideNotes a'16.
}
  >>

Cheers,
  Harm

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Note spacing with a polyphonic grace notes

2019-08-26 Thread Pierre Perol-Schneider
Nice, thank you Harm.

Le lun. 26 août 2019 à 10:34, Thomas Morley  a
écrit :

> Am Sa., 17. Aug. 2019 um 11:44 Uhr schrieb Pierre Perol-Schneider
> :
> >
> > Hi Andrew,
> > The wanted spacing is shown in the 2nd snippet.
> > The workaround reaches almost it.
> > Cheers,
> > Pierre
> >
> > Le sam. 17 août 2019 à 11:20, Andrew Bernard 
> a écrit :
> >>
> >> What is the wanted spacing?
> >>
> >> Andrew
> >>
> >>
> >> On 17/8/19 7:14 pm, Pierre Perol-Schneider wrote:
> >> > Hi List,
> >> > Please consider those two snippets -- with a possible workaround in
> >> > order to reach the wanted spacing:
>
> Hi Pierre,
>
> I've the impression LilyPond can't cope well with polyphonic music
> _inside_ of GraceMusic.
>
> But why not enter polyphonic music right from the start?
>
> \new Staff
>   <<
> \new Voice \fixed c' {
>   \voiceOne
>   s4.
>   \once\slurDown
>   \appoggiatura { g,32 g b f' }
>   a'16. 32
> }
> \new Voice \fixed c'{
>   \voiceTwo
>   s4.
>   \grace { g,8 }
>   \once \hideNotes a'16.
> }
>   >>
>
> Cheers,
>   Harm
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user