Hello Ben,

Thanks for the link, I had missed that post!

There seems to be an interference with the PianoStaff though, since whichever 
values I choose for basic-distance and minimum-distance in 
default-staff-staff-spacing, and contrary to the earlier post you indicated, 
the score comes out the same…

JM


\version "2.19.80"

\new PianoStaff <<
  \new Staff = "up" \relative {
    c''4 b d c

    <<
      { c4 b d c }

      \new Staff \with {
        % the ossia
        \remove "Time_signature_engraver"
        alignAboveContext = #"up"
        \magnifyStaff #2/3
        \remove "Clef_engraver"
        %  firstClef = ##f

        \override VerticalAxisGroup #'default-staff-staff-spacing =
        #'(
            (basic-distance . 0)
            (minimum-distance . 0)
            (padding . 1.5)
            (stretchability . 90)
            )
      }
      { e4 d f e }
    >>

    c4 b c2
  }

  \new Staff = "down" \relative {
    c''4 b d c |
    c4 b d c |
    c4 b d c |
  }

>>

> Le 12 janv. 2018 à 14:35, Ben <[email protected]> a écrit :
> 
> On 1/11/2018 12:51 PM, Menu Jacques wrote:
>> Hello folks,
>> 
>> In the example below, how can the ossia be brought closer to the upper staff 
>> while keeping the same distance between the two regular staves?
>> 
>> Thanks for your help!
>> 
>> JM
>> 
>> 
> 
> Hello!
> 
> I think this recent thread should be of some help :)
> 
> http://lilypond.1069038.n5.nabble.com/Ossia-distance-unwanted-vertical-spacing-td206336.html
>  
> <http://lilypond.1069038.n5.nabble.com/Ossia-distance-unwanted-vertical-spacing-td206336.html>
> 
> 
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to