~ubuntu-branches/ubuntu/oneiric/denemo/oneiric

« back to all changes in this revision

Viewing changes to actions/menus/MainMenu/EditMenu/Transpose/TransposeNote

  • Committer: Bazaar Package Importer
  • Author(s): Eric Hedekar
  • Date: 2009-07-19 22:36:51 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090719223651-8ue5zhxabz2nu6ul
Tags: 0.8.6-0ubuntu1
* New upstream version (LP: #325004)
* MimeType added for denemo files (LP: #143989)
* Fixed broken watch file
* Update package standards version
* adds new build-dep on liblash-dev, and libjack-dev to use of new features
* adds new build-dep on guile-1.8-dev to satisfy upstream dependencies
* removes build-dep on libasound-dev
* adds ${misc:Depends} to depends
* removed obsolete ./configure flags from debian/rules
* Corrects debian/copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Denemo>
 
3
  <merge>
 
4
    <title>A Denemo Keymap</title>
 
5
    <author>AT, JRR, RTS</author>
 
6
    <map>
 
7
      <row>
 
8
        <action>TransposeNote</action>
 
9
        <scheme>;;;Scheme code for command Transpose
 
10
(if (not (defined? 'Transpose::init))
 
11
    (d-InitializeScript CurrentScript))
 
12
(Transpose::TransposeNote)</scheme>
 
13
        <label>Transpose Note</label>
 
14
        <tooltip>Transposes the note at the cursor by the amount set by other commands.</tooltip>
 
15
      </row>
 
16
    </map>
 
17
  </merge>
 
18
</Denemo>