Hello,

 

In the attached file the treble clef should be after the repeat signs.

 

How do I get it to be there?

 

Thank you for your kind attention.

 

Mark

\version "2.16.2"

global = {
  \key d \major
  \time 4/4
}

right = \relative c'' {
  \global
  
  \repeat volta 2 {
  a8 r < a cis >8. ( < cis e >16 ) < a cis >8\staccatissimo r r4 | }
  \repeat volta 2 {
  \grace s8 r4 r8 < cis-2 a'-5 > }
  
}

left = \relative c' {
  \global
  
  < a cis >8 r < a, a' >\staccatissimo r < a, a' >\staccatissimo r r4 |
  \clef treble \acciaccatura gis'''8 a8\staccatissimo a, a a
  
}

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

Reply via email to