Hello:

 

In the attached file, how do I get the bar, clef, and key to be properly
spaced?

 

Thank you.

 

Mark

\version "2.16.2"

right = \relative c'' {
  \key a \major
  \time 2/4
  
  \repeat volta 2 {
  fis16 a fis d cis e d b | 
  a4 }
  
  \repeat volta 2 {
  \key a \minor
  e'8 c'16 a | }
  
}

left = \relative c' {
  \key a \major
  \time 2/4
  
  < d, a' >8 q < e a > < e gis > |
  < a, a' >4
  
  \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( bar clef key ))
  \key a \minor
  \clef treble
  r8 < a'' c >
  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to