User:Rudi Guggt/test: Difference between revisions
Appearance
Rudi Guggt (talk | contribs) No edit summary |
Rudi Guggt (talk | contribs) m qr |
||
| Line 22: | Line 22: | ||
} | } | ||
} | } | ||
% ab Version 2.25... \markup \qr-code #10 "https://lilypond.org" | |||
\markup "QR-Code ab Version 2.25 möglich" | |||
</lilypond> | </lilypond> | ||
Latest revision as of 07:37, 27 March 2026
something from the lilypond-user mailing list
\version "2.24.0"
\score {
\relative {
\set Score.finalFineTextVisibility = ##t
s1
\repeat segno 2 {
\repeat volta 3 {
s1
\alternative {
\volta 1 { s1 }
\volta 2 { s1 \bar "||" }
\volta 3 { s1 \bar "|." \fine }
}
}
s1
\bar "||"
}
}
}
% ab Version 2.25... \markup \qr-code #10 "https://lilypond.org"
\markup "QR-Code ab Version 2.25 möglich"