summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)AuthorFilesLines
2011-02-17New composer shortcuts for SelectMeasure and MoveToPreviousEmptyMeasureNils Gey1-4/+11
2011-02-17Default.commands for SelectMeasure and MoveToPreviousEmptyMeasureNils Gey1-1/+24
2011-02-17New command: MoveToPreviousEmptyMeasure to move the cursor to the next empty ...Nils Gey1-0/+16
2011-02-17New command: SelectMeasure to select current measureNils Gey1-0/+23
2011-02-17Repair MoveToMovementEndNils Gey1-2/+1
2011-02-17SingleAndSelectionSwitcher: change test to a faster versionNils Gey1-20/+13
2011-02-17Minor code layout changesNils Gey1-17/+8
2011-02-17Add ForEachToSelection. Repair NextSelectedObjectAllStaff. Not sure if this f...Nils Gey1-7/+23
2011-02-16refine handling of short notes in chordsRichard Shann1-28/+30
2011-02-15Allow no chord on bass noteRichard Shann1-35/+30
2011-02-15Suspensions handled as repeated chordsRichard Shann1-211/+143
2011-02-14Add MapToSelection. Apply to selection and gather return values in a listNils Gey1-1/+17
2011-02-14remove selection? already. that was a bady idea, sorry.Nils Gey1-3/+0
2011-02-14Add (Selection?) to test if there is a selection and if working with selectio...Nils Gey1-0/+3
2011-02-14Final tweak to selection::MoveToStaffBeginning. Remember cursor position on failNils Gey1-3/+6
2011-02-14Add GetPositionNils Gey1-0/+3
2011-02-14HUGE performance tweak to selection::MoveToStaffBeginningNils Gey1-11/+6
2011-02-14Small performance tweak to selection::MoveToStaffBeginningNils Gey1-9/+6
2011-02-14Better NextSelectedObjectAllStaffsNils Gey1-10/+12
2011-02-14Repair and rename RepeatProcWhileTestNils Gey1-5/+7
2011-02-13Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/denemoNils Gey1-26/+153
2011-02-13Add first draft to convert an interval to its sounding version. Has logical p...Nils Gey1-5/+136
2011-02-13Merge branch 'master' of ssh://rshann@git.sv.gnu.org/srv/git/denemoRichard Shann9-37/+222
2011-02-13Handle multiple chords on single bass noteRichard Shann1-26/+153
2011-02-12Rename command files. Add test to commands to prevent crashing scripts on but...Nils Gey8-33/+25
2011-02-12Create user commands for converting strings into binary encoded ascii rhythms.Nils Gey6-4/+110
2011-02-12Fall back to intial value if user cancels GetUserInput for NOTATIONSTRING or ...Nils Gey1-2/+4
2011-02-12notationmagick: Add new var to hold an ascii string for several functions and...Nils Gey1-6/+14
2011-02-12Correct notationmagic typoNils Gey1-3/+2
2011-02-12Notationmagick: Generate rhythm from numbers and ascii. No commands yetNils Gey1-13/+91
2011-02-12Use the whole path for loading .scm files in denemo.scmNils Gey1-4/+7
2011-02-12Add aliases for Breve and Longa. Add d-Enter command, Scheme versionNils Gey1-0/+21
2011-02-11WIP chord accompaniment over bass. This works for equal length chords and bassRichard Shann1-38/+40
2011-02-10Fix normal edit of tempo - changeRichard Shann1-1/+2
2011-02-10Upgrade the Tempo script to allow tweaking the position and padding of the ma...Richard Shann1-4/+23
2011-02-09First cut at MIDI conversion to notation for chords recorded over a bass lineRichard Shann1-0/+206
2011-02-09Abstractionmovement: Add basic test for finding intervals on horizontal posit...Nils Gey1-12/+44
2011-02-09ANS: Add IntervalMember? to check intervals for a single vertical positionNils Gey1-1/+13
2011-02-06First command list: select durationsNils Gey1-6/+18
2011-02-05New denemo module: commandlist. See action/commandlist.scm . No real commands...Nils Gey2-0/+51
2011-02-05Correction to SelectLeftNils Gey1-1/+1
2011-02-05Hiding in Default.commands not necessaryNils Gey1-2/+0
2011-02-05Correct SelectLeft/Right pathNils Gey2-0/+0
2011-02-05New commands SelectLeft SelectRight that do not select two items when startin...Nils Gey6-6/+58
2011-02-05New command, composer mode: Change number keys to Select Duration. Useful for...Nils Gey4-16/+67
2011-02-04New command: Engrave lilypond congruentia signum / canon symbolNils Gey2-0/+28
2011-02-04New function: RepeatProcUntilTest. Use with cautionNils Gey1-8/+18
2011-02-04simplify MoveToMovementBeginning, MoveToMovementEnd, GoToEmptyMeasureNils Gey3-15/+6
2011-02-04denemo.scm some typo corrections and identing corrections. The Guile people w...Nils Gey1-504/+424
2011-02-03New function: ColumnEmpty? - to check if all measures with the current number...Nils Gey1-1/+25