config.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. lilypond_version: '2.19.83'
  2. language: english
  3. header:
  4. title: Pierrot Lunaire
  5. composer: Arnold Schoenberg
  6. movements:
  7. - id: '1'
  8. header:
  9. subtitle: 1. Mondestrunken
  10. - id: '2'
  11. header:
  12. subtitle: 2. Colombine
  13. instruments:
  14. - id: flute
  15. type: Staff
  16. name: Flute
  17. - id: clarinet
  18. type: Staff
  19. name: Clarinet
  20. - id: violin
  21. type: Staff
  22. name: Violin
  23. - id: cello
  24. type: Staff
  25. name: Cello
  26. - id: voice
  27. type: Staff
  28. name: Voice
  29. lyrics: True
  30. with:
  31. autoBeaming: '##f'
  32. - id: piano
  33. type: PianoStaff
  34. name: Piano
  35. contents:
  36. - id: piano_right
  37. type: Staff
  38. - id: piano_left
  39. type: Staff
  40. books:
  41. - id: score
  42. page-sizes:
  43. - id: tabloid
  44. - id: a3
  45. instruments:
  46. - type: StaffGroup
  47. contents:
  48. - id: flute
  49. - id: clarinet
  50. - id: violin
  51. - id: cello
  52. - id: voice
  53. - id: piano
  54. - id: flute
  55. instruments:
  56. - id: flute
  57. - id: clarinet
  58. instruments:
  59. - id: clarinet
  60. - id: violin
  61. instruments:
  62. - id: violin
  63. - id: cello
  64. instruments:
  65. - id: cello
  66. - id: piano
  67. instruments:
  68. - type: StaffGroup
  69. contents:
  70. - id: flute
  71. size: 2/3
  72. - id: clarinet
  73. size: 2/3
  74. - id: violin
  75. size: 2/3
  76. - id: cello
  77. size: 2/3
  78. - id: voice
  79. size: 2/3
  80. - id: piano