Index: trunk/extensions/Score/README |
— | — | @@ -80,19 +80,20 @@ |
81 | 81 | |
82 | 82 | * Attribute: midi |
83 | 83 | Allowed values: 0 (default), 1 |
84 | | - Effect: The rendered image(s) will be embedded into a hyperlink to an |
85 | | - appropriate MIDI file. |
| 84 | + Effect: If set to 1, the rendered image(s) will be embedded into a hyperlink |
| 85 | + to an appropriate MIDI file. |
86 | 86 | |
87 | 87 | * Attribute: raw |
88 | 88 | Allowed valued: 0 (default), 1 |
89 | | - Effect: The score code is interpreted as a complete LilyPond file. Use this |
90 | | - option if you want to create more complex scores. If the score |
91 | | - language (lang attribute) is not set to lilypond, this attribute |
92 | | - is ignored. |
| 89 | + Effect: If set to 1, the score code is interpreted as a complete LilyPond |
| 90 | + file. Use this option if you want to create more complex scores. |
| 91 | + If the score language (lang attribute) is not set to lilypond, this |
| 92 | + attribute is ignored. |
93 | 93 | |
94 | 94 | * Attribute: vorbis |
95 | 95 | Allowed values: 0 (default), 1 |
96 | | - Effect: An Ogg/Vorbis file will be generated for the score, provided you |
97 | | - installed and configures the OggHandler extension. An Ogg/Vorbis |
98 | | - player will be embedded in the HTML below the score image(s). |
| 96 | + Effect: If set to 1, an Ogg/Vorbis file will be generated for the score, |
| 97 | + provided you installed and configured the OggHandler extension. |
| 98 | + An Ogg/Vorbis player will be embedded in the HTML below the score |
| 99 | + image(s). |
99 | 100 | |