]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
*** empty log message ***
[lilypond.git] / input / regression / note-line.ly
index 0f0ac0ea55df804bcdf8e5d98face889fe47a88a..f4e66639b1eadf4af4d2cc0dc09bfd5166c23dce 100644 (file)
@@ -11,13 +11,13 @@ sd = { \change Staff = down}
 
 \context PianoStaff
 <<
-  \context Staff = "up"   {
+  \new Staff = "up"   {
     \set PianoStaff.connectArpeggios = ##t
     \showStaffSwitch
     \clef F
     c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
   }
-  \context Staff = "down" {
+  \new Staff = "down" {
     \clef F s1*4
   }
 >>