lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding a tempo indication in the middle of multiple voices mode


From: Phil Holmes
Subject: Re: Adding a tempo indication in the middle of multiple voices mode
Date: Sat, 30 Jul 2016 10:45:48 +0100


r4 g g4. a8 ^\markup{Faster} |

--
Phil Holmes
 
 
----- Original Message -----
Sent: Saturday, July 30, 2016 10:36 AM
Subject: Adding a tempo indication in the middle of multiple voices mode

I want to add a tempo indication in the middle of some code that is in multiple voices mode.

For instance, using the example on page 48 of the “Learning” document, I might want to add the indication “Faster” at the beginning of bar 2. The code below in a file try.ly gives the error 

try.ly:5:22: error: markup outside of text script or \lyricmode
       r4 g g4. a8 | 
                     \markup{Faster}


This is surely a fairly common requirement and must be easy to do, but so far it has stumped me.

Stephen


 \version “2.18.2"
 \key d \minor
     << {
       % Voice "1"
       r4 g g4. a8 | \markup{Faster}
       bes4 bes c bes |
       a2. r4 |
     } \\ {
       % Voice "2"
       d,2 d4 g |
       g4 g g8( a) g4 |
       fis2. s4 |

} >> 


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

[Prev in Thread] Current Thread [Next in Thread]