File: atonal-1

package info (click to toggle)
solfege 2.0.4-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,200 kB
  • ctags: 1,844
  • sloc: python: 12,160; xml: 5,458; ansic: 1,486; makefile: 562; sh: 233
file content (22 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Solfege - eartraining for GNOME
# Copyright (C) 2000, 2001, 2002, 2003  Tom Cato Amundsen
# License is GPL, see file COPYING

header {
  content = dictation
  random_transpose = yes
}

tempo =  69/4

s = "\staff\relative c'{ \clef bass %s}"
question {
  breakpoints = 1/1
  music = s % "\time 4/4 g2 f | \time 5/4 r8 g f g fis2 cis4"
}

question {
  breakpoints = 1/1
  music = s % "\time 4/4 a gis dis d | [a'8 gis] [ais bis] b4 [a8 gis] | 
               \time 2/4 dis4 d"
}