From 0009f18105aa640bfbf8c10e426cc5f2219869dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Sep 2020 17:36:26 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- src/commands/notation/AddFingeringMarkCommand.cpp | 2 -- src/commands/notation/AddFingeringMarkCommand.h | 3 --- src/commands/notation/AddIndicationCommand.cpp | 2 -- src/commands/notation/AddIndicationCommand.h | 3 --- src/commands/notation/AddMarkCommand.cpp | 2 -- src/commands/notation/AddMarkCommand.h | 3 --- src/commands/notation/AddSlashesCommand.cpp | 2 -- src/commands/notation/AddSlashesCommand.h | 3 --- src/commands/notation/AddTextMarkCommand.cpp | 2 -- src/commands/notation/AddTextMarkCommand.h | 3 --- src/commands/notation/AutoBeamCommand.cpp | 2 -- src/commands/notation/AutoBeamCommand.h | 3 --- src/commands/notation/BeamCommand.cpp | 2 -- src/commands/notation/BeamCommand.h | 3 --- src/commands/notation/BreakCommand.cpp | 2 -- src/commands/notation/BreakCommand.h | 3 --- src/commands/notation/ChangeSlurPositionCommand.cpp | 2 -- src/commands/notation/ChangeSlurPositionCommand.h | 3 --- src/commands/notation/ChangeStemsCommand.cpp | 2 -- src/commands/notation/ChangeStemsCommand.h | 3 --- src/commands/notation/ChangeStyleCommand.cpp | 2 -- src/commands/notation/ChangeStyleCommand.h | 3 --- src/commands/notation/ChangeTiePositionCommand.cpp | 2 -- src/commands/notation/ChangeTiePositionCommand.h | 3 --- src/commands/notation/ClefInsertionCommand.cpp | 2 -- src/commands/notation/ClefInsertionCommand.h | 3 --- src/commands/notation/CollapseRestsCommand.cpp | 2 -- src/commands/notation/CollapseRestsCommand.h | 3 --- src/commands/notation/DeCounterpointCommand.cpp | 2 -- src/commands/notation/DeCounterpointCommand.h | 3 --- src/commands/notation/EraseEventCommand.cpp | 2 -- src/commands/notation/EraseEventCommand.h | 3 --- src/commands/notation/FixNotationQuantizeCommand.cpp | 2 -- src/commands/notation/FixNotationQuantizeCommand.h | 3 --- src/commands/notation/GraceCommand.cpp | 2 -- src/commands/notation/GraceCommand.h | 3 --- src/commands/notation/GuitarChordInsertionCommand.cpp | 2 -- src/commands/notation/GuitarChordInsertionCommand.h | 3 --- src/commands/notation/IncrementDisplacementsCommand.cpp | 2 -- src/commands/notation/IncrementDisplacementsCommand.h | 3 --- src/commands/notation/InterpretCommand.cpp | 2 -- src/commands/notation/InterpretCommand.h | 3 --- src/commands/notation/KeyInsertionCommand.cpp | 2 -- src/commands/notation/KeyInsertionCommand.h | 3 --- src/commands/notation/MakeAccidentalsCautionaryCommand.cpp | 2 -- src/commands/notation/MakeAccidentalsCautionaryCommand.h | 3 --- src/commands/notation/MakeChordCommand.cpp | 2 -- src/commands/notation/MakeChordCommand.h | 3 --- src/commands/notation/MakeNotesViableCommand.cpp | 2 -- src/commands/notation/MakeNotesViableCommand.h | 3 --- src/commands/notation/MakeRegionViableCommand.cpp | 2 -- src/commands/notation/MakeRegionViableCommand.h | 3 --- src/commands/notation/MultiKeyInsertionCommand.cpp | 2 -- src/commands/notation/MultiKeyInsertionCommand.h | 3 --- src/commands/notation/NormalizeRestsCommand.cpp | 2 -- src/commands/notation/NormalizeRestsCommand.h | 3 --- src/commands/notation/NoteInsertionCommand.cpp | 2 -- src/commands/notation/NoteInsertionCommand.h | 3 --- src/commands/notation/RemoveFingeringMarksCommand.cpp | 2 -- src/commands/notation/RemoveFingeringMarksCommand.h | 3 --- src/commands/notation/RemoveMarksCommand.cpp | 2 -- src/commands/notation/RemoveMarksCommand.h | 3 --- src/commands/notation/RemoveNotationQuantizeCommand.cpp | 2 -- src/commands/notation/RemoveNotationQuantizeCommand.h | 3 --- src/commands/notation/ResetDisplacementsCommand.cpp | 2 -- src/commands/notation/ResetDisplacementsCommand.h | 3 --- src/commands/notation/RespellCommand.cpp | 2 -- src/commands/notation/RespellCommand.h | 3 --- src/commands/notation/RestInsertionCommand.cpp | 2 -- src/commands/notation/RestInsertionCommand.h | 3 --- src/commands/notation/RestoreSlursCommand.cpp | 2 -- src/commands/notation/RestoreSlursCommand.h | 3 --- src/commands/notation/RestoreStemsCommand.cpp | 2 -- src/commands/notation/RestoreStemsCommand.h | 3 --- src/commands/notation/RestoreTiesCommand.cpp | 2 -- src/commands/notation/RestoreTiesCommand.h | 3 --- src/commands/notation/SetVisibilityCommand.cpp | 2 -- src/commands/notation/SetVisibilityCommand.h | 3 --- src/commands/notation/SustainInsertionCommand.cpp | 2 -- src/commands/notation/SustainInsertionCommand.h | 3 --- src/commands/notation/TextChangeCommand.cpp | 2 -- src/commands/notation/TextChangeCommand.h | 3 --- src/commands/notation/TextInsertionCommand.cpp | 2 -- src/commands/notation/TextInsertionCommand.h | 3 --- src/commands/notation/TieNotesCommand.cpp | 2 -- src/commands/notation/TieNotesCommand.h | 3 --- src/commands/notation/TupletCommand.cpp | 2 -- src/commands/notation/TupletCommand.h | 3 --- src/commands/notation/UnGraceCommand.cpp | 2 -- src/commands/notation/UnGraceCommand.h | 3 --- src/commands/notation/UnTupletCommand.cpp | 2 -- src/commands/notation/UnTupletCommand.h | 3 --- src/commands/notation/UntieNotesCommand.cpp | 2 -- src/commands/notation/UntieNotesCommand.h | 3 --- 94 files changed, 235 deletions(-) (limited to 'src/commands/notation') diff --git a/src/commands/notation/AddFingeringMarkCommand.cpp b/src/commands/notation/AddFingeringMarkCommand.cpp index a8a8b14..c188e51 100644 --- a/src/commands/notation/AddFingeringMarkCommand.cpp +++ b/src/commands/notation/AddFingeringMarkCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddFingeringMarkCommand.h b/src/commands/notation/AddFingeringMarkCommand.h index e044ef7..df89909 100644 --- a/src/commands/notation/AddFingeringMarkCommand.h +++ b/src/commands/notation/AddFingeringMarkCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddIndicationCommand.cpp b/src/commands/notation/AddIndicationCommand.cpp index 7b8988c..902930a 100644 --- a/src/commands/notation/AddIndicationCommand.cpp +++ b/src/commands/notation/AddIndicationCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddIndicationCommand.h b/src/commands/notation/AddIndicationCommand.h index 396a488..92a0c7d 100644 --- a/src/commands/notation/AddIndicationCommand.h +++ b/src/commands/notation/AddIndicationCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddMarkCommand.cpp b/src/commands/notation/AddMarkCommand.cpp index 0421793..dce123e 100644 --- a/src/commands/notation/AddMarkCommand.cpp +++ b/src/commands/notation/AddMarkCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddMarkCommand.h b/src/commands/notation/AddMarkCommand.h index 5382417..2c3eca4 100644 --- a/src/commands/notation/AddMarkCommand.h +++ b/src/commands/notation/AddMarkCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddSlashesCommand.cpp b/src/commands/notation/AddSlashesCommand.cpp index 1e2e5a6..9233051 100644 --- a/src/commands/notation/AddSlashesCommand.cpp +++ b/src/commands/notation/AddSlashesCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddSlashesCommand.h b/src/commands/notation/AddSlashesCommand.h index cf9cc89..9aba8e8 100644 --- a/src/commands/notation/AddSlashesCommand.h +++ b/src/commands/notation/AddSlashesCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddTextMarkCommand.cpp b/src/commands/notation/AddTextMarkCommand.cpp index 3983152..1677b7d 100644 --- a/src/commands/notation/AddTextMarkCommand.cpp +++ b/src/commands/notation/AddTextMarkCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AddTextMarkCommand.h b/src/commands/notation/AddTextMarkCommand.h index e6a8f30..8bd63d9 100644 --- a/src/commands/notation/AddTextMarkCommand.h +++ b/src/commands/notation/AddTextMarkCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AutoBeamCommand.cpp b/src/commands/notation/AutoBeamCommand.cpp index 860e9cf..579edde 100644 --- a/src/commands/notation/AutoBeamCommand.cpp +++ b/src/commands/notation/AutoBeamCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/AutoBeamCommand.h b/src/commands/notation/AutoBeamCommand.h index a9ef26a..c192d50 100644 --- a/src/commands/notation/AutoBeamCommand.h +++ b/src/commands/notation/AutoBeamCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/BeamCommand.cpp b/src/commands/notation/BeamCommand.cpp index 8e572e7..ec880a2 100644 --- a/src/commands/notation/BeamCommand.cpp +++ b/src/commands/notation/BeamCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/BeamCommand.h b/src/commands/notation/BeamCommand.h index 64efbb1..1a446e3 100644 --- a/src/commands/notation/BeamCommand.h +++ b/src/commands/notation/BeamCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/BreakCommand.cpp b/src/commands/notation/BreakCommand.cpp index ccb64d1..f279fa7 100644 --- a/src/commands/notation/BreakCommand.cpp +++ b/src/commands/notation/BreakCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/BreakCommand.h b/src/commands/notation/BreakCommand.h index 61dc031..ecc80f8 100644 --- a/src/commands/notation/BreakCommand.h +++ b/src/commands/notation/BreakCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeSlurPositionCommand.cpp b/src/commands/notation/ChangeSlurPositionCommand.cpp index cc8613b..e341b20 100644 --- a/src/commands/notation/ChangeSlurPositionCommand.cpp +++ b/src/commands/notation/ChangeSlurPositionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeSlurPositionCommand.h b/src/commands/notation/ChangeSlurPositionCommand.h index 3cceb3a..77a0795 100644 --- a/src/commands/notation/ChangeSlurPositionCommand.h +++ b/src/commands/notation/ChangeSlurPositionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeStemsCommand.cpp b/src/commands/notation/ChangeStemsCommand.cpp index d133d46..210764d 100644 --- a/src/commands/notation/ChangeStemsCommand.cpp +++ b/src/commands/notation/ChangeStemsCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeStemsCommand.h b/src/commands/notation/ChangeStemsCommand.h index 6cb18de..587e6a1 100644 --- a/src/commands/notation/ChangeStemsCommand.h +++ b/src/commands/notation/ChangeStemsCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeStyleCommand.cpp b/src/commands/notation/ChangeStyleCommand.cpp index f6a3464..9fde158 100644 --- a/src/commands/notation/ChangeStyleCommand.cpp +++ b/src/commands/notation/ChangeStyleCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeStyleCommand.h b/src/commands/notation/ChangeStyleCommand.h index 5e9b391..1ccb7cb 100644 --- a/src/commands/notation/ChangeStyleCommand.h +++ b/src/commands/notation/ChangeStyleCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeTiePositionCommand.cpp b/src/commands/notation/ChangeTiePositionCommand.cpp index b374ef0..aef8503 100644 --- a/src/commands/notation/ChangeTiePositionCommand.cpp +++ b/src/commands/notation/ChangeTiePositionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ChangeTiePositionCommand.h b/src/commands/notation/ChangeTiePositionCommand.h index 2a61f4e..957920d 100644 --- a/src/commands/notation/ChangeTiePositionCommand.h +++ b/src/commands/notation/ChangeTiePositionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ClefInsertionCommand.cpp b/src/commands/notation/ClefInsertionCommand.cpp index 5573975..372bbe6 100644 --- a/src/commands/notation/ClefInsertionCommand.cpp +++ b/src/commands/notation/ClefInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ClefInsertionCommand.h b/src/commands/notation/ClefInsertionCommand.h index 9cacdfb..a7096dd 100644 --- a/src/commands/notation/ClefInsertionCommand.h +++ b/src/commands/notation/ClefInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/CollapseRestsCommand.cpp b/src/commands/notation/CollapseRestsCommand.cpp index 9578a8a..2c355f8 100644 --- a/src/commands/notation/CollapseRestsCommand.cpp +++ b/src/commands/notation/CollapseRestsCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/CollapseRestsCommand.h b/src/commands/notation/CollapseRestsCommand.h index 799d470..932217c 100644 --- a/src/commands/notation/CollapseRestsCommand.h +++ b/src/commands/notation/CollapseRestsCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/DeCounterpointCommand.cpp b/src/commands/notation/DeCounterpointCommand.cpp index 9a2699a..27ae037 100644 --- a/src/commands/notation/DeCounterpointCommand.cpp +++ b/src/commands/notation/DeCounterpointCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/DeCounterpointCommand.h b/src/commands/notation/DeCounterpointCommand.h index de4cb8d..fe17105 100644 --- a/src/commands/notation/DeCounterpointCommand.h +++ b/src/commands/notation/DeCounterpointCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/EraseEventCommand.cpp b/src/commands/notation/EraseEventCommand.cpp index e599079..57781ac 100644 --- a/src/commands/notation/EraseEventCommand.cpp +++ b/src/commands/notation/EraseEventCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/EraseEventCommand.h b/src/commands/notation/EraseEventCommand.h index 07043fa..e9348f5 100644 --- a/src/commands/notation/EraseEventCommand.h +++ b/src/commands/notation/EraseEventCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/FixNotationQuantizeCommand.cpp b/src/commands/notation/FixNotationQuantizeCommand.cpp index 14f01c8..674aa01 100644 --- a/src/commands/notation/FixNotationQuantizeCommand.cpp +++ b/src/commands/notation/FixNotationQuantizeCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/FixNotationQuantizeCommand.h b/src/commands/notation/FixNotationQuantizeCommand.h index 5290d5a..38800e6 100644 --- a/src/commands/notation/FixNotationQuantizeCommand.h +++ b/src/commands/notation/FixNotationQuantizeCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/GraceCommand.cpp b/src/commands/notation/GraceCommand.cpp index 1d1065d..ed50fa4 100644 --- a/src/commands/notation/GraceCommand.cpp +++ b/src/commands/notation/GraceCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/GraceCommand.h b/src/commands/notation/GraceCommand.h index 50d1290..0074f9a 100644 --- a/src/commands/notation/GraceCommand.h +++ b/src/commands/notation/GraceCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/GuitarChordInsertionCommand.cpp b/src/commands/notation/GuitarChordInsertionCommand.cpp index 6b8fcf6..452dc13 100644 --- a/src/commands/notation/GuitarChordInsertionCommand.cpp +++ b/src/commands/notation/GuitarChordInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/GuitarChordInsertionCommand.h b/src/commands/notation/GuitarChordInsertionCommand.h index 0a2db02..c2efc7c 100644 --- a/src/commands/notation/GuitarChordInsertionCommand.h +++ b/src/commands/notation/GuitarChordInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/IncrementDisplacementsCommand.cpp b/src/commands/notation/IncrementDisplacementsCommand.cpp index 299d58f..02fc71d 100644 --- a/src/commands/notation/IncrementDisplacementsCommand.cpp +++ b/src/commands/notation/IncrementDisplacementsCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/IncrementDisplacementsCommand.h b/src/commands/notation/IncrementDisplacementsCommand.h index 740d37f..1e27648 100644 --- a/src/commands/notation/IncrementDisplacementsCommand.h +++ b/src/commands/notation/IncrementDisplacementsCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/InterpretCommand.cpp b/src/commands/notation/InterpretCommand.cpp index 6d1b18b..5e9a451 100644 --- a/src/commands/notation/InterpretCommand.cpp +++ b/src/commands/notation/InterpretCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/InterpretCommand.h b/src/commands/notation/InterpretCommand.h index c4e2254..d62562c 100644 --- a/src/commands/notation/InterpretCommand.h +++ b/src/commands/notation/InterpretCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/KeyInsertionCommand.cpp b/src/commands/notation/KeyInsertionCommand.cpp index fc2bb84..dee0b77 100644 --- a/src/commands/notation/KeyInsertionCommand.cpp +++ b/src/commands/notation/KeyInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/KeyInsertionCommand.h b/src/commands/notation/KeyInsertionCommand.h index e044619..276c261 100644 --- a/src/commands/notation/KeyInsertionCommand.h +++ b/src/commands/notation/KeyInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp b/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp index 7e9ea30..1d633f5 100644 --- a/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp +++ b/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeAccidentalsCautionaryCommand.h b/src/commands/notation/MakeAccidentalsCautionaryCommand.h index 13c1674..bac5776 100644 --- a/src/commands/notation/MakeAccidentalsCautionaryCommand.h +++ b/src/commands/notation/MakeAccidentalsCautionaryCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeChordCommand.cpp b/src/commands/notation/MakeChordCommand.cpp index 307ac6d..dbd1460 100644 --- a/src/commands/notation/MakeChordCommand.cpp +++ b/src/commands/notation/MakeChordCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeChordCommand.h b/src/commands/notation/MakeChordCommand.h index 8738013..ab05a4b 100644 --- a/src/commands/notation/MakeChordCommand.h +++ b/src/commands/notation/MakeChordCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeNotesViableCommand.cpp b/src/commands/notation/MakeNotesViableCommand.cpp index 6da7e82..58c30b5 100644 --- a/src/commands/notation/MakeNotesViableCommand.cpp +++ b/src/commands/notation/MakeNotesViableCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeNotesViableCommand.h b/src/commands/notation/MakeNotesViableCommand.h index 65cdd92..db56691 100644 --- a/src/commands/notation/MakeNotesViableCommand.h +++ b/src/commands/notation/MakeNotesViableCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeRegionViableCommand.cpp b/src/commands/notation/MakeRegionViableCommand.cpp index 62c576b..e2acb11 100644 --- a/src/commands/notation/MakeRegionViableCommand.cpp +++ b/src/commands/notation/MakeRegionViableCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MakeRegionViableCommand.h b/src/commands/notation/MakeRegionViableCommand.h index ebe9406..dd98170 100644 --- a/src/commands/notation/MakeRegionViableCommand.h +++ b/src/commands/notation/MakeRegionViableCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MultiKeyInsertionCommand.cpp b/src/commands/notation/MultiKeyInsertionCommand.cpp index f242b9c..22cd786 100644 --- a/src/commands/notation/MultiKeyInsertionCommand.cpp +++ b/src/commands/notation/MultiKeyInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/MultiKeyInsertionCommand.h b/src/commands/notation/MultiKeyInsertionCommand.h index 916918d..488c6fb 100644 --- a/src/commands/notation/MultiKeyInsertionCommand.h +++ b/src/commands/notation/MultiKeyInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/NormalizeRestsCommand.cpp b/src/commands/notation/NormalizeRestsCommand.cpp index 20a17b5..7814124 100644 --- a/src/commands/notation/NormalizeRestsCommand.cpp +++ b/src/commands/notation/NormalizeRestsCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/NormalizeRestsCommand.h b/src/commands/notation/NormalizeRestsCommand.h index 7fd42ea..ccf0783 100644 --- a/src/commands/notation/NormalizeRestsCommand.h +++ b/src/commands/notation/NormalizeRestsCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/NoteInsertionCommand.cpp b/src/commands/notation/NoteInsertionCommand.cpp index fdbbc77..8c97a23 100644 --- a/src/commands/notation/NoteInsertionCommand.cpp +++ b/src/commands/notation/NoteInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/NoteInsertionCommand.h b/src/commands/notation/NoteInsertionCommand.h index 9424f1c..e7a84ed 100644 --- a/src/commands/notation/NoteInsertionCommand.h +++ b/src/commands/notation/NoteInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RemoveFingeringMarksCommand.cpp b/src/commands/notation/RemoveFingeringMarksCommand.cpp index 5b69a0b..15a9b70 100644 --- a/src/commands/notation/RemoveFingeringMarksCommand.cpp +++ b/src/commands/notation/RemoveFingeringMarksCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RemoveFingeringMarksCommand.h b/src/commands/notation/RemoveFingeringMarksCommand.h index b82fa68..51aea28 100644 --- a/src/commands/notation/RemoveFingeringMarksCommand.h +++ b/src/commands/notation/RemoveFingeringMarksCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RemoveMarksCommand.cpp b/src/commands/notation/RemoveMarksCommand.cpp index 631ba1a..fdf8f82 100644 --- a/src/commands/notation/RemoveMarksCommand.cpp +++ b/src/commands/notation/RemoveMarksCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RemoveMarksCommand.h b/src/commands/notation/RemoveMarksCommand.h index 690e592..2e77da0 100644 --- a/src/commands/notation/RemoveMarksCommand.h +++ b/src/commands/notation/RemoveMarksCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RemoveNotationQuantizeCommand.cpp b/src/commands/notation/RemoveNotationQuantizeCommand.cpp index 2d824a0..dfa75ee 100644 --- a/src/commands/notation/RemoveNotationQuantizeCommand.cpp +++ b/src/commands/notation/RemoveNotationQuantizeCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RemoveNotationQuantizeCommand.h b/src/commands/notation/RemoveNotationQuantizeCommand.h index f065345..8c4f8f8 100644 --- a/src/commands/notation/RemoveNotationQuantizeCommand.h +++ b/src/commands/notation/RemoveNotationQuantizeCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ResetDisplacementsCommand.cpp b/src/commands/notation/ResetDisplacementsCommand.cpp index cb38387..dcf7e7b 100644 --- a/src/commands/notation/ResetDisplacementsCommand.cpp +++ b/src/commands/notation/ResetDisplacementsCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/ResetDisplacementsCommand.h b/src/commands/notation/ResetDisplacementsCommand.h index 4c819a5..9cac105 100644 --- a/src/commands/notation/ResetDisplacementsCommand.h +++ b/src/commands/notation/ResetDisplacementsCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RespellCommand.cpp b/src/commands/notation/RespellCommand.cpp index 2d64ff7..22e27f7 100644 --- a/src/commands/notation/RespellCommand.cpp +++ b/src/commands/notation/RespellCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RespellCommand.h b/src/commands/notation/RespellCommand.h index 4f98dff..be84a77 100644 --- a/src/commands/notation/RespellCommand.h +++ b/src/commands/notation/RespellCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestInsertionCommand.cpp b/src/commands/notation/RestInsertionCommand.cpp index 8fff336..dca205f 100644 --- a/src/commands/notation/RestInsertionCommand.cpp +++ b/src/commands/notation/RestInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestInsertionCommand.h b/src/commands/notation/RestInsertionCommand.h index dc3d991..09654bd 100644 --- a/src/commands/notation/RestInsertionCommand.h +++ b/src/commands/notation/RestInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestoreSlursCommand.cpp b/src/commands/notation/RestoreSlursCommand.cpp index f6dd19d..990d13e 100644 --- a/src/commands/notation/RestoreSlursCommand.cpp +++ b/src/commands/notation/RestoreSlursCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestoreSlursCommand.h b/src/commands/notation/RestoreSlursCommand.h index 33b1b1c..b981c57 100644 --- a/src/commands/notation/RestoreSlursCommand.h +++ b/src/commands/notation/RestoreSlursCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestoreStemsCommand.cpp b/src/commands/notation/RestoreStemsCommand.cpp index fadd82e..179acf7 100644 --- a/src/commands/notation/RestoreStemsCommand.cpp +++ b/src/commands/notation/RestoreStemsCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestoreStemsCommand.h b/src/commands/notation/RestoreStemsCommand.h index 0b5159d..98ca79e 100644 --- a/src/commands/notation/RestoreStemsCommand.h +++ b/src/commands/notation/RestoreStemsCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestoreTiesCommand.cpp b/src/commands/notation/RestoreTiesCommand.cpp index 2430524..9e363ff 100644 --- a/src/commands/notation/RestoreTiesCommand.cpp +++ b/src/commands/notation/RestoreTiesCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/RestoreTiesCommand.h b/src/commands/notation/RestoreTiesCommand.h index 9955c48..39f53ef 100644 --- a/src/commands/notation/RestoreTiesCommand.h +++ b/src/commands/notation/RestoreTiesCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/SetVisibilityCommand.cpp b/src/commands/notation/SetVisibilityCommand.cpp index d66e476..8d0eb2e 100644 --- a/src/commands/notation/SetVisibilityCommand.cpp +++ b/src/commands/notation/SetVisibilityCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/SetVisibilityCommand.h b/src/commands/notation/SetVisibilityCommand.h index 1cddc0b..b65d2df 100644 --- a/src/commands/notation/SetVisibilityCommand.h +++ b/src/commands/notation/SetVisibilityCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/SustainInsertionCommand.cpp b/src/commands/notation/SustainInsertionCommand.cpp index 4f12aa1..9297972 100644 --- a/src/commands/notation/SustainInsertionCommand.cpp +++ b/src/commands/notation/SustainInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/SustainInsertionCommand.h b/src/commands/notation/SustainInsertionCommand.h index ee80b93..84b7777 100644 --- a/src/commands/notation/SustainInsertionCommand.h +++ b/src/commands/notation/SustainInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TextChangeCommand.cpp b/src/commands/notation/TextChangeCommand.cpp index 1cc0a5b..7004bb1 100644 --- a/src/commands/notation/TextChangeCommand.cpp +++ b/src/commands/notation/TextChangeCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TextChangeCommand.h b/src/commands/notation/TextChangeCommand.h index 5dce48e..7f23308 100644 --- a/src/commands/notation/TextChangeCommand.h +++ b/src/commands/notation/TextChangeCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TextInsertionCommand.cpp b/src/commands/notation/TextInsertionCommand.cpp index f189f94..3f3c772 100644 --- a/src/commands/notation/TextInsertionCommand.cpp +++ b/src/commands/notation/TextInsertionCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TextInsertionCommand.h b/src/commands/notation/TextInsertionCommand.h index 34b574f..c1cd759 100644 --- a/src/commands/notation/TextInsertionCommand.h +++ b/src/commands/notation/TextInsertionCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TieNotesCommand.cpp b/src/commands/notation/TieNotesCommand.cpp index ff7f3ab..cd3fa00 100644 --- a/src/commands/notation/TieNotesCommand.cpp +++ b/src/commands/notation/TieNotesCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TieNotesCommand.h b/src/commands/notation/TieNotesCommand.h index cd80c84..f6539eb 100644 --- a/src/commands/notation/TieNotesCommand.h +++ b/src/commands/notation/TieNotesCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TupletCommand.cpp b/src/commands/notation/TupletCommand.cpp index 2597424..2458f89 100644 --- a/src/commands/notation/TupletCommand.cpp +++ b/src/commands/notation/TupletCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/TupletCommand.h b/src/commands/notation/TupletCommand.h index 2748411..9985e05 100644 --- a/src/commands/notation/TupletCommand.h +++ b/src/commands/notation/TupletCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/UnGraceCommand.cpp b/src/commands/notation/UnGraceCommand.cpp index d88365e..32a4e63 100644 --- a/src/commands/notation/UnGraceCommand.cpp +++ b/src/commands/notation/UnGraceCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/UnGraceCommand.h b/src/commands/notation/UnGraceCommand.h index f96a7f8..e5fac80 100644 --- a/src/commands/notation/UnGraceCommand.h +++ b/src/commands/notation/UnGraceCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/UnTupletCommand.cpp b/src/commands/notation/UnTupletCommand.cpp index d502529..0a614fc 100644 --- a/src/commands/notation/UnTupletCommand.cpp +++ b/src/commands/notation/UnTupletCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/UnTupletCommand.h b/src/commands/notation/UnTupletCommand.h index 3d5c2fe..38a0d1d 100644 --- a/src/commands/notation/UnTupletCommand.h +++ b/src/commands/notation/UnTupletCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/UntieNotesCommand.cpp b/src/commands/notation/UntieNotesCommand.cpp index 9bd85c7..1c64a97 100644 --- a/src/commands/notation/UntieNotesCommand.cpp +++ b/src/commands/notation/UntieNotesCommand.cpp @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. diff --git a/src/commands/notation/UntieNotesCommand.h b/src/commands/notation/UntieNotesCommand.h index be209c7..fdef3d1 100644 --- a/src/commands/notation/UntieNotesCommand.h +++ b/src/commands/notation/UntieNotesCommand.h @@ -1,6 +1,3 @@ - -/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* Rosegarden A MIDI and audio sequencer and musical notation editor. -- cgit v1.2.1