Aber es funktioniert.brew installation macos version xxfrescobaldi installation macos version xxlilypond installation macos version xxIm KI-Modus bekommst du dann eine konkrete Anleitung, wie in meinem letzten Post.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"3) Mit Passwort bestätigen==> Next Steps: Run these commands in your terminal to add Homebrew to your PATH5) Kopiere diese nachfolgenden Befehle und gib sie in die Befehlszeile einbrew --version Wenn jetzt etwas angezeigt wird, war die Installation erfolgreich.brew install --cask frescobaldi8 ) Lilypond installieren:brew install lilypond9) Jetzt kannst du Frescobaldi über die Suche finden und öffnenwhich lilypondangezeigt wird, das ist meistens: /usr/local/bin/lilypondnoten = \relative {
c'4 d e f g2 g
a4\startLyrics a a a g1
f4 f f\startLyrics f e2 2
d4 d d d c1
}#( define lyric-fragments '(
"schwim -- men auf dem See."
"in das Was -- ser"
)
\version "2.22.2"
% 2026-01-31 MBra
% Beispiel für Combine mit Text
MelodieEins = \relative {
\time 4/4
c'4 d4 e4 f4 | g2 g2 |
}
MelodieZwei = \relative {
c'4 d4 c2 | e8 d8 c4 c2|
}
StropheEins = \lyricmode {
All -- e mei -- ne Ent -- chen
}
StropheZwei = \lyricmode {
Und der al -- te Es -- el
}
\score {
\new Staff
\with {
printPartCombineTexts = ##f
}
<<
\partCombine \MelodieEins \MelodieZwei
>>
\addlyrics \StropheEins
\addlyrics \StropheZwei
}