Adding a QR code: Difference between revisions
m Jean Abou Samra moved page (OBSOLETE) Adding a QR code to Adding a QR code without leaving a redirect |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
For older versions, you can use the following code. | For older versions, you can use the following code. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(define (index-map f . lsts) | #(define (index-map f . lsts) | ||
"Applies @code{f} to corresponding elements of @code{lists}, just as @code{map}, | "Applies @code{f} to corresponding elements of @code{lists}, just as @code{map}, | ||
| Line 111: | Line 111: | ||
[[Category:Text]] | [[Category:Text]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||