update initial tours

This commit is contained in:
MarcSabatella 2018-11-25 20:36:37 -07:00
parent 0cab309fbf
commit 160704031f
7 changed files with 77 additions and 32 deletions

View file

@ -34,6 +34,7 @@ namespace Ms {
InspectorBase::InspectorBase(QWidget* parent)
: QWidget(parent)
{
setObjectName("inspector");
setAccessibleName(tr("Inspector"));
inspector = static_cast<Inspector*>(parent);
_layout = new QVBoxLayout(this);

View file

@ -44,6 +44,7 @@ PaletteBox::PaletteBox(QWidget* parent)
hl->setContentsMargins(5,0,5,0);
workspaceList = new QComboBox;
workspaceList->setObjectName("workspace-list");
hl->addWidget(workspaceList);
addWorkspaceButton = new QToolButton;

View file

@ -2,15 +2,9 @@
<Tour name="mmrest">
<Shortcut>toggle-mmrest</Shortcut>
<Message>
<Text>You have activate multimeasure rests.</Text>
<Widget>scoreview</Widget>
</Message>
<Message>
<Text>This will replace multiple measures of rests into a multimeasure rest of the same length.</Text>
<Widget>scoreview</Widget>
</Message>
<Message>
<Text>To undo this, click the multimeasure shortcut "M".</Text>
<Text>You have toggled multimeasure rests in this score.
This combines multiple measures of rests into a single multimeasure rest.
To toggle this setting again, press the shortcut "M".</Text>
<Widget>scoreview</Widget>
</Message>
</Tour>

View file

@ -25,15 +25,17 @@
<Event objectName="flat2">MouseButtonRelease</Event>
<Event objectName="voice">MouseButtonRelease</Event>
<Message>
<Text>This is the note input toolbar</Text>
<Text>Welcome to note input, where you will enter notes and rests into your score.
Click "Next" to learn more.</Text>
<Widget>entry-tools</Widget>
</Message>
<Message>
<Text>To get started, click the note input icon. Or you can press "N".</Text>
<Text>To enable note input mode, click the "Note input" icon or press the shortcut "N".</Text>
<Widget>note-entry-methods</Widget>
</Message>
<Message>
<Text>You can select a duration to add by clicking one of these icons.</Text>
<Text>Select a duration by clicking one of these icons or pressing the shortcuts "1" - "9".
To include an augmentation dot, click the appropriate icon or press the shortcut ".".</Text>
<Widget>pad-note-128</Widget>
<Widget>pad-note-64</Widget>
<Widget>pad-note-32</Widget>
@ -50,11 +52,17 @@
<Widget>pad-dot4</Widget>
</Message>
<Message>
<Text>To enter rests, select this icon and a duration.</Text>
<Text>To enter a note of the selected duration, type its letter name or click on the staff.
Press Ctrl+Up/Down (macOS: Cmd+Up/Down) to change octave.</Text>
<Widget>scoreview</Widget>
</Message>
<Message>
<Text>To enter a rest of the selected duration, press the shortcut "0", or select this icon then click on the staff.</Text>
<Widget>pad-rest</Widget>
</Message>
<Message>
<Text>Accidentals can be added to notes by selecting these icons.</Text>
<Text>To add an accidental to a note, press the shortcut Up or Down to raise or lower its pitch,
or click one of these icons.</Text>
<Widget>sharp2</Widget>
<Widget>sharp</Widget>
<Widget>nat</Widget>
@ -62,7 +70,23 @@
<Widget>flat2</Widget>
</Message>
<Message>
<Text>To change voices, click these number icons.</Text>
<Text>To add a note to a chord, press Shift while typing its letter name, or click on the staff.</Text>
<Widget>scoreview</Widget>
</Message>
<Message>
<Text>To extend a note by adding a tied note, select the duration to extend by, then press "+" or click this button.</Text>
<Widget>tie</Widget>
</Message>
<Message>
<Text>To create a triplet or other tuplet, select the duration representing the total length of the tuplet, then press Ctrl+number or use Add / Tuplets.</Text>
<Widget>menu-add</Widget>
<Widget>menu-tuplet</Widget>
</Message>
<Message>
<Text>To enter notes with different rhythms in the same measure, use multiple voices.
Each staff can have up to four voices.
The default is voice 1, and it should be used first for each staff.
To enter notes into a different voice, click one of these icons.</Text>
<Widget>voice</Widget>
</Message>
</Tour>

View file

@ -1,15 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<Tour name="show-palette">
<Message>
<Text>These are palettes.</Text>
<Text>Welcome to the Palettes, where you will add various elements to your score. Click "Next" to learn more.</Text>
<Widget>palette-box</Widget>
</Message>
<Message>
<Text>Each palette contains elements that can be added to the score.</Text>
<Text>Each palette contains items that can be added to the score.</Text>
<Widget>palette</Widget>
</Message>
<Message>
<Text>To use them, select an element in the score and double click on the palette element.</Text>
<Text>There are different workspaces available with different sets of palettes.
The "Advanced" workspace contains more items than the "Basic" workspace.</Text>
<Widget>workspace-list</Widget>
</Message>
<Message>
<Text>To add a palette item to your score, first select an element or range in your score, then double-click on the palette item to add it to the selected elements.
You can also use drag an item from the palette and drop it on a specific element in your score.</Text>
<Widget>palette-cells</Widget>
</Message>
</Tour>

View file

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<Tour name="timeline-tour">
<Message>
<Text>This is a timeline. It shows a reduction of the score for easier navigation.</Text>
<Text>Welcome to the Timeline, where you can view a reduction of the score for easier navigation.
Click "Next" to learn more.</Text>
<Widget>Timeline</Widget>
</Message>
<Message>
<Text>Each box represents a measure of a specific instrument. If it is blue, then there are notes in that measure.</Text>
<Text>Each box represents a measure of a specific instrument.
If it is highlighted, then there are notes in that measure.
The timeline also shows rehearsal marks, changes of tempo, key, or time signature, and other points of interest.
Boxes within the thin blue outline represent measures that are currently in view.
You can click anywhere to jump to the corresponding location in your score.</Text>
<Widget>Timeline</Widget>
</Message>
</Tour>

View file

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<Tour name="welcome">
<Message>
<Text>Welcome to MuseScore!</Text>
<Text>Welcome to MuseScore! This brief tour will guide you through the MuseScore user interface.</Text>
</Message>
<Message>
<Text>This tour will help guide you through the functionality of MuseScore.</Text>
</Message>
<Message>
<Text>This is the score view. From here, you can visualize, navigate, and edit the score.</Text>
<Text>This is the score view, where you can view and edit your score.
Use your mouse wheel or touchpad to scroll (with Shift to scroll horizontally).
If you have multiple scores open, you can switch between them using tabs at the top of your score view.</Text>
<Widget>scoreview</Widget>
</Message>
<Message>
<Text>These are the toolbars. The main three are: file operations, playback, and note input.</Text>
<Text>These are the toolbars.
The main three are File Operations, Playback Controls, and Note Input.</Text>
<Widget>entry-tools</Widget>
<Widget>file-operations</Widget>
<Widget>pitch-tools</Widget>
@ -19,23 +19,37 @@
<Widget>transport-tools</Widget>
</Message>
<Message>
<Text>The file operations toolbar allows you to save/open/load files and undo/redo changes.
You can also save online if you go to File->Save Online</Text>
<Text>The File Operations toolbar allows you to create/save/open/print files and undo/redo changes.
You can also save to your musescore.com account if you go to File / Save Online.
The controls at the right of this toolbar control the display of your score.</Text>
<Widget>file-operations</Widget>
</Message>
<Message>
<Text>The playback toolbar gives you the ability to playback the score.</Text>
<Text>The Playback Controls toolbar allows you to play/pause your score and control various aspects of playback.</Text>
<Widget>transport-tools</Widget>
</Message>
<Message>
<Text>The note entry toolbar allows you to enter notes and other elements into the score.</Text>
<Text>The Note Input toolbar allows you to enter notes and rests into your score.</Text>
<Widget>entry-tools</Widget>
</Message>
<Message>
<Text>These are the palettes. Use them to add different symbols to the score.</Text>
<Text>The Palettes allow you to add most other notation elements to your score.</Text>
<Widget>palette-box</Widget>
</Message>
<Message>
<Text>That's the end! As you use MuseScore, more tours will pop up to further explain functionality. \nTo disable those, select "Do not show me tours" before closing this window. \nYou can also turn these off in Preferences</Text>
<Text>The Inspector allows you to control various details of the elements in your score.</Text>
<Widget>inspector</Widget>
</Message>
<Message>
<Text>The main menu contains most other commands.
In addition, many commands can be accessed via keyboard shortcuts or by right-clicking (macOS: Ctrl+clicking) within the score view.</Text>
<Widget>menubar</Widget>
<Widget>File</Widget>
</Message>
<Message>
<Text>That's the end of this tour!
As you use MuseScore, more tours will pop up to further explain functionality.
To disable these, deselect "Continue showing tours" before closing this window.
You can also enable/disable tours in Help / Tours.</Text>
</Message>
</Tour>