Skip to content

Commit

Permalink
update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jul 16, 2021
1 parent f84498c commit 16b97dc
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
3 changes: 2 additions & 1 deletion options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ List of options/parameters for `mei2ly.xsl`

* use `LilyPondVersion` to specify the used version of LilyPond
* set `useSvgBackend` to `true()` for for adding classes and IDs in the SVG output
* `generateHeader` may be used to control the conversion of the MEI header to LilyPond
* use `include` to specify a LilyPond Style sheet
* `generateHeader` may be used to control the conversion of the MEI header to LilyPond
* `forceLayout` can be used to force LilyPond to use only given system breaks and page breaks
* `forceContinueVoices` keeps number of layers within a staff constant
* `checkReferences` gives a warning if references seem to point nowhere
94 changes: 47 additions & 47 deletions supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,53 +506,53 @@ List of supported MEI elements and attributes
* `<score>`

* `<scoreDef>`
* `@bar.method` (for value 'takt')
* `@beam.group`
* `@clef.color`
* `@clef.dis`
* `@clef.dis.place`
* `@clef.line`
* `@clef.shape`
* `@dynam.dist`
* `@ending.rend` (for values 'top' and 'grouped')
* `@harm.dist`
* `@key.accid`
* `@key.mode`
* `@key.pname`
* `@key.sig` (unsupported for value 'mixed')
* `@lyric.fam`
* `@lyric.name`
* `@lyric.style`
* `@lyric.weight`
* `@mensur.color`
* `@mensur.dot`
* `@mensur.sign`
* `@mensur.slash` (for value '1')
* `@meter.count`
* `@meter.form`
* `@meter.showchange`
* `@meter.sym`
* `@meter.unit`
* `@midi.bpm`
* `@mnum.visible`
* `@optimize`
* `@page.botmar`
* `@page.height`
* `@page.leftmar`
* `@page.rightmar`
* `@page.scale`
* `@page.topmar`
* `@page.width`
* `@pedal.style` (for values 'line' and 'pedstar')
* `@slur.lwidth`
* `@spacing.packexp`
* `@spacing.staff` (for single values)
* `@spacing.system` (for single values)
* `@system.leftline`
* `@system.leftmar` (affects only first system)
* `@text.dist`
* `@tie.lwidth`
* `@vu.height` (for values in 'pt')
* `@bar.method` (for value 'takt')
* `@beam.group`
* `@clef.color`
* `@clef.dis`
* `@clef.dis.place`
* `@clef.line`
* `@clef.shape`
* `@dynam.dist`
* `@ending.rend` (for values 'top' and 'grouped')
* `@harm.dist`
* `@key.accid`
* `@key.mode`
* `@key.pname`
* `@key.sig` (unsupported for value 'mixed')
* `@lyric.fam`
* `@lyric.name`
* `@lyric.style`
* `@lyric.weight`
* `@mensur.color`
* `@mensur.dot`
* `@mensur.sign`
* `@mensur.slash` (for value '1')
* `@meter.count`
* `@meter.form`
* `@meter.showchange`
* `@meter.sym`
* `@meter.unit`
* `@midi.bpm`
* `@mnum.visible`
* `@optimize`
* `@page.botmar`
* `@page.height`
* `@page.leftmar`
* `@page.rightmar`
* `@page.scale`
* `@page.topmar`
* `@page.width`
* `@pedal.style` (for values 'line' and 'pedstar')
* `@slur.lwidth`
* `@spacing.packexp`
* `@spacing.staff` (for single values)
* `@spacing.system` (for single values)
* `@system.leftline`
* `@system.leftmar` (affects only first system)
* `@text.dist`
* `@tie.lwidth`
* `@vu.height` (for values in 'pt')

* `<section>`

Expand Down

0 comments on commit 16b97dc

Please sign in to comment.