\version "2.25.9"
\relative c' {\time 2/4
\set Score.repeatCommands = #'((volta "1.Folge"))
c2 \bar "||"
\set Score.repeatCommands = #`((volta "2.Fine"))
\set Score.voltaSpannerDuration = #(ly:make-moment 2/4)
c2 \bar "|."
\set Score.repeatCommands = #'((volta #f))
c2
}
\header {
title = "Mein Chorsatz"
composer =
\markup
\right-column {
\line { \bold Komponist: \italic { Natürlich meine Wenigkeit } }
\line { \bold Dichter: na wer wohl }
\line { \bold Übersetzer: keiner }
}
}
\version "2.24.2"
global = {
\key f \major
\time 12/8
}
hornEinsIncipit = \new Staff {
\clef "treble"
\key c \major
e''8
}
hornEins =
\relative c'' {
\global
r8 r a c a c f( c) c c( a) a |
a4 r8 r4. r2. |
}
\score {
\new Staff \with { instrumentName = "" } % <----
<<
\incipit
\hornEinsIncipit
\hornEins
>>
\layout {
indent = 3 \cm
incipit-width = 2 \cm
\context {
\MensuralStaff
clefGlyph = "clefs.G"
\omit TimeSignature
\accepts Staff
}
}
}