User:Rudi Guggt/test: Difference between revisions
Rudi Guggt (talk | contribs) No edit summary |
Rudi Guggt (talk | contribs) m qr |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
something from the lilypond-user mailing list | |||
<lilypond version="2.24.0"> | <lilypond 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" | |||
</lilypond> | </lilypond> | ||