|
1192 | 1192 | </score-partwise> |
1193 | 1193 | """ |
1194 | 1194 |
|
| 1195 | +pedals = '''<?xml version="1.0" encoding="UTF-8"?> |
| 1196 | +<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" |
| 1197 | + "http://www.musicxml.org/dtds/partwise.dtd"> |
| 1198 | +<score-partwise version="2.0"> |
| 1199 | + <movement-title>MusicXML pedals</movement-title> |
| 1200 | + <identification> |
| 1201 | + <miscellaneous> |
| 1202 | + <miscellaneous-field name="description">All <pedal> element contents |
| 1203 | + defined in MusicXML. The lyrics for each note describes the pedal |
| 1204 | + element assigned to that note.</miscellaneous-field> |
| 1205 | + </miscellaneous> |
| 1206 | + </identification> |
| 1207 | + <part-list> |
| 1208 | + <score-part id="P1"> |
| 1209 | + <part-name print-object="no">MusicXML Part</part-name> |
| 1210 | + </score-part> |
| 1211 | + </part-list> |
| 1212 | + <!--=========================================================--> |
| 1213 | + <part id="P1"> |
| 1214 | + <!--=======================================================--> |
| 1215 | + <measure number="1" width="273"> |
| 1216 | + <attributes> |
| 1217 | + <divisions>8</divisions> |
| 1218 | + <key> |
| 1219 | + <fifths>0</fifths> |
| 1220 | + <mode>major</mode> |
| 1221 | + </key> |
| 1222 | + <time> |
| 1223 | + <beats>6</beats> |
| 1224 | + <beat-type>8</beat-type> |
| 1225 | + </time> |
| 1226 | + <clef number="1"> |
| 1227 | + <sign>F</sign> |
| 1228 | + <line>4</line> |
| 1229 | + </clef> |
| 1230 | + </attributes> |
| 1231 | + <direction> |
| 1232 | + <direction-type> |
| 1233 | + <pedal line="yes" sign="no" type="start" default-y="-79" relative-x="-12"/> |
| 1234 | + </direction-type> |
| 1235 | + </direction> |
| 1236 | + <note default-x="78"> |
| 1237 | + <pitch> |
| 1238 | + <step>D</step> |
| 1239 | + <octave>3</octave> |
| 1240 | + </pitch> |
| 1241 | + <duration>4</duration> |
| 1242 | + <voice>1</voice> |
| 1243 | + <type>eighth</type> |
| 1244 | + <stem default-y="-55">down</stem> |
| 1245 | + <beam number="1">begin</beam> |
| 1246 | + </note> |
| 1247 | + <note default-x="110"> |
| 1248 | + <pitch> |
| 1249 | + <step>D</step> |
| 1250 | + <octave>3</octave> |
| 1251 | + </pitch> |
| 1252 | + <duration>4</duration> |
| 1253 | + <voice>1</voice> |
| 1254 | + <type>eighth</type> |
| 1255 | + <stem default-y="-55">down</stem> |
| 1256 | + <beam number="1">continue</beam> |
| 1257 | + </note> |
| 1258 | + <note default-x="143"> |
| 1259 | + <pitch> |
| 1260 | + <step>D</step> |
| 1261 | + <octave>3</octave> |
| 1262 | + </pitch> |
| 1263 | + <duration>4</duration> |
| 1264 | + <voice>1</voice> |
| 1265 | + <type>eighth</type> |
| 1266 | + <stem default-y="-55">down</stem> |
| 1267 | + <beam number="1">end</beam> |
| 1268 | + </note> |
| 1269 | + <direction> |
| 1270 | + <direction-type> |
| 1271 | + <pedal line="yes" type="change"/> |
| 1272 | + </direction-type> |
| 1273 | + </direction> |
| 1274 | + <note default-x="175"> |
| 1275 | + <pitch> |
| 1276 | + <step>D</step> |
| 1277 | + <octave>3</octave> |
| 1278 | + </pitch> |
| 1279 | + <duration>4</duration> |
| 1280 | + <voice>1</voice> |
| 1281 | + <type>eighth</type> |
| 1282 | + <stem default-y="-55">down</stem> |
| 1283 | + <beam number="1">begin</beam> |
| 1284 | + </note> |
| 1285 | + <note default-x="207"> |
| 1286 | + <pitch> |
| 1287 | + <step>D</step> |
| 1288 | + <octave>3</octave> |
| 1289 | + </pitch> |
| 1290 | + <duration>4</duration> |
| 1291 | + <voice>1</voice> |
| 1292 | + <type>eighth</type> |
| 1293 | + <stem default-y="-55">down</stem> |
| 1294 | + <beam number="1">continue</beam> |
| 1295 | + </note> |
| 1296 | + <direction> |
| 1297 | + <direction-type> |
| 1298 | + <pedal line="yes" type="discontinue"/> |
| 1299 | + </direction-type> |
| 1300 | + <direction-type> |
| 1301 | + <words default-y="-79" font-size="7.2" font-style="italic">simile</words> |
| 1302 | + </direction-type> |
| 1303 | + </direction> |
| 1304 | + <note default-x="240"> |
| 1305 | + <pitch> |
| 1306 | + <step>D</step> |
| 1307 | + <octave>3</octave> |
| 1308 | + </pitch> |
| 1309 | + <duration>4</duration> |
| 1310 | + <voice>1</voice> |
| 1311 | + <type>eighth</type> |
| 1312 | + <stem default-y="-55">down</stem> |
| 1313 | + <beam number="1">end</beam> |
| 1314 | + </note> |
| 1315 | + </measure> |
| 1316 | + <measure number="2" width="208"> |
| 1317 | + <note default-x="13"> |
| 1318 | + <pitch> |
| 1319 | + <step>D</step> |
| 1320 | + <octave>3</octave> |
| 1321 | + </pitch> |
| 1322 | + <duration>4</duration> |
| 1323 | + <voice>1</voice> |
| 1324 | + <type>eighth</type> |
| 1325 | + <stem default-y="-55">down</stem> |
| 1326 | + <beam number="1">begin</beam> |
| 1327 | + </note> |
| 1328 | + <note default-x="46"> |
| 1329 | + <pitch> |
| 1330 | + <step>D</step> |
| 1331 | + <octave>3</octave> |
| 1332 | + </pitch> |
| 1333 | + <duration>4</duration> |
| 1334 | + <voice>1</voice> |
| 1335 | + <type>eighth</type> |
| 1336 | + <stem default-y="-55">down</stem> |
| 1337 | + <beam number="1">continue</beam> |
| 1338 | + </note> |
| 1339 | + <note default-x="78"> |
| 1340 | + <pitch> |
| 1341 | + <step>D</step> |
| 1342 | + <octave>3</octave> |
| 1343 | + </pitch> |
| 1344 | + <duration>4</duration> |
| 1345 | + <voice>1</voice> |
| 1346 | + <type>eighth</type> |
| 1347 | + <stem default-y="-55">down</stem> |
| 1348 | + <beam number="1">end</beam> |
| 1349 | + </note> |
| 1350 | + <note default-x="110"> |
| 1351 | + <pitch> |
| 1352 | + <step>D</step> |
| 1353 | + <octave>3</octave> |
| 1354 | + </pitch> |
| 1355 | + <duration>4</duration> |
| 1356 | + <voice>1</voice> |
| 1357 | + <type>eighth</type> |
| 1358 | + <stem default-y="-55">down</stem> |
| 1359 | + <beam number="1">begin</beam> |
| 1360 | + </note> |
| 1361 | + <note default-x="143"> |
| 1362 | + <pitch> |
| 1363 | + <step>D</step> |
| 1364 | + <octave>3</octave> |
| 1365 | + </pitch> |
| 1366 | + <duration>4</duration> |
| 1367 | + <voice>1</voice> |
| 1368 | + <type>eighth</type> |
| 1369 | + <stem default-y="-55">down</stem> |
| 1370 | + <beam number="1">continue</beam> |
| 1371 | + </note> |
| 1372 | + <note default-x="175"> |
| 1373 | + <pitch> |
| 1374 | + <step>D</step> |
| 1375 | + <octave>3</octave> |
| 1376 | + </pitch> |
| 1377 | + <duration>4</duration> |
| 1378 | + <voice>1</voice> |
| 1379 | + <type>eighth</type> |
| 1380 | + <stem default-y="-55">down</stem> |
| 1381 | + <beam number="1">end</beam> |
| 1382 | + </note> |
| 1383 | + </measure> |
| 1384 | + <measure number="3" width="208"> |
| 1385 | + <note default-x="13"> |
| 1386 | + <pitch> |
| 1387 | + <step>D</step> |
| 1388 | + <octave>3</octave> |
| 1389 | + </pitch> |
| 1390 | + <duration>4</duration> |
| 1391 | + <voice>1</voice> |
| 1392 | + <type>eighth</type> |
| 1393 | + <stem default-y="-55">down</stem> |
| 1394 | + <beam number="1">begin</beam> |
| 1395 | + </note> |
| 1396 | + <note default-x="46"> |
| 1397 | + <pitch> |
| 1398 | + <step>D</step> |
| 1399 | + <octave>3</octave> |
| 1400 | + </pitch> |
| 1401 | + <duration>4</duration> |
| 1402 | + <voice>1</voice> |
| 1403 | + <type>eighth</type> |
| 1404 | + <stem default-y="-55">down</stem> |
| 1405 | + <beam number="1">continue</beam> |
| 1406 | + </note> |
| 1407 | + <direction> |
| 1408 | + <direction-type> |
| 1409 | + <pedal line="yes" type="resume" default-y="-79" relative-x="-3"/> |
| 1410 | + </direction-type> |
| 1411 | + </direction> |
| 1412 | + <note default-x="78"> |
| 1413 | + <pitch> |
| 1414 | + <step>D</step> |
| 1415 | + <octave>3</octave> |
| 1416 | + </pitch> |
| 1417 | + <duration>4</duration> |
| 1418 | + <voice>1</voice> |
| 1419 | + <type>eighth</type> |
| 1420 | + <stem default-y="-55">down</stem> |
| 1421 | + <beam number="1">end</beam> |
| 1422 | + </note> |
| 1423 | + <direction> |
| 1424 | + <direction-type> |
| 1425 | + <pedal line="yes" type="change"/> |
| 1426 | + </direction-type> |
| 1427 | + </direction> |
| 1428 | + <note default-x="111"> |
| 1429 | + <pitch> |
| 1430 | + <step>D</step> |
| 1431 | + <octave>3</octave> |
| 1432 | + </pitch> |
| 1433 | + <duration>4</duration> |
| 1434 | + <voice>1</voice> |
| 1435 | + <type>eighth</type> |
| 1436 | + <stem default-y="-55">down</stem> |
| 1437 | + <beam number="1">begin</beam> |
| 1438 | + </note> |
| 1439 | + <note default-x="142"> |
| 1440 | + <pitch> |
| 1441 | + <step>D</step> |
| 1442 | + <octave>3</octave> |
| 1443 | + </pitch> |
| 1444 | + <duration>4</duration> |
| 1445 | + <voice>1</voice> |
| 1446 | + <type>eighth</type> |
| 1447 | + <stem default-y="-55">down</stem> |
| 1448 | + <beam number="1">continue</beam> |
| 1449 | + </note> |
| 1450 | + <direction> |
| 1451 | + <direction-type> |
| 1452 | + <pedal line="yes" type="stop"/> |
| 1453 | + </direction-type> |
| 1454 | + </direction> |
| 1455 | + <note default-x="175"> |
| 1456 | + <pitch> |
| 1457 | + <step>D</step> |
| 1458 | + <octave>3</octave> |
| 1459 | + </pitch> |
| 1460 | + <duration>4</duration> |
| 1461 | + <voice>1</voice> |
| 1462 | + <type>eighth</type> |
| 1463 | + <stem default-y="-55">down</stem> |
| 1464 | + <beam number="1">end</beam> |
| 1465 | + </note> |
| 1466 | + </measure> |
| 1467 | + </part> |
| 1468 | + <!--=========================================================--> |
| 1469 | +</score-partwise> |
| 1470 | +''' |
| 1471 | + |
1195 | 1472 | # noinspection SpellCheckingInspection |
1196 | 1473 | directions31a = '''<?xml version="1.0" encoding="UTF-8"?> |
1197 | 1474 | <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" |
|
20044 | 20321 | tremoloTest, hiddenRests, multiDigitEnding, tupletsImplied, pianoStaffPolymeter, # 46 |
20045 | 20322 | arpeggio32d, multiStaffArpeggios, multiMeasureEnding, # 51 |
20046 | 20323 | pianoStaffPolymeterWithClefOctaveChange, multipleFingeringsOnChord, # 54 |
20047 | | - pianoStaffWithOttava # 56 |
| 20324 | + pianoStaffWithOttava, pedals # 56 |
20048 | 20325 | ] |
20049 | 20326 |
|
20050 | 20327 |
|
|
0 commit comments