diff options
author | Trevor Daniels <t.daniels@treda.co.uk> | 2014-05-29 17:29:59 +0100 |
---|---|---|
committer | Trevor Daniels <t.daniels@treda.co.uk> | 2014-06-06 10:38:21 +0100 |
commit | 0f9658c1391e09387e050231279d86c9f25ae485 (patch) | |
tree | a50dfca807a20d4a4fd973fbcb9dc84c1c59cd85 /Documentation/learning | |
parent | 3093b6e2e6233fd007fb8095880c102fdd4bce45 (diff) |
Issue 3933: Use \tempo in Real music example
As suggested by Simon Albrecht
Diffstat (limited to 'Documentation/learning')
-rw-r--r-- | Documentation/learning/tweaks.itely | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index 8001c5f2f6..137a498286 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -3286,7 +3286,7 @@ rhMusic = \relative c'' { \time 6/4 \mergeDifferentlyHeadedOn \mergeDifferentlyDottedOn - bes2.^\markup { \bold "Moderato" } r8 + bes2.\tempo "Moderato" r8 << { c,8 d fis bes a } \new Voice { @@ -3538,8 +3538,8 @@ lhMusic = \relative c' { @end lilypond On to bar three and the start of the Moderato section. The tutorial -showed how to add bold text with the @code{\markup} command, so -adding @qq{Moderato} in bold is easy. But how do we merge notes in +showed how to add a tempo indication with the @code{\tempo} command, so +adding @qq{Moderato} is easy. But how do we merge notes in different voices together? This is where we need to turn again to the Notation Reference for help. A search for @qq{merge} in the Notation Reference index quickly leads us to the commands for merging @@ -3573,7 +3573,7 @@ rhMusic = \relative c'' { bes1~ | \bar "||" \time 6/4 - bes2.^\markup { \bold "Moderato" } r8 + bes2.\tempo "Moderato" r8 \mergeDifferentlyHeadedOn \mergeDifferentlyDottedOn % Start polyphonic section of four voices @@ -3647,7 +3647,7 @@ rhMusic = \relative c'' { bes1~ | \bar "||" \time 6/4 - bes2.^\markup { \bold "Moderato" } r8 + bes2.\tempo "Moderato" r8 \mergeDifferentlyHeadedOn \mergeDifferentlyDottedOn % Start polyphonic section of four voices @@ -3717,7 +3717,7 @@ rhMusic = \relative c'' { bes1~ | \bar "||" \time 6/4 - bes2.^\markup { \bold "Moderato" } r8 + bes2.\tempo "Moderato" r8 \mergeDifferentlyHeadedOn \mergeDifferentlyDottedOn % Start polyphonic section of four voices |