~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to input/regression/dynamics-line.ly

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
\version "2.2.0"
 
2
\version "2.7.39"
3
3
\header{
4
 
texidoc=" Dynamics appear below or above the staff.  If multiple
 
4
  texidoc=" Dynamics appear below or above the staff.  If multiple
5
5
dynamics are linked with (de)crescendi, they should be on the same
6
6
line. Isolated dynamics may be forced up or down.
7
7
 "
9
9
 
10
10
 
11
11
 
12
 
\score{
13
 
\notes\relative c''{
14
 
a1^\sfz
15
 
a1\fff\> c,,\!\pp a'' a\p
16
 
 
17
 
% We need this to test if we get two Dynamic line spanners
18
 
a
19
 
 
20
 
% because do_removal_processing ()
21
 
% doesn't seem to post_process elements
22
 
d\f
23
 
 
24
 
a
25
 
 
26
 
}
27
 
\paper{
28
 
}
29
 
\midi{
30
 
\tempo 1 = 60
31
 
}
 
12
\relative c''{
 
13
  a1^\sfz
 
14
  a1\fff\> c,,\!\pp a'' a\p
 
15
 
 
16
  %% We need this to test if we get two Dynamic line spanners
 
17
  a
 
18
 
 
19
  %% because do_removal_processing ()
 
20
  %% doesn't seem to post_process elements
 
21
  d\f
 
22
 
 
23
  a
 
24
 
32
25
}
33
26