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 <http://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 lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user