File tree Expand file tree Collapse file tree 2 files changed +49
-48
lines changed
Expand file tree Collapse file tree 2 files changed +49
-48
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ List of options/parameters for `mei2ly.xsl`
33
44* use ` LilyPondVersion ` to specify the used version of LilyPond
55* set ` useSvgBackend ` to ` true() ` for for adding classes and IDs in the SVG output
6- * ` generateHeader ` may be used to control the conversion of the MEI header to LilyPond
6+ * use ` include ` to specify a LilyPond Style sheet
7+ * ` generateHeader ` may be used to control the conversion of the MEI header to LilyPond
78* ` forceLayout ` can be used to force LilyPond to use only given system breaks and page breaks
89* ` forceContinueVoices ` keeps number of layers within a staff constant
910* ` checkReferences ` gives a warning if references seem to point nowhere
Original file line number Diff line number Diff line change @@ -506,53 +506,53 @@ List of supported MEI elements and attributes
506506* ` <score> `
507507
508508* ` <scoreDef> `
509- * ` @bar.method ` (for value 'takt')
510- * ` @beam.group `
511- * ` @clef.color `
512- * ` @clef.dis `
513- * ` @clef.dis.place `
514- * ` @clef.line `
515- * ` @clef.shape `
516- * ` @dynam.dist `
517- * ` @ending.rend ` (for values 'top' and 'grouped')
518- * ` @harm.dist `
519- * ` @key.accid `
520- * ` @key.mode `
521- * ` @key.pname `
522- * ` @key.sig ` (unsupported for value 'mixed')
523- * ` @lyric.fam `
524- * ` @lyric.name `
525- * ` @lyric.style `
526- * ` @lyric.weight `
527- * ` @mensur.color `
528- * ` @mensur.dot `
529- * ` @mensur.sign `
530- * ` @mensur.slash ` (for value '1')
531- * ` @meter.count `
532- * ` @meter.form `
533- * ` @meter.showchange `
534- * ` @meter.sym `
535- * ` @meter.unit `
536- * ` @midi.bpm `
537- * ` @mnum.visible `
538- * ` @optimize `
539- * ` @page.botmar `
540- * ` @page.height `
541- * ` @page.leftmar `
542- * ` @page.rightmar `
543- * ` @page.scale `
544- * ` @page.topmar `
545- * ` @page.width `
546- * ` @pedal.style ` (for values 'line' and 'pedstar')
547- * ` @slur.lwidth `
548- * ` @spacing.packexp `
549- * ` @spacing.staff ` (for single values)
550- * ` @spacing.system ` (for single values)
551- * ` @system.leftline `
552- * ` @system.leftmar ` (affects only first system)
553- * ` @text.dist `
554- * ` @tie.lwidth `
555- * ` @vu.height ` (for values in 'pt')
509+ * ` @bar.method ` (for value 'takt')
510+ * ` @beam.group `
511+ * ` @clef.color `
512+ * ` @clef.dis `
513+ * ` @clef.dis.place `
514+ * ` @clef.line `
515+ * ` @clef.shape `
516+ * ` @dynam.dist `
517+ * ` @ending.rend ` (for values 'top' and 'grouped')
518+ * ` @harm.dist `
519+ * ` @key.accid `
520+ * ` @key.mode `
521+ * ` @key.pname `
522+ * ` @key.sig ` (unsupported for value 'mixed')
523+ * ` @lyric.fam `
524+ * ` @lyric.name `
525+ * ` @lyric.style `
526+ * ` @lyric.weight `
527+ * ` @mensur.color `
528+ * ` @mensur.dot `
529+ * ` @mensur.sign `
530+ * ` @mensur.slash ` (for value '1')
531+ * ` @meter.count `
532+ * ` @meter.form `
533+ * ` @meter.showchange `
534+ * ` @meter.sym `
535+ * ` @meter.unit `
536+ * ` @midi.bpm `
537+ * ` @mnum.visible `
538+ * ` @optimize `
539+ * ` @page.botmar `
540+ * ` @page.height `
541+ * ` @page.leftmar `
542+ * ` @page.rightmar `
543+ * ` @page.scale `
544+ * ` @page.topmar `
545+ * ` @page.width `
546+ * ` @pedal.style ` (for values 'line' and 'pedstar')
547+ * ` @slur.lwidth `
548+ * ` @spacing.packexp `
549+ * ` @spacing.staff ` (for single values)
550+ * ` @spacing.system ` (for single values)
551+ * ` @system.leftline `
552+ * ` @system.leftmar ` (affects only first system)
553+ * ` @text.dist `
554+ * ` @tie.lwidth `
555+ * ` @vu.height ` (for values in 'pt')
556556
557557* ` <section> `
558558
You can’t perform that action at this time.
0 commit comments