]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-cross-staff.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / test / stem-cross-staff.ly
index 39c5d93f24bd5720083a1f2ab7b9806a2699d44b..bc307cb5d0c717c9d67189a857911d52e454130c 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.1"
+\version "1.9.2"
 
 \header { texidoc = "@cindex Stem Cross Staff
 There is no support for putting chords across staves.
@@ -14,14 +14,14 @@ noFlag = \once \property Voice.Stem \override #'flag-style = #'no-flag
 
 \score { \notes 
     \context  PianoStaff
-        < \context Staff = up   {
+        < \new Staff   {
            \stemDown
            \stemExtend
            f'4
            \stemExtend
            \noFlag
            f'8 }
-          \context Staff = down {
+          \new Staff {
              \clef bass
              a4 a8 }
          >