> For the complete documentation index, see [llms.txt](https://handbook.musescore.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.musescore.org/3/advanced-topics/cross-staff-notation.md).

# Cross-staff notation

In piano scores, it is common to write a musical phrase extending across both staves—bass and treble. This can be entered in MuseScore as follows:

1. To start with, enter the notation in one staff. e.g.

   <figure><img src="/files/7la7VuG8QTpYGCKbzmMe" alt="Beamed notes in upper staff"><figcaption></figcaption></figure>
2. Select a note and press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Down</kbd>/<kbd>Up</kbd> (Mac: <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>Down</kbd>/<kbd>Up</kbd>). This moves the selected note, and all other notes in the *same* [voice](/3/basics/working-with-multiple-voices.md), down (or up) to the other staff, e.g.

   <figure><img src="/files/jPFKBobEXW8BwdMIJ91W" alt="Selected note moved to lower staff"><figcaption></figcaption></figure>

   *Note*: It follows that if you want to ensure that notes remain on the same staff during the operation, they should be in a *different* voice to the one selected above. Be aware that notes which have been moved to a different staff still belong *logically* to the staff of origin. This is why no rest is shown in the place where the moved notes originated.
3. To adjust the beam, double-click it to show the handles. Use the [keyboard arrows](/3/basics/edit-mode.md#keyboard-shortcuts) or drag the handles to change the beam angle and height:

   <figure><img src="/files/A4tDJFMxAYcmtZlznSme" alt="Selected note moved to lower staff"><figcaption></figcaption></figure>

## See also

* [Barlines](/3/notation/barlines.md#connect-barlines): How to extend barlines over multiple staves.
* [Beams](/3/notation/beams.md#adjust-beam-angle): How to adjust beam angle and height.

## External links

* [How to span a chord or stem over two staves](https://musescore.org/en/node/8717) (MuseScore HowTo)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.musescore.org/3/advanced-topics/cross-staff-notation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
