lilypond-user
[Top][All Lists]
Advanced

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

Re: Order of contexts over staves


From: Pierre Perol-Schneider
Subject: Re: Order of contexts over staves
Date: Sun, 18 Jan 2015 23:19:16 +0100

Hi again,

How about :

\version "2.19.15"

myOssia = \relative c' {
  R1*2
  <<
    \new Staff
    \with { alignAboveContext = #"essai" \magnifyStaff #5/7 }
    { c4 c c c }
  R1
  >>
  R1*5
}

myMusic = \relative c' {
  c1 c c c c c c c
}

myDynamics = {
  s1\f s s\p s\f s
  \break
  s s\p s\pp
}

\score {
  <<
    \new Staff = "essai" \myOssia
    \new Staff = "label" \myMusic
    \new Dynamics \with {  alignAboveContext = #"label" } \myDynamics
  >>
  \layout {
    \context {
      \Score
      \override VerticalAxisGroup.remove-first = ##t
      %\override SystemStartBar.collapse-height = #1
    }
    \context {
      \Staff \RemoveEmptyStaves
    }
  }
}


See attached png
Cheers,
Pierre

Attachment: PhilOssia.png
Description: PNG image


reply via email to

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