User:Rudi Guggt/test: Difference between revisions
Appearance
Rudi Guggt (talk | contribs) mNo edit summary |
Rudi Guggt (talk | contribs) m qr |
||
| (3 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 { | |||
\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> | |||
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"