> For the complete documentation index, see [llms.txt](https://docs.songbookplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.songbookplus.com/readme/zuschreibungen.md).

# Zuschreibungen

**MIDI Kommunikation:**

Die MIDI Kommunikation basiert auf Beispielcode von Pete Goodliffe.

Vielen Dank an Pete für das Veröffentlichen seines Beispielcodes im Internet.

Hier finden Sie mehr Informationen darüber:

<http://goodliffe.blogspot.com/2010/10/using-coremidi-in-ios-example.html>

**Musiksymbole:**

Die Musiksymbole zum Einfügen mit der Notizfunktion stammen von Linkware Graphics.

Vielen Dank an Shirley Kaiser für das Veröffentlichen dieser Symbole.

Hier finden Sie mehr Informationen darüber:

<http://linkwaregraphics.com/music/>

**In-App-Settings:**

Die in der App integrierten Einstellungen wurden mit dem „InAppSettingsKit“ realisiert. Vielen Dank an Luc Vandal und Ortwin Gentz die Entwicklung und Veröffentlichung.

Hier finden Sie mehr Informationen darüber:

<https://github.com/futuretap/InAppSettingsKit>

**OpenSSL:**

SongBook+ verwendet OpenSSL. Gemäss Lizenzbestimmungen muss das mit dem folgenden Satz erwähnt werden:

*„This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (*<http://www.openssl.org/>*).“*


---

# 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:

```
GET https://docs.songbookplus.com/readme/zuschreibungen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
