Jump to content

Extracting text from markup: Difference between revisions

From LilyPond wiki
m New category
Tags: Mobile edit Mobile web edit
Needs full page layout to be able to see the headers
Line 1: Line 1:
This scheme function extracts a string from markup, removing any formatting information.
This scheme function extracts a string from markup, removing any formatting information.


<lilypond version="2.24">
<lilypond version="2.24" full>
%% http://lsr.di.unimi.it/LSR/Item?id=747
%% http://lsr.di.unimi.it/LSR/Item?id=747


Line 14: Line 14:
   title = \ttt
   title = \ttt
   subtitle = \markup { \normal-text { \italic { \plain-text \ttt } } }
   subtitle = \markup { \normal-text { \italic { \plain-text \ttt } } }
  tagline = ##f
}
}
\paper {
  paper-height = 5\cm
}
\relative c' {
\relative c' {
   c
   c

Revision as of 19:35, 10 March 2026

This scheme function extracts a string from markup, removing any formatting information.

LilyPond rendering error

No release of LilyPond 2.24 found.