lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changing the ossia staff distance to another staff


From: Menu Jacques
Subject: Changing the ossia staff distance to another staff
Date: Thu, 11 Jan 2018 18:51:26 +0100

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


%%%%%%%%%%%%

\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
        firstClef = ##f

      }
      { e4 d f e }
    >>
    c4 b c2
  }
  
  \new Staff = "down" \relative {
    c''4 b d c |
    c4 b d c |
    c4 b d c |
  }
  
>>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]